Home
last modified time | relevance | path

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

/Linux-v6.6/tools/objtool/include/objtool/
Darch.h93 bool arch_is_embedded_insn(struct symbol *sym);
/Linux-v6.6/tools/objtool/arch/x86/
Ddecode.c830 bool arch_is_embedded_insn(struct symbol *sym) in arch_is_embedded_insn() function
/Linux-v6.6/tools/objtool/
Dcheck.c1313 __weak bool arch_is_embedded_insn(struct symbol *sym) in arch_is_embedded_insn() function
2522 if (arch_is_embedded_insn(func)) in classify_symbols()