Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/interception/ | |
interception_win.cc | 805 uptr patch_address = old_func - padding_length; local in function:__interception::OverrideFunctionWithTrampoline 808 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) 815 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) |
interception_win.cc | 805 uptr patch_address = old_func - padding_length; local in function:__interception::OverrideFunctionWithTrampoline 808 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) 815 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) |
interception_win.cc | 805 uptr patch_address = old_func - padding_length; local in function:__interception::OverrideFunctionWithTrampoline 808 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) 815 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) |