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

/haiku-fatelf/src/bin/gdb/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.c2466 const bfd_size_type filhsz = bfd_coff_filhsz (abfd);
2527 if (siz < filhsz)
2528 siz = filhsz;
2537 if (bfd_seek (abfd, (file_ptr) (filhsz + aoutsz), SEEK_SET) != 0)
2740 if (bfd_bwrite (buff, filhsz, abfd) != filhsz)
2458 const bfd_size_type filhsz = bfd_coff_filhsz (abfd); local

Completed in 55 milliseconds