OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_exec_only
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/asm-x86/asm/
ldt.h
32
unsigned int
read_exec_only
:1;
member in struct:user_desc
/development/ndk/platforms/android-9/arch-x86/include/asm/
ldt.h
32
unsigned int
read_exec_only
:1;
member in struct:user_desc
/development/ndk/platforms/android-L/arch-x86/include/asm/
ldt.h
32
unsigned int
read_exec_only
:1;
member in struct:user_desc
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
ldt.h
32
unsigned int
read_exec_only
:1;
member in struct:user_desc
/external/kernel-headers/original/uapi/asm-x86/asm/
ldt.h
26
unsigned int
read_exec_only
:1;
member in struct:user_desc
/art/runtime/arch/x86/
thread_x86.cc
52
const int
read_exec_only
= 0;
local
67
entry.type = ((
read_exec_only
^ 1) << 1) | (contents << 2);
104
ldt_entry.
read_exec_only
=
read_exec_only
;
Completed in 103 milliseconds