Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gprof/
Dcorefile.c42 struct function_map * symbol_map;
71 return strcmp (((struct function_map *) l)->function_name, in cmp_symbol_map()
72 ((struct function_map *) r)->function_name); in cmp_symbol_map()
117 symbol_map = ((struct function_map *) in read_function_mappings()
118 xmalloc (count * sizeof (struct function_map))); in read_function_mappings()
165 qsort (symbol_map, symbol_map_count, sizeof (struct function_map), cmp_symbol_map); in read_function_mappings()
584 return strcmp ((const char *) l, ((const struct function_map *) r)->function_name); in search_mapped_symbol()
597 struct function_map * found = NULL; in core_create_function_syms()
628 found = (struct function_map *) bsearch in core_create_function_syms()
630 sizeof (struct function_map), search_mapped_symbol); in core_create_function_syms()
[all …]
Dcorefile.h25 struct function_map struct
32 extern struct function_map * symbol_map; argument
Dcg_print.c1227 return filename_cmp (((struct function_map *) l)->file_name, in cmp_symbol_map()
1228 ((struct function_map *) r)->file_name); in cmp_symbol_map()
1265 qsort (symbol_map, symbol_map_count, sizeof (struct function_map), cmp_symbol_map); in cg_print_file_ordering()
DChangeLog-2009108 * corefile.h (struct function_map): Add new bit-field: is_first.
DChangeLog-9203221 (struct function_map, symbol_map, symbol_map_count): Move
225 (struct function_map): Remove declaration.