HomeSort by relevance Sort by last modified time
    Searched refs:PROT_NONE (Results 26 - 39 of 39) sorted by null

12

  /external/v8/src/
platform-macos.cc 356 address_ = mmap(NULL, size, PROT_NONE,
389 return mmap(address, size, PROT_NONE,
platform-solaris.cc 338 address_ = mmap(NULL, size, PROT_NONE,
371 return mmap(address, size, PROT_NONE,
platform-linux.cc 553 address_ = mmap(NULL, size, PROT_NONE,
586 return mmap(address, size, PROT_NONE,
  /external/valgrind/main/auxprogs/
aix5_VKI_info.c 135 printf("#define VKI_PROT_NONE 0x%08x\n", PROT_NONE);
  /dalvik/vm/
LinearAlloc.cpp 175 * pages start out PROT_NONE, become read/write while we access them,
189 if (mprotect(pHdr->mapAddr, pHdr->mapLength, PROT_NONE) != 0) {
  /external/strace/
mem.c 84 { PROT_NONE, "PROT_NONE", },
  /external/chromium/sdch/open-vcdiff/src/
vcencoder_test.cc 570 mprotect(second_page, page_size, PROT_NONE);
598 mprotect(first_page, page_size, PROT_NONE);
    [all...]
vcdecoder3_test.cc 494 mprotect(second_page, page_size, PROT_NONE);
523 mprotect(first_page, page_size, PROT_NONE);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 244 public static final int PROT_NONE = placeholder();
  /dalvik/vm/alloc/
HeapSource.cpp 525 base = dvmAllocRegion(length, PROT_NONE, "dalvik-heap");
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 319 #define VKI_PROT_NONE PROT_NONE
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 250 initConstant(env, c, "PROT_NONE", PROT_NONE);
  /bionic/libc/bionic/
pthread.c 265 if(mprotect(stack, guard_size, PROT_NONE)){
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 215 milliseconds

12