Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/include/objtool/
Darch.h72 int arch_decode_instruction(const struct elf *elf, const struct section *sec,
/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c105 int arch_decode_instruction(const struct elf *elf, const struct section *sec, in arch_decode_instruction() function
/Linux-v5.15/tools/objtool/
Dcheck.c309 ret = arch_decode_instruction(file->elf, sec, offset, in decode_instructions()