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

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 146 UInt guest_EDX;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 71 mach->__edx = vex->guest_EDX;
127 vex->guest_EDX = mach->__edx;
304 vex->guest_EDX = tst->os_state.func_arg;
458 vex->guest_EDX = workitem;
syswrap-main.c 410 canonical->arg3 = gst->guest_EDX;
609 gst->guest_EDX = canonical->arg3;
748 wHI = gst->guest_EDX;
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 134 case 2: VG_(transfer) (&x86->guest_EDX, buf, dir, size, mod); break;
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 238 #define OFFB_EDX offsetof(VexGuestX86State,guest_EDX)
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 656 tst->arch.vex.guest_EDX = sc->edx;
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 258 regs->edx = arch->vex.guest_EDX;
  /external/valgrind/main/coregrind/
m_debugger.c 63 regs.edx = vex->guest_EDX;
m_machine.c 194 (*f)(vex->guest_EDX);
    [all...]

Completed in 161 milliseconds