Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Dobjtool.h44 int objtool_pv_add(struct objtool_file *file, int idx, struct symbol *func);
/linux-6.15/tools/objtool/
H A Dobjtool.c47 int objtool_pv_add(struct objtool_file *f, int idx, struct symbol *func) in objtool_pv_add() function
H A Dcheck.c575 if (objtool_pv_add(file, idx, func)) in add_pv_ops()
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c665 objtool_pv_add(file, idx, func); in arch_decode_instruction()