Lines Matching refs:function_map
42 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()
666 found = (struct function_map *) bsearch in core_create_function_syms()
668 sizeof (struct function_map), search_mapped_symbol); in core_create_function_syms()