Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/include/objtool/
Darch.h36 OP_DEST_REG_INDIRECT, enumerator
/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c328 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
361 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
374 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
/linux-6.1.9/tools/objtool/
Dcheck.c2957 case OP_DEST_REG_INDIRECT: in update_cfi_state()