Home
last modified time | relevance | path

Searched refs:old_protection (Results 1 – 2 of 2) 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/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()