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

  /external/valgrind/VEX/pub/
libvex_guest_x86.h 147 UInt guest_EAX; /* 8 */
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-darwin.c 67 mach->__eax = vex->guest_EAX;
123 vex->guest_EAX = mach->__eax;
300 vex->guest_EAX = self;
469 vex->guest_EAX = self;
syswrap-main.c 465 canonical->sysno = gst->guest_EAX;
580 canonical->sysno = gst->guest_EAX;
722 canonical->sysno = gst->guest_EAX;
793 gst->guest_EAX = canonical->sysno;
855 gst->guest_EAX = VG_DARWIN_SYSNO_FOR_KERNEL(canonical->sysno);
    [all...]
syswrap-x86-solaris.c 147 uc->uc_mcontext.gregs[VKI_EAX] = tst->arch.vex.guest_EAX;
349 tst->arch.vex.guest_EAX = uc->uc_mcontext.gregs[VKI_EAX];
    [all...]
syswrap-x86-linux.c 255 ctst->arch.vex.guest_EAX = 0;
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 232 #define OFFB_EAX offsetof(VexGuestX86State,guest_EAX)
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-x86.c 131 case 0: VG_(transfer) (&x86->guest_EAX, buf, dir, size, mod); break;
  /external/valgrind/VEX/switchback/
switchback.c 689 gst.guest_EAX = serviceFn( *(UInt*)(esp+4), *(UInt*)(esp+8) );
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-linux.c 610 tst->arch.vex.guest_EAX = sc->eax;
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 767 vg_assert(8 == offsetof(VexGuestX86State,guest_EAX));
768 vg_assert(VG_IS_4_ALIGNED(offsetof(VexGuestX86State,guest_EAX)));
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 252 regs->eax = arch->vex.guest_EAX;
coredump-solaris.c 277 (*regs)[VKI_EAX] = arch->vex.guest_EAX;
    [all...]
  /external/valgrind/coregrind/
m_machine.c 196 (*f)(tid, "EAX", vex->guest_EAX);
    [all...]

Completed in 746 milliseconds