Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_win.cpp209 static bool RestoreMemoryProtection( in RestoreMemoryProtection() function
724 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithDetour()
763 if (!RestoreMemoryProtection(old_func, kJumpInstructionLength, protection)) in OverrideFunctionWithRedirectJump()
813 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithHotPatch()
869 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) in OverrideFunctionWithTrampoline()