Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Delf.h142 int find_symbol_hole_containing(const struct section *sec, unsigned long offset);
/linux/tools/objtool/
H A Delf.c209 int find_symbol_hole_containing(const struct section *sec, unsigned long offset) in find_symbol_hole_containing() function
H A Dcheck.c4132 int size = find_symbol_hole_containing(insn->sec, insn->offset); in ignore_unreachable_insn()