HomeSort by relevance Sort by last modified time
    Searched refs:old_protection (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/interception/
interception_win.cc 183 uptr address, uptr size, DWORD *old_protection) {
186 old_protection) != FALSE;
190 uptr address, uptr size, DWORD old_protection) {
193 old_protection,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 227 DWORD old_protection; local
228 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection);

Completed in 63 milliseconds