Lines Matching refs:xcoff_data
1817 xcoff = xcoff_data (abfd); in coff_mkobject_hook()
2055 if (xcoff_data (abfd)->cputype != -1) in coff_set_arch_mach_hook()
2056 cputype = xcoff_data (abfd)->cputype & 0xff; in coff_set_arch_mach_hook()
3015 else if (xcoff_data (abfd)->full_aouthdr) in coff_compute_section_file_positions()
3457 if (xcoff_data (abfd)->full_aouthdr) in coff_write_object_contents()
3752 if (xcoff_data (abfd)->full_aouthdr) in coff_write_object_contents()
4020 if (xcoff_data (abfd)->full_aouthdr) in coff_write_object_contents()
4027 internal_a.o_snentry = xcoff_data (abfd)->snentry; in coff_write_object_contents()
4061 toc = xcoff_data (abfd)->toc; in coff_write_object_contents()
4063 internal_a.o_sntoc = xcoff_data (abfd)->sntoc; in coff_write_object_contents()
4065 internal_a.o_modtype = xcoff_data (abfd)->modtype; in coff_write_object_contents()
4066 if (xcoff_data (abfd)->cputype != -1) in coff_write_object_contents()
4067 internal_a.o_cputype = xcoff_data (abfd)->cputype; in coff_write_object_contents()
4085 internal_a.o_maxstack = xcoff_data (abfd)->maxstack; in coff_write_object_contents()
4086 internal_a.o_maxdata = xcoff_data (abfd)->maxdata; in coff_write_object_contents()
4143 if (xcoff_data (abfd)->full_aouthdr) in coff_write_object_contents()