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

  /external/valgrind/coregrind/m_sigframe/
sigframe-amd64-linux.c 439 = (void*)tst->arch.vex.guest_RIP;
477 tst->arch.vex.guest_RIP = (Addr) handler;
483 offsetof(VexGuestAMD64State,guest_RIP), sizeof(UWord) );
497 rsp, tst->arch.vex.guest_RIP, (Int)tst->status);
554 tst->arch.vex.guest_RIP = sc->rip;
598 tid, isRT, tst->arch.vex.guest_RIP);
sigframe-amd64-darwin.c 270 tid, tst->arch.vex.guest_RIP);
  /external/valgrind/VEX/pub/
libvex_guest_amd64.h 83 /* 184 */ ULong guest_RIP;
  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-darwin.c 78 mach->__rip = vex->guest_RIP;
173 vex->guest_RIP = mach->__rip;
358 vex->guest_RIP = pthread_starter;
521 vex->guest_RIP = wqthread_starter;
syswrap-main.c     [all...]
syswrap-amd64-solaris.c 120 uc->uc_mcontext.gregs[VKI_REG_RIP] = tst->arch.vex.guest_RIP;
323 tst->arch.vex.guest_RIP = uc->uc_mcontext.gregs[VKI_REG_RIP];
  /external/valgrind/coregrind/
pub_core_machine.h 120 # define VG_INSTR_PTR guest_RIP
m_machine.c 75 regs->r_pc = VG_(threads)[tid].arch.vex.guest_RIP;
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-amd64.c 180 case 16: VG_(transfer) (&amd64->guest_RIP, buf, dir, size, mod); break;
  /external/valgrind/coregrind/m_initimg/
initimg-darwin.c 615 arch->vex.guest_RIP = iifii.initial_client_IP;
initimg-solaris.c     [all...]
initimg-linux.c     [all...]
  /external/valgrind/VEX/priv/
main_main.c 389 offB_GUEST_IP = offsetof(VexGuestAMD64State,guest_RIP);
390 szB_GUEST_IP = sizeof( ((VexGuestAMD64State*)0)->guest_RIP );
    [all...]
guest_amd64_helpers.c     [all...]
guest_amd64_toIR.c 403 #define OFFB_RIP offsetof(VexGuestAMD64State,guest_RIP)
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 284 regs->rip = arch->vex.guest_RIP;
coredump-solaris.c 293 (*regs)[VKI_REG_RIP] = arch->vex.guest_RIP;
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 784 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_RIP)));
    [all...]

Completed in 368 milliseconds