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

  /external/valgrind/VEX/pub/
libvex_guest_x86.h 154 UInt guest_EDI; /* 36 */
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-darwin.c 71 mach->__edi = vex->guest_EDI;
127 vex->guest_EDI = mach->__edi;
304 vex->guest_EDI = stacksize;
474 vex->guest_EDI = reuse;
syswrap-x86-solaris.c 165 uc->uc_mcontext.gregs[VKI_EDI] = tst->arch.vex.guest_EDI;
373 tst->arch.vex.guest_EDI = uc->uc_mcontext.gregs[VKI_EDI];
    [all...]
syswrap-main.c 471 canonical->arg5 = gst->guest_EDI;
788 gst->guest_EDI = canonical->arg5;
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-x86.c 138 case 7: VG_(transfer) (&x86->guest_EDI, buf, dir, size, mod); break;
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-linux.c 617 tst->arch.vex.guest_EDI = sc->edi;
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 270 regs->edi = arch->vex.guest_EDI;
coredump-solaris.c 282 (*regs)[VKI_EDI] = arch->vex.guest_EDI;
    [all...]
  /external/valgrind/coregrind/
m_machine.c 195 (*f)(tid, "EDI", vex->guest_EDI);
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 239 #define OFFB_EDI offsetof(VexGuestX86State,guest_EDI)
    [all...]

Completed in 473 milliseconds