Searched refs:aoutsz (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/hack_coff/
H A Dhack-coff.c36 int aoutsz; local
56 aoutsz = get_16be(fhdr.f_opthdr);
57 if (read(fd, &aout, aoutsz) != aoutsz)
74 || write(fd, &aout, aoutsz) != aoutsz) {
/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c2467 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd);
2529 if (siz < aoutsz)
2530 siz = aoutsz;
2537 if (bfd_seek (abfd, (file_ptr) (filhsz + aoutsz), SEEK_SET) != 0)
2666 internal_f.f_opthdr = aoutsz;
2744 if (bfd_bwrite (buff, aoutsz, abfd) != aoutsz)
2459 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd); local
H A Dcoffgen.c263 bfd_size_type aoutsz; local
271 aoutsz = bfd_coff_aoutsz (abfd);
287 (less than aoutsz) used in object files and AOUTSZ (equal to
288 aoutsz) in executables. The bfd_coff_swap_aouthdr_in function
289 expects this header to be aoutsz bytes in length, so we use that
295 || internal_f.f_opthdr > aoutsz)
306 opthdr = bfd_alloc (abfd, aoutsz);

Completed in 54 milliseconds