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

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcofflink.c1051 bfd_byte *excount = (bfd_byte *)bfd_malloc (relsz);
1055 bfd_coff_swap_reloc_out (abfd, (PTR) &incount, (PTR) excount);
1056 if (bfd_bwrite (excount, relsz, abfd) != relsz)
1059 free (excount);
1050 bfd_byte *excount = (bfd_byte *)bfd_malloc (relsz); local

Completed in 178 milliseconds