Searched refs:synth_count (Results 1 – 2 of 2) sorted by relevance
175 long synth_count; in core_init() local225 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()
1038 long synth_count; in display_rel_file() local1064 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()