Searched refs:LDT_ENTRY (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/none/tests/x86-linux/
H A Dseg_override.c35 } LDT_ENTRY; typedef in typeref:struct:_LDT_ENTRY
37 inline static void *wine_ldt_get_base( const LDT_ENTRY *ent )
43 inline static unsigned int wine_ldt_get_limit( const LDT_ENTRY *ent )
52 LDT_ENTRY ldt_copy[8192];
61 res = __modify_ldt( 0, ldt_copy, 8192*sizeof(LDT_ENTRY) );

Completed in 257 milliseconds