Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dnm.c999 long synth_count, in print_size_symbols() argument
1013 fromsynth = symsizes + (symcount - synth_count); in print_size_symbols()
1043 long synth_count, in print_symbols() argument
1058 fromsynth = (bfd_byte *) minisyms + ((symcount - synth_count) * size); in print_symbols()
1078 long synth_count = 0; in display_rel_file() local
1139 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 …]
DChangeLog-2015976 (print_size_symbols): Add 'synth_count' parameter. Use it to set
979 (display_rel_file): Pass synth_count to printing function.
/toolchain/binutils/binutils-2.27/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()