Searched refs:find_func_by_offset (Results 1 – 4 of 4) sorted by relevance
171 static struct func_info *find_func_by_offset(uint32_t offset) in find_func_by_offset() function474 func = (is_caller ? find_caller_by_offset : find_func_by_offset) in out_func()503 struct func_info *func = find_func_by_offset(call->func); in make_ftrace()
136 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset);
182 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset) in find_func_by_offset() function
1039 func = find_func_by_offset(reloc->sym->sec, reloc_addend(reloc)); in add_ignores()1660 call_dest = find_func_by_offset(sec, offset); in find_call_destination()