Lines Matching refs:rip
67 static volatile unsigned long rip;
73 if (rip != ctx->uc_mcontext.gregs[REG_RIP]) {
75 rip, (unsigned long)ctx->uc_mcontext.gregs[REG_RIP]);
82 printf("[OK]\tGot SIGSEGV at RIP=0x%lx\n", rip);
92 ctx->uc_mcontext.gregs[REG_RIP] = rip;
93 ctx->uc_mcontext.gregs[REG_RCX] = rip;
106 rip = ip;
117 if (rip != ctx->uc_mcontext.gregs[REG_RIP]) {
119 rip, (unsigned long)ctx->uc_mcontext.gregs[REG_RIP]);
150 rip = ip;