Searched refs:synth_count (Results 1 – 3 of 3) sorted by relevance
999 long synth_count, in print_size_symbols() argument1013 fromsynth = symsizes + (symcount - synth_count); in print_size_symbols()1043 long synth_count, in print_symbols() argument1058 fromsynth = (bfd_byte *) minisyms + ((symcount - synth_count) * size); in print_symbols()1078 long synth_count = 0; in display_rel_file() local1139 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms, in display_rel_file()1141 if (synth_count > 0) in display_rel_file()1147 new_mini = xmalloc ((symcount + synth_count + 1) * sizeof (*symp)); in display_rel_file()1151 for (i = 0; i < synth_count; i++) in display_rel_file()1155 symcount += synth_count; in display_rel_file()[all …]
976 (print_size_symbols): Add 'synth_count' parameter. Use it to set979 (display_rel_file): Pass synth_count to printing function.
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()