Searched refs:RestoreMemoryProtection (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
H A D | interception_win.cc | 208 static bool RestoreMemoryProtection( in RestoreMemoryProtection() function 668 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithDetour() 707 if (!RestoreMemoryProtection(old_func, kJumpInstructionLength, protection)) in OverrideFunctionWithRedirectJump() 757 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithHotPatch() 813 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) in OverrideFunctionWithTrampoline()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/ |
H A D | interception_win.cpp | 209 static bool RestoreMemoryProtection( in RestoreMemoryProtection() function 721 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithDetour() 760 if (!RestoreMemoryProtection(old_func, kJumpInstructionLength, protection)) in OverrideFunctionWithRedirectJump() 810 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithHotPatch() 866 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) in OverrideFunctionWithTrampoline()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
H A D | interception_win.cc | 210 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()
|