Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.cc189 static bool RestoreMemoryProtection( in RestoreMemoryProtection() function
589 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithDetour()
628 if (!RestoreMemoryProtection(old_func, kJumpInstructionLength, protection)) in OverrideFunctionWithRedirectJump()
677 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithHotPatch()
732 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) in OverrideFunctionWithTrampoline()
/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp209 static bool RestoreMemoryProtection( in RestoreMemoryProtection() function
675 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithDetour()
714 if (!RestoreMemoryProtection(old_func, kJumpInstructionLength, protection)) in OverrideFunctionWithRedirectJump()
764 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithHotPatch()
820 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) in OverrideFunctionWithTrampoline()