Lines Matching full:aoutsz
320 bfd_size_type aoutsz;
328 aoutsz = bfd_coff_aoutsz (abfd);
344 (less than aoutsz) used in object files and AOUTSZ (equal to
345 aoutsz) in executables. The bfd_coff_swap_aouthdr_in function
346 expects this header to be aoutsz bytes in length, so we use that
352 || internal_f.f_opthdr > aoutsz)
363 opthdr = bfd_alloc (abfd, aoutsz);
373 if (internal_f.f_opthdr < aoutsz)
374 memset (((char *) opthdr) + internal_f.f_opthdr, 0, aoutsz - internal_f.f_opthdr);