Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dcorefile.c45 struct function_map * symbol_map;
73 return strcmp (((struct function_map *) l)->function_name, in cmp_symbol_map()
74 ((struct function_map *) r)->function_name); in cmp_symbol_map()
123 symbol_map = ((struct function_map *) in read_function_mappings()
124 xmalloc (count * sizeof (struct function_map))); in read_function_mappings()
171 qsort (symbol_map, symbol_map_count, sizeof (struct function_map), cmp_symbol_map); in read_function_mappings()
589 return strcmp ((const char *) l, ((const struct function_map *) r)->function_name); in search_mapped_symbol()
602 struct function_map * found = NULL; in core_create_function_syms()
632 found = (struct function_map *) bsearch in core_create_function_syms()
634 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()
H A DChangeLog-2009108 * corefile.h (struct function_map): Add new bit-field: is_first.
H A DChangeLog-9203221 (struct function_map, symbol_map, symbol_map_count): Move
225 (struct function_map): Remove declaration.
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dcorefile.c45 struct function_map * symbol_map;
73 return strcmp (((struct function_map *) l)->function_name, in cmp_symbol_map()
74 ((struct function_map *) r)->function_name); in cmp_symbol_map()
123 symbol_map = ((struct function_map *) in read_function_mappings()
124 xmalloc (count * sizeof (struct function_map))); in read_function_mappings()
171 qsort (symbol_map, symbol_map_count, sizeof (struct function_map), cmp_symbol_map); in read_function_mappings()
587 return strcmp ((const char *) l, ((const struct function_map *) r)->function_name); in search_mapped_symbol()
600 struct function_map * found = NULL; in core_create_function_syms()
630 found = (struct function_map *) bsearch in core_create_function_syms()
632 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()
H A DChangeLog-2009108 * corefile.h (struct function_map): Add new bit-field: is_first.
H A DChangeLog-9203221 (struct function_map, symbol_map, symbol_map_count): Move
225 (struct function_map): Remove declaration.