Home
last modified time | relevance | path

Searched refs:PAGE_EXECUTE_READ (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DWindowsMMap.c50 flProtect = PAGE_EXECUTE_READ; in mmap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def124 HANDLE_MDMP_PROTECT(0x20, ExecuteRead, PAGE_EXECUTE_READ)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DMemory.inc34 return PAGE_EXECUTE_READ;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d1040 PAGE_EXECUTE_READ = 0x0020, enumerator