Searched defs:PROT_WRITE (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/SDKs/linux/usr/include/sys/
H A Dmman.h23 #define PROT_WRITE 0x2 macro
/external/qemu/android/utils/
H A Dmapfile.h30 #define PROT_WRITE 0x2 macro
/external/kernel-headers/original/asm-generic/
H A Dmman-common.h10 #define PROT_WRITE 0x2 /* page can be written */ macro
/external/kernel-headers/original/asm-mips/
H A Dmman.h13 * implementation does not necessarily support PROT_EXEC or PROT_WRITE
15 * allowed without PROT_WRITE and no access will be allowed for PROT_NONE.
19 #define PROT_WRITE 0x02 /* page can be written */ macro

Completed in 165 milliseconds