Home | History | Annotate | Download | only in bfd

Lines Matching refs:aoutsz

316   bfd_size_type aoutsz;
324 aoutsz = bfd_coff_aoutsz (abfd);
340 (less than aoutsz) used in object files and AOUTSZ (equal to
341 aoutsz) in executables. The bfd_coff_swap_aouthdr_in function
342 expects this header to be aoutsz bytes in length, so we use that
348 || internal_f.f_opthdr > aoutsz)
359 opthdr = bfd_alloc (abfd, aoutsz);