Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.cc203 static bool ChangeMemoryProtection( in ChangeMemoryProtection() function
660 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithDetour()
702 if (!ChangeMemoryProtection(old_func, kJumpInstructionLength, &protection)) in OverrideFunctionWithRedirectJump()
751 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithHotPatch()
808 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline()