Searched refs:synth_count (Results 1 – 5 of 5) sorted by relevance
688 set synth_count [lindex $synth 0]701 if {$synth_count > 0} {708 incr synth_count 709 set synth [list $synth_count $synth_access "$synth_re"]
181 long synth_count; in core_init() local233 synth_count = bfd_get_synthetic_symtab (core_bfd, core_num_syms, core_syms, in core_init()235 if (synth_count > 0) in core_init()241 new_size = (core_num_syms + synth_count + 1) * sizeof (*core_syms); in core_init()244 core_num_syms += synth_count; in core_init()245 for (i = 0; i < synth_count; i++) in core_init()
1427 long synth_count; in display_rel_file() local1450 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms, in display_rel_file()1452 if (synth_count > 0) in display_rel_file()1458 (symcount + synth_count + 1) * sizeof (*symp)); in display_rel_file()1460 for (i = 0; i < synth_count; i++) in display_rel_file()1463 symcount += synth_count; in display_rel_file()
976 (print_size_symbols): Add 'synth_count' parameter. Use it to set979 (display_rel_file): Pass synth_count to printing function.
314 now unused synth_count param and fromsynth var.315 (display_rel_file): Adjust, localizing synth_count.