Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dproftool.c54 struct func_info *func_list; variable
135 func_list = realloc(func_list, in read_system_map()
137 assert(func_list); in read_system_map()
142 func = &func_list[func_count++]; in read_system_map()
176 found = bsearch(&key, func_list, func_count, sizeof(struct func_info), in find_func_by_offset()
196 result = h_cmp_offset(&key, &func_list[mid]); in find_caller_by_offset()
202 return &func_list[mid]; in find_caller_by_offset()
205 return low >= 0 ? &func_list[low] : NULL; in find_caller_by_offset()
316 for (func = func_list, end = func + func_count; func < end; func++) { in check_trace_config_line()
365 for (func = func_list, end = func + func_count; func < end; func++) { in check_functions()