Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gprof/
Dcorefile.c175 long synth_count; in core_init() local
225 synth_count = bfd_get_synthetic_symtab (core_bfd, core_num_syms, core_syms, in core_init()
227 if (synth_count > 0) in core_init()
233 new_size = (core_num_syms + synth_count + 1) * sizeof (*core_syms); in core_init()
236 core_num_syms += synth_count; in core_init()
237 for (i = 0; i < synth_count; i++) in core_init()
/toolchain/binutils/binutils-2.25/binutils/
Dnm.c1038 long synth_count; in display_rel_file() local
1064 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms, in display_rel_file()
1066 if (synth_count > 0) in display_rel_file()
1072 new_mini = xmalloc ((symcount + synth_count + 1) * sizeof (*symp)); in display_rel_file()
1076 for (i = 0; i < synth_count; i++) in display_rel_file()
1080 symcount += synth_count; in display_rel_file()