Searched refs:flProtect (Results 1 – 2 of 2) sorted by relevance
42 DWORD flProtect; in mmap() local45 flProtect = PAGE_EXECUTE_READWRITE; in mmap()47 flProtect = PAGE_READWRITE; in mmap()50 flProtect = PAGE_EXECUTE_READ; in mmap()52 flProtect = PAGE_EXECUTE; in mmap()54 flProtect = PAGE_READONLY; in mmap()62 h = CreateFileMapping(mmap_fd, NULL, flProtect, DWORD_HI(end), DWORD_LO(end), NULL); in mmap()
1273 DWORD flProtect, dwDesiredAccess; in new_mmap_object() local1286 flProtect = PAGE_READONLY; in new_mmap_object()1290 flProtect = PAGE_READWRITE; in new_mmap_object()1294 flProtect = PAGE_WRITECOPY; in new_mmap_object()1429 flProtect, in new_mmap_object()