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