Searched refs:guest_RIP (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/main/coregrind/m_sigframe/ |
D | sigframe-amd64-linux.c | 483 = (void*)tst->arch.vex.guest_RIP; in build_rt_sigframe() 520 tst->arch.vex.guest_RIP = (Addr) handler; in VG_() 530 rsp, tst->arch.vex.guest_RIP, tst->status); in VG_() 587 tst->arch.vex.guest_RIP = sc->rip; in restore_sigcontext() 631 tid, isRT, tst->arch.vex.guest_RIP); in VG_()
|
D | sigframe-amd64-darwin.c | 225 tid, tst->arch.vex.guest_RIP); in VG_()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-amd64-darwin.c | 79 mach->__rip = vex->guest_RIP; in x86_thread_state64_from_vex() 142 vex->guest_RIP = mach->__rip; in x86_thread_state64_to_vex() 312 vex->guest_RIP = pthread_starter; in pthread_hijack() 454 vex->guest_RIP = wqthread_starter; in wqthread_hijack()
|
D | syswrap-main.c | 1769 arch->vex.guest_RIP -= 2; // sizeof(syscall) in ML_() 1777 UChar *p = (UChar *)arch->vex.guest_RIP; in ML_() 1782 arch->vex.guest_RIP, p[0], p[1]); in ML_()
|
/external/valgrind/main/VEX/switchback/ |
D | switchback.c | 54 # define GuestPC guest_RIP 981 gst.guest_RIP = *(UInt*)(esp+0); 984 next_guest = gst.guest_RIP; 1131 gst.guest_RIP = (ULong)entryP;
|
/external/valgrind/main/VEX/pub/ |
D | libvex_guest_amd64.h | 78 /* 168 */ ULong guest_RIP; member
|
/external/valgrind/main/coregrind/ |
D | pub_core_machine.h | 87 # define VG_INSTR_PTR guest_RIP
|
D | m_debugger.c | 92 regs.rip = vex->guest_RIP; in ptrace_setregs()
|
D | m_machine.c | 74 regs->r_pc = VG_(threads)[tid].arch.vex.guest_RIP; in VG_()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | valgrind-low-amd64.c | 164 VG_(transfer) (&amd64->guest_RIP, buf, dir, size, mod); in transfer_register()
|
/external/valgrind/main/coregrind/m_initimg/ |
D | initimg-darwin.c | 615 arch->vex.guest_RIP = iifii.initial_client_IP; in VG_()
|
D | initimg-linux.c | 1010 arch->vex.guest_RIP = iifii.initial_client_IP; in VG_()
|
/external/valgrind/main/VEX/priv/ |
D | guest_amd64_helpers.c | 2963 vex_state->guest_RIP = 0; in LibVEX_GuestAMD64_initialise() 3023 Int rip_min = offsetof(VexGuestAMD64State, guest_RIP); in guest_amd64_state_requires_precise_mem_exns() 3067 .offset_IP = offsetof(VexGuestAMD64State,guest_RIP), 3082 /* 4 */ ALWAYSDEFD(guest_RIP),
|
D | guest_amd64_toIR.c | 401 #define OFFB_RIP offsetof(VexGuestAMD64State,guest_RIP)
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 274 regs->rip = arch->vex.guest_RIP; in fill_prstatus()
|