Lines Matching defs:aoutsz
390 bfd_size_type aoutsz;
398 aoutsz = bfd_coff_aoutsz (abfd);
411 (less than aoutsz) used in object files and AOUTSZ (equal to
412 aoutsz) in executables. The bfd_coff_swap_aouthdr_in function
413 expects this header to be aoutsz bytes in length, so we use that
419 || internal_f.f_opthdr > aoutsz)
430 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
434 if (internal_f.f_opthdr < aoutsz)
436 aoutsz - internal_f.f_opthdr);