Searched refs:func_info (Results 1 – 1 of 1) sorted by relevance
29 struct func_info { struct54 struct func_info *func_list; argument98 const struct func_info *f1 = v1, *f2 = v2; in h_cmp_offset()106 struct func_info *func; in read_system_map()136 sizeof(struct func_info) * alloced); in read_system_map()171 static struct func_info *find_func_by_offset(uint32_t offset) in find_func_by_offset()173 struct func_info key, *found; in find_func_by_offset()176 found = bsearch(&key, func_list, func_count, sizeof(struct func_info), in find_func_by_offset()183 static struct func_info *find_caller_by_offset(uint32_t offset) in find_caller_by_offset()187 struct func_info key; in find_caller_by_offset()[all …]