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

  /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;
526 offsetof(VexGuestAMD64State,guest_RIP), sizeof(UWord) );
540 rsp, tst->arch.vex.guest_RIP, tst->status);
597 tst->arch.vex.guest_RIP = sc->rip;
641 tid, isRT, tst->arch.vex.guest_RIP);
sigframe-amd64-darwin.c 226 tid, tst->arch.vex.guest_RIP);
  /external/valgrind/main/VEX/pub/
libvex_guest_amd64.h 82 /* 184 */ ULong 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;
495 vex->guest_RIP = wqthread_starter;
syswrap-main.c     [all...]
  /external/valgrind/main/coregrind/
pub_core_machine.h 115 # define VG_INSTR_PTR guest_RIP
m_debugger.c 93 regs.rip = vex->guest_RIP;
m_machine.c 75 regs->r_pc = VG_(threads)[tid].arch.vex.guest_RIP;
    [all...]
  /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 532 offB_GUEST_IP = offsetof(VexGuestAMD64State,guest_RIP);
533 szB_GUEST_IP = sizeof( ((VexGuestAMD64State*)0)->guest_RIP );
    [all...]
guest_amd64_helpers.c     [all...]
guest_amd64_toIR.c 396 #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 768 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_RIP)));
    [all...]

Completed in 2191 milliseconds