Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gprof/
Dcorefile.c43 unsigned int symbol_map_count; variable
158 symbol_map_count = count; in read_function_mappings()
160 for (i = 0; i < symbol_map_count; ++i) in read_function_mappings()
165 qsort (symbol_map, symbol_map_count, sizeof (struct function_map), cmp_symbol_map); in read_function_mappings()
624 if (symbol_map_count != 0) in core_create_function_syms()
629 (core_syms[i]->name, symbol_map, symbol_map_count, in core_create_function_syms()
662 if (symbol_map_count != 0) in core_create_function_syms()
667 (core_syms[i]->name, symbol_map, symbol_map_count, in core_create_function_syms()
Dcorefile.h33 extern unsigned int symbol_map_count;
DChangeLog-201268 symbol_map_count is 0.
Dcg_print.c1265 qsort (symbol_map, symbol_map_count, sizeof (struct function_map), cmp_symbol_map); in cg_print_file_ordering()
1269 for (sym_index = 0; sym_index < symbol_map_count; sym_index++) in cg_print_file_ordering()
DChangeLog-9203221 (struct function_map, symbol_map, symbol_map_count): Move
965 * core.c (symbol_map_count): Change to unsigned int.
1376 * core.c (symbol_map, symbol_map_count): New globals.