Searched refs:synthcount (Results 1 – 2 of 2) sorted by relevance
174 static long synthcount = 0; variable2141 sorted_syms = (asymbol **) xmalloc ((sorted_symcount + synthcount) in disassemble_data()2148 for (i = 0; i < synthcount; ++i) in disassemble_data()3252 synthcount = bfd_get_synthetic_symtab (abfd, symcount, syms, in dump_bfd()3254 if (synthcount < 0) in dump_bfd()3255 synthcount = 0; in dump_bfd()3320 synthcount = 0; in dump_bfd()
618 * objdump.c (synthsyms, synthcount): New variables.