Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/include/objtool/
Dwarn.h27 sym = find_func_containing(sec, offset); in offstr()
Delf.h170 struct symbol *find_func_containing(struct section *sec, unsigned long offset);
/linux-6.1.9/tools/objtool/
Delf.c225 struct symbol *find_func_containing(struct section *sec, unsigned long offset) in find_func_containing() function