Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/include/objtool/
Darch.h74 int arch_decode_instruction(struct objtool_file *file, const struct section *sec,
/Linux-v6.1/tools/objtool/arch/x86/
Ddecode.c118 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction() function
/Linux-v6.1/tools/objtool/
Dcheck.c399 ret = arch_decode_instruction(file, sec, offset, in decode_instructions()