Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.cc182 static bool ChangeMemoryProtection( in ChangeMemoryProtection() function
579 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithDetour()
621 if (!ChangeMemoryProtection(old_func, kJumpInstructionLength, &protection)) in OverrideFunctionWithRedirectJump()
669 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithHotPatch()
725 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline()