Searched refs:find_func_by_offset (Results 1 – 4 of 4) sorted by relevance
172 static struct func_info *find_func_by_offset(uint32_t offset) in find_func_by_offset() function475 func = (is_caller ? find_caller_by_offset : find_func_by_offset) in out_func()504 struct func_info *func = find_func_by_offset(call->func); in make_ftrace()
144 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset);
178 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset) in find_func_by_offset() function
767 func = find_func_by_offset(reloc->sym->sec, reloc->addend); in add_ignores()1292 call_dest = find_func_by_offset(sec, offset); in find_call_destination()