Home
last modified time | relevance | path

Searched refs:sntoc (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dlibcoff-in.h142 int sntoc; member
Dcoff-rs6000.c286 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;
Dlibcoff.h146 int sntoc; member
Dcoffcode.h1825 xcoff->sntoc = internal_a->o_sntoc; in coff_mkobject_hook()
4063 internal_a.o_sntoc = xcoff_data (abfd)->sntoc; in coff_write_object_contents()
Dcoff64-rs6000.c1033 internal_a.o_sntoc = xcoff_data (abfd)->sntoc;
Dxcofflink.c3672 xcoff_data (finfo->output_bfd)->sntoc = in xcoff_link_input_bfd()
4975 xcoff_data (output_bfd)->sntoc); in xcoff_write_global_symbol()
DChangeLog-96976230 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 and
6243 (xcoff_link_input_bfd): Set sntoc, not toc_section.
6244 (xcoff_write_global_symbol): Get toc_section from sntoc, rather