Searched refs:old_protection (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/interception/ |
D | interception_win.cc | 183 uptr address, uptr size, DWORD *old_protection) { in ChangeMemoryProtection() argument 186 old_protection) != FALSE; in ChangeMemoryProtection() 190 uptr address, uptr size, DWORD old_protection) { in RestoreMemoryProtection() argument 193 old_protection, in RestoreMemoryProtection()
|
/external/llvm-project/compiler-rt/lib/interception/ |
D | interception_win.cpp | 203 uptr address, uptr size, DWORD *old_protection) { in ChangeMemoryProtection() argument 206 old_protection) != FALSE; in ChangeMemoryProtection() 210 uptr address, uptr size, DWORD old_protection) { in RestoreMemoryProtection() argument 213 old_protection, in RestoreMemoryProtection()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 227 DWORD old_protection; in MprotectNoAccess() local 228 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection); in MprotectNoAccess()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cpp | 332 DWORD old_protection; in MprotectNoAccess() local 333 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection); in MprotectNoAccess()
|