Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/gprof/
H A Dcorefile.c43 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()
121 symbol_map = ((struct function_map *) in read_function_mappings()
122 xmalloc (count * sizeof (struct function_map))); in read_function_mappings()
169 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()
627 found = (struct function_map *) bsearch in core_create_function_syms()
629 sizeof (struct function_map), search_mapped_symbol); in core_create_function_syms()
[all …]
H A Dcorefile.h25 struct function_map struct
32 extern struct function_map * symbol_map; argument
H A Dcg_print.c1223 return filename_cmp (((struct function_map *) l)->file_name, in cmp_symbol_map()
1224 ((struct function_map *) r)->file_name); in cmp_symbol_map()
1261 qsort (symbol_map, symbol_map_count, sizeof (struct function_map), cmp_symbol_map); in cg_print_file_ordering()
/dflybsd-src/contrib/binutils-2.27/gprof/
H A 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 …]
H A Dcorefile.h25 struct function_map struct
32 extern struct function_map * symbol_map; argument
H A Dcg_print.c1223 return filename_cmp (((struct function_map *) l)->file_name, in cmp_symbol_map()
1224 ((struct function_map *) r)->file_name); in cmp_symbol_map()
1261 qsort (symbol_map, symbol_map_count, sizeof (struct function_map), cmp_symbol_map); in cg_print_file_ordering()