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

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 145 UInt guest_ECX;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 70 mach->__ecx = vex->guest_ECX;
126 vex->guest_ECX = mach->__ecx;
303 vex->guest_ECX = func;
457 vex->guest_ECX = stackaddr;
syswrap-main.c 409 canonical->arg2 = gst->guest_ECX;
608 gst->guest_ECX = canonical->arg2;
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 133 case 1: VG_(transfer) (&x86->guest_ECX, buf, dir, size, mod); break;
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 237 #define OFFB_ECX offsetof(VexGuestX86State,guest_ECX)
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 655 tst->arch.vex.guest_ECX = sc->ecx;
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 257 regs->ecx = arch->vex.guest_ECX;
  /external/valgrind/main/coregrind/
m_debugger.c 62 regs.ecx = vex->guest_ECX;
m_machine.c 193 (*f)(vex->guest_ECX);
    [all...]

Completed in 187 milliseconds