HomeSort by: relevance | last modified time | path
    Searched refs:old_protection (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 204 uptr address, uptr size, DWORD *old_protection) {
207 old_protection) != FALSE;
211 uptr address, uptr size, DWORD old_protection) {
214 old_protection,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win.cc 311 DWORD old_protection; local in function:__sanitizer::MprotectNoAccess
312 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection);

Completed in 13 milliseconds