Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcoffgen.c1160 bfd_size_type auxesz; in coff_write_symbol() local
1163 auxesz = bfd_coff_auxesz (abfd); in coff_write_symbol()
1164 buf = bfd_alloc (abfd, auxesz); in coff_write_symbol()
1184 if (bfd_write (buf, auxesz, abfd) != auxesz) in coff_write_symbol()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoffgen.c1160 bfd_size_type auxesz; in coff_write_symbol() local
1163 auxesz = bfd_coff_auxesz (abfd); in coff_write_symbol()
1164 buf = bfd_alloc (abfd, auxesz); in coff_write_symbol()
1184 if (bfd_write (buf, auxesz, abfd) != auxesz) in coff_write_symbol()