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

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 151 UInt guest_EDI; /* 28 */
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 72 mach->__edi = vex->guest_EDI;
128 vex->guest_EDI = mach->__edi;
305 vex->guest_EDI = stacksize;
459 vex->guest_EDI = reuse;
syswrap-main.c 412 canonical->arg5 = gst->guest_EDI;
611 gst->guest_EDI = canonical->arg5;
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 139 case 7: VG_(transfer) (&x86->guest_EDI, buf, dir, size, mod); break;
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 661 tst->arch.vex.guest_EDI = sc->edi;
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 260 regs->edi = arch->vex.guest_EDI;
  /external/valgrind/main/coregrind/
m_debugger.c 65 regs.edi = vex->guest_EDI;
m_machine.c 197 (*f)(vex->guest_EDI);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 242 #define OFFB_EDI offsetof(VexGuestX86State,guest_EDI)
    [all...]

Completed in 81 milliseconds