OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VexGuestX86SegDescr
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c
406
/* Translate a struct modify_ldt_ldt_s to a
VexGuestX86SegDescr
, using
412
/* OUT */
VexGuestX86SegDescr
* out,
416
vg_assert(8 == sizeof(
VexGuestX86SegDescr
));
458
static
VexGuestX86SegDescr
* alloc_zeroed_x86_GDT ( void )
460
Int nbytes = VEX_GUEST_X86_GDT_NENT * sizeof(
VexGuestX86SegDescr
);
465
static
VexGuestX86SegDescr
* alloc_zeroed_x86_LDT ( void )
467
Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(
VexGuestX86SegDescr
);
472
static void free_LDT_or_GDT (
VexGuestX86SegDescr
* dt )
479
static void copy_LDT_from_to (
VexGuestX86SegDescr
* src,
480
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 2195 milliseconds