Searched defs:read_exec_only (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/ | ||
H A D | ldt.h | 30 unsigned int read_exec_only : 1; member |
/aosp12/art/runtime/arch/x86/ | ||
H A D | thread_x86.cc | 53 const int read_exec_only = 0; in InitCpu() local |