Home
last modified time | relevance | path

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

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