Home | History | Annotate | Download | only in bfd

Lines Matching full:aoutsz

2365   const bfd_size_type aoutsz = bfd_coff_aoutsz (abfd);
2426 if (siz < aoutsz)
2427 siz = aoutsz;
2434 if (bfd_seek (abfd, (file_ptr) (filhsz + aoutsz), SEEK_SET) != 0)
2564 internal_f.f_opthdr = aoutsz;
2642 if (bfd_bwrite (buff, aoutsz, abfd) != aoutsz)