Home | History | Annotate | Download | only in x86

Lines Matching refs:gregs

50 #define CTX_ESP uc_mcontext.gregs[REG_RSP]
51 #define CTX_EIP uc_mcontext.gregs[REG_RIP]
52 #define CTX_EAX uc_mcontext.gregs[REG_RAX]
53 #define CTX_METHOD uc_mcontext.gregs[REG_RDI]
54 #define CTX_RDI uc_mcontext.gregs[REG_RDI]
55 #define CTX_JMP_BUF uc_mcontext.gregs[REG_RDI]
58 #define CTX_ESP uc_mcontext.gregs[REG_ESP]
59 #define CTX_EIP uc_mcontext.gregs[REG_EIP]
60 #define CTX_EAX uc_mcontext.gregs[REG_EAX]
61 #define CTX_METHOD uc_mcontext.gregs[REG_EAX]
62 #define CTX_JMP_BUF uc_mcontext.gregs[REG_EAX]