Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/
Dcorefile.h24 struct function_map struct
30 extern struct function_map *symbol_map; argument
Dcorefile.c40 struct function_map *symbol_map;
96 symbol_map = ((struct function_map *) in read_function_mappings()
97 xmalloc (count * sizeof (struct function_map))); in read_function_mappings()
DChangeLog-9203221 (struct function_map, symbol_map, symbol_map_count): Move
225 (struct function_map): Remove declaration.
/openbsd/src/gnu/usr.bin/binutils/gprof/
Dcorefile.h24 struct function_map struct
30 extern struct function_map *symbol_map; argument
Dcorefile.c39 struct function_map *symbol_map;
96 symbol_map = ((struct function_map *)
97 xmalloc (count * sizeof (struct function_map)));
DChangeLog-9203221 (struct function_map, symbol_map, symbol_map_count): Move
225 (struct function_map): Remove declaration.