Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dproftool.c171 static struct func_info *find_func_by_offset(uint32_t offset) in find_func_by_offset() function
474 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()
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h136 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset);
/openbmc/linux/tools/objtool/
H A Delf.c182 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset) in find_func_by_offset() function
H A Dcheck.c1039 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()