OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldt_entry
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/x86-linux/
seg_override.c
35
}
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
) );
91
struct modify_ldt_ldt_s
ldt_entry
;
local
94
memset(&
ldt_entry
, 0, sizeof(
ldt_entry
));
96
ldt_entry
.entry_number = 1;
97
ldt_entry
.base_addr = (unsigned)base; //0x12345678
[
all
...]
/external/strace/
mem.c
615
print_ldt_entry(struct modify_ldt_ldt_s *
ldt_entry
)
625
(long)
ldt_entry
->base_addr,
626
ldt_entry
->limit,
627
ldt_entry
->seg_32bit,
628
ldt_entry
->contents,
629
ldt_entry
->read_exec_only,
630
ldt_entry
->limit_in_pages,
631
ldt_entry
->seg_not_present,
632
ldt_entry
->useable);
Completed in 52 milliseconds