Searched refs:func_map (Results 1 – 2 of 2) sorted by relevance
12 struct func_map;44 struct func_map *func_map; member
390 struct func_map { struct441 struct func_map *func_map; in func_map_init() local444 func_map = malloc(sizeof(*func_map) * (tep->func_count + 1)); in func_map_init()445 if (!func_map) in func_map_init()461 qsort(func_map, tep->func_count, sizeof(*func_map), func_cmp); in func_map_init()470 tep->func_map = func_map; in func_map_init()480 struct func_map key; in __find_func()482 if (!tep->func_map) in __find_func()496 struct func_map map;541 struct func_map *map; in find_func()[all …]
Completed in 31 milliseconds