Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/include/objtool/
H A Darch.h76 int arch_decode_instruction(struct objtool_file *file, const struct section *sec,
/openbmc/linux/tools/objtool/arch/powerpc/
H A Ddecode.c42 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction() function
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c147 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction() function
/openbmc/linux/tools/objtool/
H A Dcheck.c423 ret = arch_decode_instruction(file, sec, offset, in decode_instructions()