Lines Matching refs:xcoff64
69 } xcoff64; member
115 } xcoff64; member
161 } xcoff64; member
236 } xcoff64; member
331 u.xcoff64.f_symptr)); in simple_object_xcoff_match()
333 u.xcoff64.f_nsyms)); in simple_object_xcoff_match()
336 u.xcoff64.f_opthdr))); in simple_object_xcoff_match()
476 u.xcoff64.s_scnptr)); in simple_object_xcoff_find_sections()
478 u.xcoff64.s_size)); in simple_object_xcoff_find_sections()
598 set_64 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr), in simple_object_xcoff_write_filehdr()
600 set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms), in simple_object_xcoff_write_filehdr()
603 set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags), in simple_object_xcoff_write_filehdr()
608 set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr), in simple_object_xcoff_write_filehdr()
610 set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms), in simple_object_xcoff_write_filehdr()
613 set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags), in simple_object_xcoff_write_filehdr()
663 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_size), in simple_object_xcoff_write_scnhdr()
665 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_scnptr), in simple_object_xcoff_write_scnhdr()
683 set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_flags), flags); in simple_object_xcoff_write_scnhdr()