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

1 2 3

  /external/compiler-rt/lib/profile/
WindowsMMap.h 27 #define MAP_SHARED 0x01
  /external/fio/os/windows/posix/include/sys/
mman.h 19 #define MAP_SHARED 0x100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman-common.h 17 #define MAP_SHARED 0x01 /* Share changes */
  /bionic/libc/kernel/uapi/asm-generic/
mman-common.h 28 #define MAP_SHARED 0x01
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 28 #define MAP_SHARED 0x001
  /external/kernel-headers/original/uapi/asm-generic/
mman-common.h 18 #define MAP_SHARED 0x01 /* Share changes */
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 30 #define MAP_SHARED 0x001 /* Share changes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 44 #define MAP_SHARED 0x01 /* Share changes. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 44 #define MAP_SHARED 0x01 /* Share changes. */
  /external/ImageMagick/MagickCore/
nt-base.h 48 #define MAP_SHARED 0x01
  /toolchain/binutils/binutils-2.27/gold/
output.cc 69 # ifndef MAP_SHARED
70 # define MAP_SHARED 0
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 341 public static final int MAP_SHARED = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 646 MAP_SHARED = 0x1
    [all...]
zerrors_darwin_amd64.go 646 MAP_SHARED = 0x1
    [all...]
zerrors_darwin_arm.go 604 MAP_SHARED = 0x1
    [all...]
zerrors_darwin_arm64.go 650 MAP_SHARED = 0x1
    [all...]
zerrors_solaris_amd64.go 602 MAP_SHARED = 0x1
    [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 646 MAP_SHARED = 0x1
    [all...]
zerrors_darwin_amd64.go 646 MAP_SHARED = 0x1
    [all...]
zerrors_darwin_arm.go 604 MAP_SHARED = 0x1
    [all...]
zerrors_darwin_arm64.go 650 MAP_SHARED = 0x1
    [all...]
zerrors_solaris_amd64.go 602 MAP_SHARED = 0x1
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 1609 MAP_SHARED = 1
    [all...]

Completed in 2697 milliseconds

1 2 3