Lines Matching refs:xcoff64

69     } xcoff64;  member
115 } xcoff64; member
161 } xcoff64; member
236 } xcoff64; member
337 u.xcoff64.f_symptr)); in simple_object_xcoff_match()
339 u.xcoff64.f_nsyms)); in simple_object_xcoff_match()
342 u.xcoff64.f_opthdr))); in simple_object_xcoff_match()
485 u.xcoff64.s_scnptr)); in simple_object_xcoff_find_sections()
487 u.xcoff64.s_size)); in simple_object_xcoff_find_sections()
545 u.xcoff64.n_value)); in simple_object_xcoff_find_sections()
547 u.xcoff64.n_offset)); in simple_object_xcoff_find_sections()
605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD in simple_object_xcoff_find_sections()
606 || auxent->u.xcoff64.x_csect.x_smclas != XMC_XO) in simple_object_xcoff_find_sections()
611 u.xcoff64.x_csect.x_scnlen_hi)); in simple_object_xcoff_find_sections()
616 u.xcoff64.x_csect.x_scnlen_lo))); in simple_object_xcoff_find_sections()
633 u.xcoff64.s_scnptr)); in simple_object_xcoff_find_sections()
635 u.xcoff64.s_size)); in simple_object_xcoff_find_sections()
761 set_64 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr), in simple_object_xcoff_write_filehdr()
763 set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms), in simple_object_xcoff_write_filehdr()
766 set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags), in simple_object_xcoff_write_filehdr()
771 set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr), in simple_object_xcoff_write_filehdr()
773 set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms), in simple_object_xcoff_write_filehdr()
776 set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags), in simple_object_xcoff_write_filehdr()
826 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_size), in simple_object_xcoff_write_scnhdr()
828 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_scnptr), in simple_object_xcoff_write_scnhdr()
846 set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_flags), flags); in simple_object_xcoff_write_scnhdr()