Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_win.cpp202 static bool ChangeMemoryProtection( in ChangeMemoryProtection() function
714 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithDetour()
756 if (!ChangeMemoryProtection(old_func, kJumpInstructionLength, &protection)) in OverrideFunctionWithRedirectJump()
805 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithHotPatch()
862 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline()