Searched refs:symbol_map_count (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gprof/ |
D | corefile.c | 43 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()
|
D | corefile.h | 33 extern unsigned int symbol_map_count;
|
D | ChangeLog-2012 | 68 symbol_map_count is 0.
|
D | cg_print.c | 1265 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()
|
D | ChangeLog-9203 | 221 (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.
|