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

1 2 3 4

  /bionic/libc/bionic/
libc_init_static.cpp 70 mprotect(reinterpret_cast<void*>(seg_page_start), seg_page_end - seg_page_start, PROT_READ);
  /external/compiler-rt/lib/profile/
WindowsMMap.h 22 #define PROT_READ 0x1
  /external/fio/os/windows/posix/include/sys/
mman.h 7 #define PROT_READ 0x2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman-common.h 9 #define PROT_READ 0x1 /* page can be read */
  /prebuilts/go/darwin-x86/src/runtime/
defs_windows.go 34 PROT_READ = 1
defs_arm_linux.go 50 PROT_READ = C.PROT_READ
defs_dragonfly.go 36 PROT_READ = C.PROT_READ
defs_linux.go 42 PROT_READ = C.PROT_READ
defs_netbsd.go 37 PROT_READ = C.PROT_READ
defs_openbsd.go 33 PROT_READ = C.PROT_READ
defs2_linux.go 53 PROT_READ = C.PROT_READ
  /prebuilts/go/linux-x86/src/runtime/
defs_windows.go 34 PROT_READ = 1
defs_arm_linux.go 50 PROT_READ = C.PROT_READ
defs_dragonfly.go 36 PROT_READ = C.PROT_READ
defs_linux.go 42 PROT_READ = C.PROT_READ
defs_netbsd.go 37 PROT_READ = C.PROT_READ
defs_openbsd.go 33 PROT_READ = C.PROT_READ
  /bionic/libc/kernel/uapi/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 22 #define PROT_READ 0x01
  /external/kernel-headers/original/uapi/asm-generic/
mman-common.h 10 #define PROT_READ 0x1 /* page can be read */
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 15 * without PROT_READ. The only guarantees are that no writing will be
19 #define PROT_READ 0x01 /* page can be read */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 31 without PROT_READ. The only guarantees are that no writing will be
34 #define PROT_READ 0x1 /* Page can be read. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 31 without PROT_READ. The only guarantees are that no writing will be
34 #define PROT_READ 0x1 /* Page can be read. */
  /system/core/libbacktrace/include/backtrace/
BacktraceMap.h 25 #define PROT_READ 0x1
132 bool IsReadable(uint64_t pc) { return GetFlags(pc) & PROT_READ; }
  /external/ImageMagick/MagickCore/
nt-base.h 46 #define PROT_READ 0x01

Completed in 134 milliseconds

1 2 3 4