Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/include/objtool/
H A Dwarn.h27 sym = find_func_containing(sec, offset); in offstr()
H A Delf.h144 struct symbol *find_func_containing(struct section *sec, unsigned long offset);
/openbmc/linux/tools/objtool/
H A Delf.c243 struct symbol *find_func_containing(struct section *sec, unsigned long offset) in find_func_containing() function