Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c174 static long synthcount = 0; variable
2141 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()
DChangeLog-2004618 * objdump.c (synthsyms, synthcount): New variables.