Searched refs:synthcount (Results 1 – 2 of 2) sorted by relevance
175 static long synthcount = 0; variable2197 sorted_syms = (asymbol **) xmalloc ((sorted_symcount + synthcount) in disassemble_data()2204 for (i = 0; i < synthcount; ++i) in disassemble_data()3375 synthcount = bfd_get_synthetic_symtab (abfd, symcount, syms, in dump_bfd()3377 if (synthcount < 0) in dump_bfd()3378 synthcount = 0; in dump_bfd()3443 synthcount = 0; in dump_bfd()
618 * objdump.c (synthsyms, synthcount): New variables.