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

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 166 UInt guest_EIP; /* 60 */
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 78 mach->__eip = vex->guest_EIP;
134 vex->guest_EIP = mach->__eip;
300 vex->guest_EIP = pthread_starter;
454 vex->guest_EIP = wqthread_starter;
syswrap-main.c     [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 567 = (void*)tst->arch.vex.guest_EIP;
607 tst->arch.vex.guest_EIP = (Addr) handler;
614 esp, tst->arch.vex.guest_EIP, tst->status);
663 tst->arch.vex.guest_EIP = sc->eip;
721 tid, isRT, tst->arch.vex.guest_EIP);
sigframe-x86-darwin.c 225 tid, tst->arch.vex.guest_EIP);
  /external/valgrind/main/coregrind/
pub_core_machine.h 83 # define VG_INSTR_PTR guest_EIP
m_debugger.c 69 regs.eip = vex->guest_EIP;
m_machine.c 69 regs->r_pc = (ULong)VG_(threads)[tid].arch.vex.guest_EIP;
    [all...]
  /external/valgrind/main/VEX/switchback/
switchback.c 47 # define GuestPC guest_EIP
973 gst.guest_EIP = *(UInt*)(esp+0);
976 next_guest = gst.guest_EIP;
1126 gst.guest_EIP = (UInt)entryP;
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 141 VG_(transfer) (&x86->guest_EIP, buf, dir, size, mod);
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 600 arch->vex.guest_EIP = iifii.initial_client_IP;
initimg-linux.c     [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 87 set this thread's guest_EIP field with the continuation address
244 #define OFFB_EIP offsetof(VexGuestX86State,guest_EIP)
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 254 regs->eip = arch->vex.guest_EIP;
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 226 milliseconds