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

1 2 3 4

  /external/compiler-rt/lib/profile/
WindowsMMap.h 23 #define PROT_WRITE 0x2
  /external/fio/os/windows/posix/include/sys/
mman.h 8 #define PROT_WRITE 0x4
  /art/runtime/gc/space/
malloc_space.cc 98 PROT_READ | PROT_WRITE, true, false, &error_msg);
145 CheckedCall(mprotect, GetName(), original_end, increment, PROT_READ | PROT_WRITE);
198 PROT_READ | PROT_WRITE, &error_msg));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman-common.h 10 #define PROT_WRITE 0x2 /* page can be written */
  /prebuilts/go/darwin-x86/src/runtime/
defs_windows.go 35 PROT_WRITE = 2
defs_arm_linux.go 51 PROT_WRITE = C.PROT_WRITE
defs_dragonfly.go 37 PROT_WRITE = C.PROT_WRITE
defs_linux.go 43 PROT_WRITE = C.PROT_WRITE
defs_netbsd.go 38 PROT_WRITE = C.PROT_WRITE
defs_openbsd.go 34 PROT_WRITE = C.PROT_WRITE
defs2_linux.go 54 PROT_WRITE = C.PROT_WRITE
  /prebuilts/go/linux-x86/src/runtime/
defs_windows.go 35 PROT_WRITE = 2
defs_arm_linux.go 51 PROT_WRITE = C.PROT_WRITE
defs_dragonfly.go 37 PROT_WRITE = C.PROT_WRITE
defs_linux.go 43 PROT_WRITE = C.PROT_WRITE
defs_netbsd.go 38 PROT_WRITE = C.PROT_WRITE
defs_openbsd.go 34 PROT_WRITE = C.PROT_WRITE
  /bionic/libc/kernel/uapi/asm-generic/
mman-common.h 22 #define PROT_WRITE 0x2
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 23 #define PROT_WRITE 0x02
  /external/kernel-headers/original/uapi/asm-generic/
mman-common.h 11 #define PROT_WRITE 0x2 /* page can be written */
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 14 * implementation does not necessarily support PROT_EXEC or PROT_WRITE
16 * allowed without PROT_WRITE and no access will be allowed for PROT_NONE.
20 #define PROT_WRITE 0x02 /* page can be written */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 30 implementation does not necessarily support PROT_EXEC or PROT_WRITE
32 allowed without PROT_WRITE and no access will be allowed for PROT_NONE. */
35 #define PROT_WRITE 0x2 /* Page can be written. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 30 implementation does not necessarily support PROT_EXEC or PROT_WRITE
32 allowed without PROT_WRITE and no access will be allowed for PROT_NONE. */
35 #define PROT_WRITE 0x2 /* Page can be written. */
  /system/core/libbacktrace/include/backtrace/
BacktraceMap.h 26 #define PROT_WRITE 0x2
133 bool IsWritable(uint64_t pc) { return GetFlags(pc) & PROT_WRITE; }
  /external/ImageMagick/MagickCore/
nt-base.h 47 #define PROT_WRITE 0x02

Completed in 645 milliseconds

1 2 3 4