Searched refs:func_info (Results 1 – 1 of 1) sorted by relevance
30 struct func_info { struct55 struct func_info *func_list; argument99 const struct func_info *f1 = v1, *f2 = v2; in h_cmp_offset()107 struct func_info *func; in read_system_map()137 sizeof(struct func_info) * alloced); in read_system_map()172 static struct func_info *find_func_by_offset(uint32_t offset) in find_func_by_offset()174 struct func_info key, *found; in find_func_by_offset()177 found = bsearch(&key, func_list, func_count, sizeof(struct func_info), in find_func_by_offset()184 static struct func_info *find_caller_by_offset(uint32_t offset) in find_caller_by_offset()188 struct func_info key; in find_caller_by_offset()[all …]