Searched refs:patch_address (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
H A D | interception_win.cc | 803 uptr patch_address = old_func - padding_length; in OverrideFunctionWithTrampoline() local 806 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline() 813 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) in OverrideFunctionWithTrampoline()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/ |
H A D | interception_win.cpp | 856 uptr patch_address = old_func - padding_length; in OverrideFunctionWithTrampoline() local 859 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline() 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 | 805 uptr patch_address = old_func - padding_length; in OverrideFunctionWithTrampoline() local 808 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline() 815 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) in OverrideFunctionWithTrampoline()
|