Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.cc894 DWORD old_prot, unused_prot; in OverrideImportedFunction() local
896 &old_prot)) in OverrideImportedFunction()
899 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot)) in OverrideImportedFunction()