Searched refs:aoutsz (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c2327 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd);
2388 if (siz < aoutsz)
2389 siz = aoutsz;
2396 if (bfd_seek (abfd, (file_ptr) (filhsz + aoutsz), SEEK_SET) != 0)
2526 internal_f.f_opthdr = aoutsz;
2604 if (bfd_bwrite (buff, aoutsz, abfd) != aoutsz)
2320 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd); local
H A Dcoffgen.c232 bfd_size_type aoutsz; local
240 aoutsz = bfd_coff_aoutsz (abfd);
256 (less than aoutsz) used in object files and AOUTSZ (equal to
257 aoutsz) in executables. The bfd_coff_swap_aouthdr_in function
258 expects this header to be aoutsz bytes in length, so we use that
264 || internal_f.f_opthdr > aoutsz)
275 opthdr = bfd_alloc (abfd, aoutsz);

Completed in 184 milliseconds