Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dlibcoff-in.h154 int sntoc; member
Dcoff-rs6000.c365 if (ix->sntoc == 0) in _bfd_xcoff_copy_private_bfd_data()
366 ox->sntoc = 0; in _bfd_xcoff_copy_private_bfd_data()
369 sec = coff_section_from_bfd_index (ibfd, ix->sntoc); in _bfd_xcoff_copy_private_bfd_data()
371 ox->sntoc = 0; in _bfd_xcoff_copy_private_bfd_data()
373 ox->sntoc = sec->output_section->target_index; in _bfd_xcoff_copy_private_bfd_data()
Dlibcoff.h158 int sntoc; member
Dcoffcode.h2051 xcoff->sntoc = internal_a->o_sntoc; in coff_mkobject_hook()
4295 internal_a.o_sntoc = xcoff_data (abfd)->sntoc; in coff_write_object_contents()
Dcoff64-rs6000.c996 internal_a.o_sntoc = xcoff_data (abfd)->sntoc; in xcoff64_write_object_contents()
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
Dxcofflink.c5118 xcoff_data (output_bfd)->sntoc = section_index; in xcoff_find_tc0()
5515 xcoff_data (output_bfd)->sntoc); in xcoff_write_global_symbol()