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

  /external/valgrind/VEX/pub/
libvex_guest_x86.h 192 UShort guest_ES;
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-darwin.c 80 mach->__es = vex->guest_ES;
136 vex->guest_ES = mach->__es;
syswrap-x86-solaris.c 203 uc->uc_mcontext.gregs[VKI_ES] = tst->arch.vex.guest_ES;
409 tst->arch.vex.guest_ES = uc->uc_mcontext.gregs[VKI_ES];
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-x86.c 157 case 13: VG_(transfer) (&x86->guest_ES, buf, dir, size, mod); break;
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-linux.c 623 tst->arch.vex.guest_ES = sc->es;
  /external/valgrind/coregrind/m_initimg/
initimg-solaris.c     [all...]
initimg-linux.c     [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 257 regs->es = arch->vex.guest_ES;
coredump-solaris.c 288 (*regs)[VKI_ES] = arch->vex.guest_ES;
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 259 #define OFFB_ES offsetof(VexGuestX86State,guest_ES)
    [all...]

Completed in 3512 milliseconds