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

  /external/valgrind/none/tests/x86-linux/
seg_override.c 35 } LDT_ENTRY;
38 inline static void *wine_ldt_get_base( const LDT_ENTRY *ent )
44 inline static unsigned int wine_ldt_get_limit( const LDT_ENTRY *ent )
53 LDT_ENTRY ldt_copy[8192];
62 res = __modify_ldt( 0, ldt_copy, 8192*sizeof(LDT_ENTRY) );
92 struct modify_ldt_ldt_s ldt_entry; local
95 memset(&ldt_entry, 0, sizeof(ldt_entry));
97 ldt_entry.entry_number = 1;
98 ldt_entry.base_addr = (unsigned)base; //0x12345678
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 77 milliseconds