Home
last modified time | relevance | path

Searched refs:flProtect (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/profile/
DWindowsMMap.c42 DWORD flProtect; in mmap() local
45 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()
/external/python/cpython2/Modules/
Dmmapmodule.c1254 DWORD flProtect, dwDesiredAccess; in new_mmap_object() local
1267 flProtect = PAGE_READONLY; in new_mmap_object()
1271 flProtect = PAGE_READWRITE; in new_mmap_object()
1275 flProtect = PAGE_WRITECOPY; in new_mmap_object()
1410 flProtect, in new_mmap_object()
/external/python/cpython3/Modules/
Dmmapmodule.c1207 DWORD flProtect, dwDesiredAccess; in new_mmap_object() local
1220 flProtect = PAGE_READONLY; in new_mmap_object()
1224 flProtect = PAGE_READWRITE; in new_mmap_object()
1228 flProtect = PAGE_WRITECOPY; in new_mmap_object()
1364 flProtect, in new_mmap_object()
/external/syzkaller/sys/windows/
Dsys.txt11 …ss vma, dwSize len[lpAddress], flAllocationType flags[allocation_type], flProtect flags[protect_fl…
Dwindows.txt311 …s HANDLE, lpAddress ptr[inout, array[int8]], dwSize int64, flAllocationType int32, flProtect int32)
340 …pAddress ptr[inout, array[int8]], dwSize int64, flAllocationType int32, flProtect int32, nndPrefer…
354 …ptr[inout, array[int8]], lpBuffer ptr[inout, array[int8]], nSize int64, flProtect int32, lpPageInf…
691 CreateFileMappingA(hFile HANDLE, lpFileMappingAttributes ptr[inout, intptr], flProtect int32, dwMax…
692 CreateFileMappingNumaA(hFile HANDLE, lpFileMappingAttributes ptr[inout, intptr], flProtect int32, d…