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

1 2

  /art/libartbase/base/
mman.h 25 #define PROT_WRITE 0x2
mem_map_windows.cc 27 #ifdef PROT_WRITE
28 #undef PROT_WRITE
52 if ((prot != PROT_READ) && (prot != (PROT_READ | PROT_WRITE))) {
68 if ((prot & PROT_WRITE) != 0) {
  /external/u-boot/tools/
mingw_support.h 16 #define PROT_WRITE 0x2 /* Page can be written */
  /external/compiler-rt/lib/profile/
WindowsMMap.h 23 #define PROT_WRITE 0x2
  /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 */
  /external/ImageMagick/MagickCore/
nt-base.h 47 #define PROT_WRITE 0x02
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_solaris_amd64.go 719 PROT_WRITE = 0x2
    [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
zerrors_openbsd_386.go     [all...]
zerrors_openbsd_amd64.go     [all...]
zerrors_openbsd_arm.go     [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 1603 PROT_WRITE = 0x2
1606 PROT_ZFOD = (PROT_READ | PROT_WRITE | PROT_EXEC | PROT_USER)
1607 PROT_ALL = (PROT_READ | PROT_WRITE | PROT_EXEC | PROT_USER)
1618 PROC_DATA = (PROT_READ | PROT_WRITE | PROT_EXEC)
1621 VALID_ATTR = (PROT_READ|PROT_WRITE|PROT_EXEC|SHARED|PRIVATE)
    [all...]

Completed in 1677 milliseconds

1 2