Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Delf.h138 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset);
/linux/tools/objtool/
H A Delf.c180 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset) in find_func_by_offset() function
H A Dcheck.c1092 func = find_func_by_offset(reloc->sym->sec, reloc_addend(reloc)); in add_ignores()
1731 call_dest = find_func_by_offset(sec, offset); in find_call_destination()