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

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 194 UShort guest_GS;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 83 mach->__gs = vex->guest_GS;
139 vex->guest_GS = mach->__gs;
syswrap-x86-linux.c 317 ctst->arch.vex.guest_FS, ctst->arch.vex.guest_GS);
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 160 case 15: VG_(transfer) (&x86->guest_GS, buf, dir, size, mod); break;
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 669 tst->arch.vex.guest_GS = sc->gs;
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 269 regs->gs = arch->vex.guest_GS;
294 //:: regs->gs = arch->vex.guest_GS;
  /external/valgrind/main/coregrind/
m_debugger.c 59 regs.gs = vex->guest_GS;
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 264 #define OFFB_GS offsetof(VexGuestX86State,guest_GS)
    [all...]

Completed in 41 milliseconds