Searched refs:ChangeMemoryProtection (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
H A D | interception_win.cc | 201 static bool ChangeMemoryProtection( in ChangeMemoryProtection() function 658 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithDetour() 700 if (!ChangeMemoryProtection(old_func, kJumpInstructionLength, &protection)) in OverrideFunctionWithRedirectJump() 749 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithHotPatch() 806 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/ |
H A D | interception_win.cpp | 202 static bool ChangeMemoryProtection( in ChangeMemoryProtection() function 711 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithDetour() 753 if (!ChangeMemoryProtection(old_func, kJumpInstructionLength, &protection)) in OverrideFunctionWithRedirectJump() 802 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithHotPatch() 859 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
H A D | interception_win.cc | 203 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()
|