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

/freebsd-12-stable/contrib/gdb/gdb/
H A Dxcoffread.c153 CORE_ADDR toc_offset;
2136 CORE_ADDR toc_offset = 0; /* toc offset value in data section. */
2305 if (toc_offset)
2307 toc_offset = symbol.n_value;
2312 toc_offset -= bfd_section_vma (objfile->obfd, bfd_sect);
2832 If no XMC_TC0 is found, toc_offset should be zero. Another place to obtain
2835 ((struct coff_symfile_info *) objfile->sym_private)->toc_offset = toc_offset;
2844 return ((struct coff_symfile_info *) objfile->sym_private)->toc_offset;
151 CORE_ADDR toc_offset; member in struct:coff_symfile_info
2128 CORE_ADDR toc_offset = 0; /* toc offset value in data section. */ local
/freebsd-12-stable/contrib/binutils/include/coff/
H A Dxcoff.h253 bfd_vma toc_offset; member in union:xcoff_link_hash_entry::__anon701
/freebsd-12-stable/contrib/binutils/bfd/
H A Dcoff-ppc.c110 /* As we wonder around the relocs, we'll keep the assigned toc_offset
112 bfd_vma toc_offset; /* Our addition, as required. */ member in struct:ppc_coff_link_hash_entry
168 SET_UNALLOCATED (ret->toc_offset);
930 if (IS_UNALLOCATED(h->toc_offset))
932 h->toc_offset = global_toc_size;
1177 our_toc_offset = h->toc_offset;
1229 MARK_AS_WRITTEN(h->toc_offset);
H A Dxcofflink.c2817 hds->u.toc_offset = hds->toc_section->size;
4745 tocoff += h->descriptor->u.toc_offset;
4780 + h->u.toc_offset);

Completed in 108 milliseconds