HomeSort by relevance Sort by last modified time
    Searched refs:guest_RIP (Results 1 - 17 of 17) sorted by null

  /external/valgrind/main/VEX/pub/
libvex_guest_amd64.h 83 /* 184 */ ULong guest_RIP;
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-linux.c 483 = (void*)tst->arch.vex.guest_RIP;
520 tst->arch.vex.guest_RIP = (Addr) handler;
530 rsp, tst->arch.vex.guest_RIP, tst->status);
587 tst->arch.vex.guest_RIP = sc->rip;
631 tid, isRT, tst->arch.vex.guest_RIP);
sigframe-amd64-darwin.c 232 tid, tst->arch.vex.guest_RIP);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 79 mach->__rip = vex->guest_RIP;
157 vex->guest_RIP = mach->__rip;
342 vex->guest_RIP = pthread_starter;
484 vex->guest_RIP = wqthread_starter;
syswrap-main.c     [all...]
  /external/valgrind/main/coregrind/
pub_core_machine.h 98 # define VG_INSTR_PTR guest_RIP
m_debugger.c 92 regs.rip = vex->guest_RIP;
m_machine.c 74 regs->r_pc = VG_(threads)[tid].arch.vex.guest_RIP;
    [all...]
  /external/valgrind/main/VEX/switchback/
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/coregrind/m_gdbserver/
valgrind-low-amd64.c 181 case 16: VG_(transfer) (&amd64->guest_RIP, buf, dir, size, mod); break;
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 615 arch->vex.guest_RIP = iifii.initial_client_IP;
initimg-linux.c     [all...]
  /external/valgrind/main/VEX/priv/
main_main.c 461 offB_GUEST_IP = offsetof(VexGuestAMD64State,guest_RIP);
462 szB_GUEST_IP = sizeof( ((VexGuestAMD64State*)0)->guest_RIP );
    [all...]
guest_amd64_helpers.c     [all...]
guest_amd64_toIR.c 401 #define OFFB_RIP offsetof(VexGuestAMD64State,guest_RIP)
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 274 regs->rip = arch->vex.guest_RIP;
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 753 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_RIP)));
    [all...]

Completed in 252 milliseconds