Searched refs:aoutsz (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | coffgen.c | 232 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()
|
| D | ecoff.c | 2320 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()
|
| D | ChangeLog-9697 | 1165 file, not aoutsz bytes (they are different in XCOFF .o files).
|
| D | ChangeLog-0001 | 9513 = scnhsz, filhsz, relsz, aoutsz, etc)
|