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

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 190 UShort guest_FS;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 82 mach->__fs = vex->guest_FS;
138 vex->guest_FS = mach->__fs;
syswrap-x86-linux.c 315 ctst->arch.vex.guest_FS, ctst->arch.vex.guest_GS);
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 168 case 14: VG_(transfer) (&x86->guest_FS, buf, dir, size, mod); break;
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 668 tst->arch.vex.guest_FS = sc->fs;
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 268 regs->fs = arch->vex.guest_FS;
293 //:: regs->fs = arch->vex.guest_FS;
  /external/valgrind/main/coregrind/
m_debugger.c 58 regs.fs = vex->guest_FS;
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 263 #define OFFB_FS offsetof(VexGuestX86State,guest_FS)
    [all...]

Completed in 295 milliseconds