Searched refs:toc_offset (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dxcoffread.c145 CORE_ADDR toc_offset = 0;
2124 CORE_ADDR toc_offset = 0; /* toc offset value in data section. */
2292 if (toc_offset)
2294 toc_offset = symbol.n_value;
2300 toc_offset -= bfd_section_vma (bfd_sect);
2835 structure. If no XMC_TC0 is found, toc_offset should be zero.
2839 XCOFF_DATA (objfile)->toc_offset = toc_offset;
2848 return XCOFF_DATA (objfile)->toc_offset;
143 CORE_ADDR toc_offset = 0; member in struct:xcoff_symfile_info
2116 CORE_ADDR toc_offset = 0; /* toc offset value in data section. */ local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dxcoffread.c147 CORE_ADDR toc_offset = 0;
2047 CORE_ADDR toc_offset = 0; /* toc offset value in data section. */
2215 if (toc_offset)
2217 toc_offset = symbol.n_value;
2223 toc_offset -= bfd_section_vma (bfd_sect);
2759 structure. If no XMC_TC0 is found, toc_offset should be zero.
2763 XCOFF_DATA (objfile)->toc_offset = toc_offset;
2772 return XCOFF_DATA (objfile)->toc_offset;
145 CORE_ADDR toc_offset = 0; member in struct:xcoff_symfile_info
2039 CORE_ADDR toc_offset = 0; /* toc offset value in data section. */ local
/netbsd-current/external/gpl3/binutils/dist/include/coff/
H A Dxcoff.h327 bfd_vma toc_offset; member in union:xcoff_link_hash_entry::__anon725
/netbsd-current/external/gpl3/gdb.old/dist/include/coff/
H A Dxcoff.h306 bfd_vma toc_offset; member in union:xcoff_link_hash_entry::__anon1843
/netbsd-current/external/gpl3/gdb/dist/include/coff/
H A Dxcoff.h327 bfd_vma toc_offset; member in union:xcoff_link_hash_entry::__anon1260
/netbsd-current/external/gpl3/binutils.old/dist/include/coff/
H A Dxcoff.h327 bfd_vma toc_offset; member in union:xcoff_link_hash_entry::__anon878
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-ppc.c108 /* As we wonder around the relocs, we'll keep the assigned toc_offset
110 bfd_vma toc_offset; /* Our addition, as required. */ member in struct:ppc_coff_link_hash_entry
152 SET_UNALLOCATED (ret->toc_offset);
862 if (IS_UNALLOCATED(h->toc_offset))
864 h->toc_offset = global_toc_size;
1112 our_toc_offset = h->toc_offset;
1165 MARK_AS_WRITTEN(h->toc_offset);
H A Dxcofflink.c2978 hds->u.toc_offset = hds->toc_section->size;
4663 hds->u.toc_offset = hds->toc_section->size;
5025 off = hstub->htarget->u.toc_offset;
6398 tocoff += h->descriptor->u.toc_offset;
6432 + h->u.toc_offset);
6494 p = tocsec->contents + h->u.toc_offset;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dxcofflink.c2978 hds->u.toc_offset = hds->toc_section->size;
4663 hds->u.toc_offset = hds->toc_section->size;
5025 off = hstub->htarget->u.toc_offset;
6398 tocoff += h->descriptor->u.toc_offset;
6432 + h->u.toc_offset);
6494 p = tocsec->contents + h->u.toc_offset;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dxcofflink.c2978 hds->u.toc_offset = hds->toc_section->size;
4663 hds->u.toc_offset = hds->toc_section->size;
5025 off = hstub->htarget->u.toc_offset;
6398 tocoff += h->descriptor->u.toc_offset;
6432 + h->u.toc_offset);
6494 p = tocsec->contents + h->u.toc_offset;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gfx_v10_0.c2039 uint32_t toc_offset; local
2046 toc_offset = rlc_autoload_info[id].offset;
2055 memcpy(ptr + toc_offset, fw_data, fw_size);
2058 memset(ptr + toc_offset + fw_size, 0, toc_fw_size - fw_size);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dxcofflink.c2829 hds->u.toc_offset = hds->toc_section->size;
5331 tocoff += h->descriptor->u.toc_offset;
5365 + h->u.toc_offset);

Completed in 218 milliseconds