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

/haiku-buildtools/legacy/binutils/bfd/
H A Dcoffgen.c935 bfd_size_type auxesz; local
938 auxesz = bfd_coff_auxesz (abfd);
939 buf = bfd_alloc (abfd, auxesz);
949 if (bfd_bwrite (buf, auxesz, abfd) != auxesz)
/haiku-buildtools/binutils/bfd/
H A Dcoffgen.c1035 bfd_size_type auxesz; local
1038 auxesz = bfd_coff_auxesz (abfd);
1039 buf = bfd_alloc (abfd, auxesz);
1050 if (bfd_bwrite (buf, auxesz, abfd) != auxesz)

Completed in 53 milliseconds