Home
last modified time | relevance | path

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

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