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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Delfread.c466 long symcount = 0, dynsymcount = 0, synthcount, storage_needed; local
523 synthcount = bfd_get_synthetic_symtab (abfd, symcount, symbol_table,
526 if (synthcount > 0)
532 synth_symbol_table = xmalloc (sizeof (asymbol *) * synthcount);
533 for (i = 0; i < synthcount; i++)
542 elf_symtab_read (objfile, 0, synthcount, synth_symbol_table);
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dobjdump.c162 static long synthcount = 0; variable
1912 sorted_syms = xmalloc ((sorted_symcount + synthcount) * sizeof (asymbol *));
1918 for (i = 0; i < synthcount; ++i)
2884 synthcount = bfd_get_synthetic_symtab (abfd, symcount, syms,
2886 if (synthcount < 0)
2887 synthcount = 0;
2945 synthcount = 0;

Completed in 52 milliseconds