Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/bfd/
Dcoffgen.c935 bfd_size_type auxesz; in coff_write_symbol() local
938 auxesz = bfd_coff_auxesz (abfd); in coff_write_symbol()
939 buf = bfd_alloc (abfd, auxesz); in coff_write_symbol()
949 if (bfd_bwrite (buf, auxesz, abfd) != auxesz) in coff_write_symbol()