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

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 150 UInt guest_ESI;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 73 mach->__esi = vex->guest_ESI;
129 vex->guest_ESI = mach->__esi;
306 vex->guest_ESI = flags;
460 vex->guest_ESI = 0;
syswrap-main.c 411 canonical->arg4 = gst->guest_ESI;
610 gst->guest_ESI = canonical->arg4;
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 138 case 6: VG_(transfer) (&x86->guest_ESI, buf, dir, size, mod); break;
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 660 tst->arch.vex.guest_ESI = sc->esi;
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 259 regs->esi = arch->vex.guest_ESI;
  /external/valgrind/main/coregrind/
m_debugger.c 64 regs.esi = vex->guest_ESI;
m_machine.c 196 (*f)(vex->guest_ESI);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 241 #define OFFB_ESI offsetof(VexGuestX86State,guest_ESI)
    [all...]

Completed in 158 milliseconds