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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 407 /* Translate a struct modify_ldt_ldt_s to a VexGuestX86SegDescr, using
413 /* OUT */ VexGuestX86SegDescr* out,
417 vg_assert(8 == sizeof(VexGuestX86SegDescr));
459 static VexGuestX86SegDescr* alloc_zeroed_x86_GDT ( void )
461 Int nbytes = VEX_GUEST_X86_GDT_NENT * sizeof(VexGuestX86SegDescr);
466 static VexGuestX86SegDescr* alloc_zeroed_x86_LDT ( void )
468 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr);
473 static void free_LDT_or_GDT ( VexGuestX86SegDescr* dt )
480 static void copy_LDT_from_to ( VexGuestX86SegDescr* src,
481 VexGuestX86SegDescr* dst
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 128 descriptors, which have the type VexGuestX86SegDescr, defined
194 HWord guest_LDT; /* host addr, a VexGuestX86SegDescr* */
195 HWord guest_GDT; /* host addr, a VexGuestX86SegDescr* */
263 } VexGuestX86SegDescr;
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]

Completed in 940 milliseconds