Home
last modified time | relevance | path

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

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