Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.cc805 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()