Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffgen.c231 bfd_size_type filhsz; in coff_object_p() local
239 filhsz = bfd_coff_filhsz (abfd); in coff_object_p()
242 filehdr = bfd_alloc (abfd, filhsz); in coff_object_p()
245 if (bfd_bread (filehdr, filhsz, abfd) != filhsz) in coff_object_p()
H A Decoff.c2319 const bfd_size_type filhsz = bfd_coff_filhsz (abfd); in _bfd_ecoff_write_object_contents() local
2379 if (siz < filhsz) in _bfd_ecoff_write_object_contents()
2380 siz = filhsz; in _bfd_ecoff_write_object_contents()
2389 if (bfd_seek (abfd, (file_ptr) (filhsz + aoutsz), SEEK_SET) != 0) in _bfd_ecoff_write_object_contents()
2593 if (bfd_bwrite (buff, filhsz, abfd) != filhsz) in _bfd_ecoff_write_object_contents()
H A DChangeLog-00019513 = scnhsz, filhsz, relsz, aoutsz, etc)
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoffgen.c262 bfd_size_type filhsz; local
270 filhsz = bfd_coff_filhsz (abfd);
273 filehdr = bfd_alloc (abfd, filhsz);
276 if (bfd_bread (filehdr, filhsz, abfd) != filhsz)
H A Decoff.c2461 const bfd_size_type filhsz = bfd_coff_filhsz (abfd); local
2522 if (siz < filhsz)
2523 siz = filhsz;
2532 if (bfd_seek (abfd, (file_ptr) (filhsz + aoutsz), SEEK_SET) != 0)
2735 if (bfd_bwrite (buff, filhsz, abfd) != filhsz)
H A DChangeLog-00019513 = scnhsz, filhsz, relsz, aoutsz, etc)