Searched refs:REG_RIP (Results 1 – 20 of 20) sorted by relevance
16 void *pc = (void*)mc->gregs[REG_RIP]; in int_handler()
34 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out; in sighandler()
28 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out; in sighandler()
67 REG_RIP, enumerator
96 return uc->uc_mcontext.gregs[REG_RIP];130 out->rip = regs[REG_RIP];
315 (*regs)[REG_RIP] = shared32->invoke_gdbserver; in setup_stack_frame()350 (*regs)[REG_RIP] = shared64->invoke_gdbserver; in setup_stack_frame()
160 ucontext.uc_mcontext.gregs[REG_RIP] = (greg_t) thread_func; in lwp_create()
129 case UNW_X86_64_RIP: addr = &uc->uc_mcontext.gregs[REG_RIP]; break; in x86_64_r_uc_addr()
48 #define REG_IP REG_RIP
44 #define REG_IP REG_RIP
217 ip = uc->uc_mcontext.gregs[REG_RIP]; in handle_sigsegv()
198 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]); in sighandler()
210 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]); in sighandler()
153 enum { REG_RBP = 10, REG_RSP = 15, REG_RIP = 16 }; enumerator453 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]); in HandleProfilerSignal()
97 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_RIP)
671 reinterpret_cast<void*>(context.context.uc_mcontext.gregs[REG_RIP]); in WriteMinidump()
352 { " ip: ", context->uc_mcontext.gregs[REG_RIP] }, in StackDumpSignalHandler()
1175 *pc = ucontext->uc_mcontext.gregs[REG_RIP]; in GetPcSpBp()
1352 #define VKI_REG_RIP REG_RIP
2289 EXPECT_NOT_POISONED(((ucontext_t*)uc)->uc_mcontext.gregs[REG_RIP]); in SigactionHandler()