HomeSort by relevance Sort by last modified time
    Searched refs:aoutsz (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 2331 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd); local
    [all...]
coffgen.c 316 bfd_size_type aoutsz; local
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);
    [all...]

Completed in 53 milliseconds