HomeSort by relevance Sort by last modified time
    Searched refs:PAGE_NOACCESS (Results 1 - 11 of 11) sorted by null

  /external/v8/src/base/platform/
platform-cygwin.cc 137 if (protection == PAGE_EXECUTE_READWRITE || protection == PAGE_NOACCESS) {
170 address = VirtualAlloc(base, size, MEM_RESERVE, PAGE_NOACCESS);
216 return RandomizedVirtualAlloc(size, MEM_RESERVE, PAGE_NOACCESS);
233 PAGE_NOACCESS)) {
platform-win32.cc 765 (protection == PAGE_EXECUTE_READWRITE || protection == PAGE_NOACCESS)) {
821 VirtualProtect(address, size, PAGE_NOACCESS, &oldprotect);
    [all...]
platform-posix.cc 128 VirtualProtect(address, size, PAGE_NOACCESS, &oldprotect);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 131 MEM_RESERVE | MEM_COMMIT, PAGE_NOACCESS);
141 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection);
162 return mbi.Protect == PAGE_NOACCESS &&
720 if (info.Protect == 0 || info.Protect == PAGE_NOACCESS ||
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 425 PAGE_NOACCESS));
517 PAGE_NOACCESS));
  /external/fio/os/windows/
posix.c 284 vaProt |= PAGE_NOACCESS;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 271 milliseconds