Home | History | Annotate | Download | only in include

Lines Matching full:detail

16 #define X86_REL_ADDR(insn) (((insn).detail->x86.operands[0].type == X86_OP_IMM) \
17 ? (uint64_t)((insn).detail->x86.operands[0].imm) \
18 : (((insn).address + (insn).size) + (uint64_t)(insn).detail->x86.disp))