Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.cc183 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/
Dinterception_win.cpp203 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/
Dsanitizer_win.cc227 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/
Dsanitizer_win.cpp332 DWORD old_protection; in MprotectNoAccess() local
333 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection); in MprotectNoAccess()