Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dcp-support.exp688 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"]
/netbsd/src/external/gpl3/binutils/dist/gprof/
Dcorefile.c181 long synth_count; in core_init() local
233 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()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dnm.c1427 long synth_count; in display_rel_file() local
1450 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()
DChangeLog-2015976 (print_size_symbols): Add 'synth_count' parameter. Use it to set
979 (display_rel_file): Pass synth_count to printing function.
DChangeLog-2016314 now unused synth_count param and fromsynth var.
315 (display_rel_file): Adjust, localizing synth_count.