HomeSort by relevance Sort by last modified time
    Searched refs:PROT_NONE (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osmman.h 13 #define PROT_NONE 0x0
  /bionic/libc/kernel/uapi/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /development/ndk/platforms/android-3/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /development/ndk/platforms/android-L/include/asm-generic/
mman-common.h 26 #define PROT_NONE 0x0
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
mman.h 22 #define PROT_NONE 0x00
  /external/compiler-rt/SDKs/linux/usr/include/sys/
mman.h 22 #define PROT_NONE 0x00
  /external/compiler-rt/test/lsan/TestCases/
register_root_region.cc 22 assert(0 == mprotect((char *)p + size / 2, size / 2, PROT_NONE));
  /external/kernel-headers/original/uapi/asm-generic/
mman-common.h 13 #define PROT_NONE 0x0 /* page can not be accessed */
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 21 #define PROT_NONE 0x00
  /development/ndk/platforms/android-9/arch-mips/include/asm/
mman.h 21 #define PROT_NONE 0x00
  /development/ndk/platforms/android-L/arch-mips/include/asm/
mman.h 21 #define PROT_NONE 0x00
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
mman.h 21 #define PROT_NONE 0x00
  /external/fio/os/windows/posix/include/sys/
mman.h 6 #define PROT_NONE 0x1
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 15 * allowed without PROT_WRITE and no access will be allowed for PROT_NONE.
17 #define PROT_NONE 0x00 /* page can not be accessed */
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_memory.cc 21 return PROT_NONE;
  /external/chromium_org/ppapi/proxy/
file_mapping_resource_posix.cc 50 prot_for_mmap = PROT_NONE;
  /bionic/tests/
buffer_tests.cpp 361 ASSERT_TRUE(mprotect(&memory[pagesize], pagesize, PROT_NONE) == 0);
382 ASSERT_TRUE(mprotect(&memory[pagesize], pagesize, PROT_NONE) == 0);
408 ASSERT_TRUE(mprotect(&memory1[pagesize], pagesize, PROT_NONE) == 0);
416 ASSERT_TRUE(mprotect(&memory2[pagesize], pagesize, PROT_NONE) == 0);
dlext_test.cpp 173 void* start = mmap(nullptr, LIBSIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS,
191 void* start = mmap(nullptr, PAGE_SIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS,
203 void* start = mmap(nullptr, LIBSIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS,
221 void* start = mmap(nullptr, PAGE_SIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS,
241 void* start = mmap(nullptr, LIBSIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS,
  /external/libunwind/tests/
ia64-test-setjmp.c 92 ret = mmap ((void *) guard_page_addr, page_size, PROT_NONE,
  /external/chromium_org/v8/src/base/platform/
platform-solaris.cc 162 PROT_NONE,
234 PROT_NONE,
262 PROT_NONE,
platform-freebsd.cc 190 PROT_NONE,
262 PROT_NONE,
290 PROT_NONE,
platform-linux.cc 314 PROT_NONE,
389 PROT_NONE,
427 PROT_NONE,
platform-macos.cc 192 PROT_NONE,
264 PROT_NONE,
294 PROT_NONE,
platform-openbsd.cc 221 PROT_NONE,
293 PROT_NONE,
321 PROT_NONE,
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 167 #ifndef PROT_NONE
168 #define PROT_NONE 0x0
176 (void) mprotect((void*)ts->seg->vaddr, REDZONE, PROT_NONE); \
178 REDZONE, PROT_NONE); \
192 (void) mprotect((void*)ts->seg->vaddr, REDZONE, PROT_NONE); \
194 REDZONE, PROT_NONE); \

Completed in 533 milliseconds

1 2 3