Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h77 int arch_decode_instruction(struct objtool_file *file, const struct section *sec,
/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
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c284 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction() function
/linux/tools/objtool/arch/x86/
H A Ddecode.c153 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction() function
/linux/tools/objtool/
H A Dcheck.c474 ret = arch_decode_instruction(file, sec, offset, in decode_instructions()