HomeSort by relevance Sort by last modified time
    Searched refs:PROT_NONE (Results 51 - 75 of 158) sorted by null

1 23 4 5 6 7

  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /external/valgrind/memcheck/tests/
pointer-trace.c 54 map = mmap(0, stepsize * 2, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANONYMOUS, -1, 0);
72 map = mmap(0, 256*1024, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANONYMOUS, -1, 0);
  /external/valgrind/none/tests/linux/
mremap2.c 23 void* r = mmap(start, length, PROT_NONE,
48 workingarea = mmap(0, 200*PAGE, PROT_NONE,
79 r = mprotect( workingarea + i * PAGE, PAGE, PROT_NONE );
  /development/ndk/platforms/android-21/arch-mips/include/asm/
mman.h 21 #define PROT_NONE 0x00
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
mman.h 21 #define PROT_NONE 0x00
  /development/ndk/platforms/android-9/arch-mips/include/asm/
mman.h 21 #define PROT_NONE 0x00
  /external/compiler-rt/test/tsan/
signal_longjmp.cc 62 void *mem = mmap(0, 4096, PROT_NONE, MAP_PRIVATE | MAP_ANON,
  /external/fio/os/windows/posix/include/sys/
mman.h 6 #define PROT_NONE 0x1
  /external/strace/tests/
mmap.c 58 mprotect(p, length, PROT_NONE) ||
70 printf("mprotect\\(%p, %lu, PROT_NONE\\) += 0\n", p, length);
time.c 48 if (p == MAP_FAILED || mprotect(p + page_len, page_len, PROT_NONE))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mman.h 31 allowed without PROT_WRITE and no access will be allowed for PROT_NONE. */
36 #define PROT_NONE 0x0 /* Page can not be accessed. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 32 allowed without PROT_WRITE and no access will be allowed for PROT_NONE. */
37 #define PROT_NONE 0x0 /* Page can not be accessed. */

Completed in 2113 milliseconds

1 23 4 5 6 7