Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.cc210 static bool RestoreMemoryProtection( in RestoreMemoryProtection() function
670 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithDetour()
709 if (!RestoreMemoryProtection(old_func, kJumpInstructionLength, protection)) in OverrideFunctionWithRedirectJump()
759 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithHotPatch()
815 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) in OverrideFunctionWithTrampoline()