Home | History | Annotate | Download | only in libiberty

Lines Matching refs:xcoff64

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