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

  /external/valgrind/main/VEX/pub/
libvex_guest_amd64.h 78 /* 168 */ ULong guest_RIP;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 79 mach->__rip = vex->guest_RIP;
142 vex->guest_RIP = mach->__rip;
312 vex->guest_RIP = pthread_starter;
454 vex->guest_RIP = wqthread_starter;
syswrap-main.c     [all...]
  /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 225 tid, tst->arch.vex.guest_RIP);
  /external/valgrind/main/coregrind/
pub_core_machine.h 87 # 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 164 VG_(transfer) (&amd64->guest_RIP, buf, dir, size, mod);
  /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/
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;

Completed in 2392 milliseconds