Searched refs:sntoc (Results 1 – 7 of 7) sorted by relevance
142 int sntoc; member
286 if (ix->sntoc == 0)287 ox->sntoc = 0;290 sec = coff_section_from_bfd_index (ibfd, ix->sntoc);292 ox->sntoc = 0;294 ox->sntoc = sec->output_section->target_index;
146 int sntoc; member
1825 xcoff->sntoc = internal_a->o_sntoc; in coff_mkobject_hook()4063 internal_a.o_sntoc = xcoff_data (abfd)->sntoc; in coff_write_object_contents()
1033 internal_a.o_sntoc = xcoff_data (abfd)->sntoc;
3672 xcoff_data (finfo->output_bfd)->sntoc = in xcoff_link_input_bfd()4975 xcoff_data (output_bfd)->sntoc); in xcoff_write_global_symbol()
6230 entry_section fields. Add sntoc and snentry fields.6232 * coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry,6236 snentry and sntoc rather than entry_section and toc_section.6237 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and6243 (xcoff_link_input_bfd): Set sntoc, not toc_section.6244 (xcoff_write_global_symbol): Get toc_section from sntoc, rather