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

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c157 static long synthcount = 0; variable
1851 sorted_syms = xmalloc ((sorted_symcount + synthcount) * sizeof (asymbol *));
1857 for (i = 0; i < synthcount; ++i)
2805 synthcount = bfd_get_synthetic_symtab (abfd, symcount, syms,
2807 if (synthcount < 0)
2808 synthcount = 0;
2865 synthcount = 0;
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c175 static long synthcount = 0; variable
2277 sorted_syms = (asymbol **) xmalloc ((sorted_symcount + synthcount)
2284 for (i = 0; i < synthcount; ++i)
3459 synthcount = bfd_get_synthetic_symtab (abfd, symcount, syms,
3461 if (synthcount < 0)
3462 synthcount = 0;
3527 synthcount = 0;

Completed in 49 milliseconds