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

  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 315 bfd_size_type filhsz; local
323 filhsz = bfd_coff_filhsz (abfd);
326 filehdr = bfd_alloc (abfd, filhsz);
329 if (bfd_bread (filehdr, filhsz, abfd) != filhsz)
    [all...]
ecoff.c 2330 const bfd_size_type filhsz = bfd_coff_filhsz (abfd); local
    [all...]

Completed in 64 milliseconds