Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-ppc.c109 bfd_vma toc_offset; /* Our addition, as required. */ member
151 SET_UNALLOCATED (ret->toc_offset); in ppc_coff_link_hash_newfunc()
857 if (IS_UNALLOCATED(h->toc_offset)) in ppc_record_toc_entry()
859 h->toc_offset = global_toc_size; in ppc_record_toc_entry()
1105 our_toc_offset = h->toc_offset; in coff_ppc_relocate_section()
1157 MARK_AS_WRITTEN(h->toc_offset); in coff_ppc_relocate_section()
Dxcofflink.c2806 hds->u.toc_offset = hds->toc_section->size; in xcoff_mark_symbol()
5299 tocoff += h->descriptor->u.toc_offset; in xcoff_write_global_symbol()
5333 + h->u.toc_offset); in xcoff_write_global_symbol()
DChangeLog-9495579 * libcoff-in.h (coff_link_hash_entry): removed toc_offset
582 * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init
583 (coff_link_add_symbols): removed toc_offset init
655 * cofflink.c (_bfd_coff_link_hash_newfunc): initialize toc_offset.
656 (coff_link_add_symbols): initialize toc_offset.
665 * libcoff-in.h (coff_link_hash_entry): added toc_offset field
669 * libcoff.h (coff_link_hash_entry): added toc_offset field
/toolchain/binutils/binutils-2.27/include/coff/
Dxcoff.h306 bfd_vma toc_offset; member