Searched refs:func_count (Results 1 – 2 of 2) sorted by relevance
44 unsigned int func_count; member
450 func_map = malloc(sizeof(*func_map) * (tep->func_count + 1)); in func_map_init()467 qsort(func_map, tep->func_count, sizeof(*func_map), func_cmp); in func_map_init()472 func_map[tep->func_count].func = NULL; in func_map_init()473 func_map[tep->func_count].addr = 0; in func_map_init()474 func_map[tep->func_count].mod = NULL; in func_map_init()493 func = bsearch(&key, tep->func_map, tep->func_count, in __find_func()636 tep->func_count++; in tep_register_function()662 for (i = 0; i < (int)tep->func_count; i++) { in tep_print_funcs()7039 for (i = 0; i < (int)tep->func_count; i++) { in tep_free()