Home
last modified time | relevance | path

Searched refs:filhsz (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoffgen.c315 bfd_size_type filhsz; in coff_object_p() local
323 filhsz = bfd_coff_filhsz (abfd); in coff_object_p()
326 filehdr = bfd_alloc (abfd, filhsz); in coff_object_p()
329 if (bfd_bread (filehdr, filhsz, abfd) != filhsz) in coff_object_p()
Decoff.c2330 const bfd_size_type filhsz = bfd_coff_filhsz (abfd); in _bfd_ecoff_write_object_contents() local
2390 if (siz < filhsz) in _bfd_ecoff_write_object_contents()
2391 siz = filhsz; in _bfd_ecoff_write_object_contents()
2400 if (bfd_seek (abfd, (file_ptr) (filhsz + aoutsz), SEEK_SET) != 0) in _bfd_ecoff_write_object_contents()
2604 if (bfd_bwrite (buff, filhsz, abfd) != filhsz) in _bfd_ecoff_write_object_contents()
DChangeLog-00019513 = scnhsz, filhsz, relsz, aoutsz, etc)