Home
last modified time | relevance | path

Searched refs:aoutsz (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
Dcoffgen.c232 bfd_size_type aoutsz; in coff_object_p() local
240 aoutsz = bfd_coff_aoutsz (abfd); in coff_object_p()
264 || internal_f.f_opthdr > aoutsz) in coff_object_p()
275 opthdr = bfd_alloc (abfd, aoutsz); in coff_object_p()
Decoff.c2320 const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd); in _bfd_ecoff_write_object_contents() local
2381 if (siz < aoutsz) in _bfd_ecoff_write_object_contents()
2382 siz = aoutsz; in _bfd_ecoff_write_object_contents()
2389 if (bfd_seek (abfd, (file_ptr) (filhsz + aoutsz), SEEK_SET) != 0) in _bfd_ecoff_write_object_contents()
2519 internal_f.f_opthdr = aoutsz; in _bfd_ecoff_write_object_contents()
2597 if (bfd_bwrite (buff, aoutsz, abfd) != aoutsz) in _bfd_ecoff_write_object_contents()
DChangeLog-96971165 file, not aoutsz bytes (they are different in XCOFF .o files).
DChangeLog-00019513 = scnhsz, filhsz, relsz, aoutsz, etc)