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

  /external/valgrind/coregrind/m_sigframe/
sigframe-amd64-linux.c 439 = (void*)tst->arch.vex.guest_RIP;
476 tst->arch.vex.guest_RIP = (Addr) handler;
482 offsetof(VexGuestAMD64State,guest_RIP), sizeof(UWord) );
496 rsp, tst->arch.vex.guest_RIP, tst->status);
553 tst->arch.vex.guest_RIP = sc->rip;
597 tid, isRT, tst->arch.vex.guest_RIP);
sigframe-amd64-darwin.c 212 tid, tst->arch.vex.guest_RIP);
  /external/valgrind/VEX/pub/
libvex_guest_amd64.h 82 /* 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;
518 vex->guest_RIP = wqthread_starter;
syswrap-main.c     [all...]
  /external/valgrind/coregrind/
pub_core_machine.h 128 # 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/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 617 arch->vex.guest_RIP = iifii.initial_client_IP;
initimg-linux.c     [all...]
  /external/valgrind/VEX/priv/
main_main.c 627 offB_GUEST_IP = offsetof(VexGuestAMD64State,guest_RIP);
628 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/coregrind/m_coredump/
coredump-elf.c 275 regs->rip = arch->vex.guest_RIP;
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 765 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_RIP)));
    [all...]

Completed in 563 milliseconds