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

  /external/compiler-rt/test/Unit/
enable_execute_stack_test.c 27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
clear_cache_test.c 55 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 112 const int PAGE_EXECUTE_READWRITE = 0x40;
124 CHECK(VirtualProtect(crt_malloc, 16, PAGE_EXECUTE_READWRITE, &old_prot));
  /external/compiler-rt/lib/interception/
interception_win.cc 77 PAGE_EXECUTE_READWRITE);
129 if (!VirtualProtect((void*)old_func, head, PAGE_EXECUTE_READWRITE,
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorWin.cpp 37 (writable ? PAGE_EXECUTE_READWRITE : PAGE_EXECUTE_READ) :
StackBounds.cpp 201 || protect == PAGE_EXECUTE_READWRITE
  /external/qemu/android/utils/
mapfile.c 198 win32_prot = PAGE_EXECUTE_READWRITE;
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 198 win32_prot = PAGE_EXECUTE_READWRITE;
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 232 if (!VirtualProtect(pProc, 5, PAGE_EXECUTE_READWRITE, &flOldProtect))
261 VirtualProtect(pProc, 12, PAGE_EXECUTE_READWRITE, & flOldProtect);
  /external/v8/src/
platform-win32.cc 908 if (protection == PAGE_EXECUTE_READWRITE || protection == PAGE_NOACCESS) {
929 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE;
    [all...]
platform-cygwin.cc 349 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE;
  /external/qemu/
exec.c 217 PAGE_EXECUTE_READWRITE, &old_protect);
    [all...]

Completed in 426 milliseconds