Home
last modified time | relevance | path

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

/linux-6.6.21/tools/objtool/include/objtool/
Darch.h93 bool arch_is_embedded_insn(struct symbol *sym);
/linux-6.6.21/tools/objtool/arch/x86/
Ddecode.c830 bool arch_is_embedded_insn(struct symbol *sym) in arch_is_embedded_insn() function
/linux-6.6.21/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()