Home | History | Annotate | Download | only in libiberty

Lines Matching refs:xcoff64

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