Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp240 static bool ChangeMemoryProtection( in ChangeMemoryProtection() function
1062 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithDetour()
1104 if (!ChangeMemoryProtection(old_func, kJumpInstructionLength, &protection)) in OverrideFunctionWithRedirectJump()
1153 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithHotPatch()
1210 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline()