HomeSort by relevance Sort by last modified time
    Searched defs:PROT_READ (Results 1 - 16 of 16) sorted by null

  /bionic/libc/bionic/
libc_init_static.cpp 84 mprotect(reinterpret_cast<void*>(seg_page_start), seg_page_end - seg_page_start, PROT_READ);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osmman.h 10 #define PROT_READ 0x1
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
mman.h 23 #define PROT_READ 0x01
  /external/compiler-rt/SDKs/linux/usr/include/sys/
mman.h 23 #define PROT_READ 0x01
  /external/fio/os/windows/posix/include/sys/
mman.h 7 #define PROT_READ 0x2
  /bionic/libc/kernel/uapi/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /development/ndk/platforms/android-3/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /development/ndk/platforms/android-L/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /external/kernel-headers/original/uapi/asm-generic/
mman-common.h 9 #define PROT_READ 0x1 /* page can be read */
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 22 #define PROT_READ 0x01
  /development/ndk/platforms/android-9/arch-mips/include/asm/
mman.h 22 #define PROT_READ 0x01
  /development/ndk/platforms/android-L/arch-mips/include/asm/
mman.h 22 #define PROT_READ 0x01
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
mman.h 22 #define PROT_READ 0x01
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 14 * without PROT_READ. The only guarantees are that no writing will be
18 #define PROT_READ 0x01 /* page can be read */
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 265 #define PROT_READ PAGE_READWRITE
279 prot == (PROT_READ|PROT_WRITE) && flags == (MAP_PRIVATE|MAP_ANONYMOUS)) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 262 #define PROT_READ PAGE_READWRITE
276 prot == (PROT_READ|PROT_WRITE) && flags == (MAP_PRIVATE|MAP_ANONYMOUS)) {

Completed in 126 milliseconds