Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/scripts/
Dsymbolize.py20 def patch_address(frameno, addr_s): function
53 addr = patch_address(frameno, addr)
/external/compiler-rt/lib/interception/
Dinterception_win.cc722 uptr patch_address = old_func - padding_length; in OverrideFunctionWithTrampoline() local
725 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline()
732 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) in OverrideFunctionWithTrampoline()
/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp810 uptr patch_address = old_func - padding_length; in OverrideFunctionWithTrampoline() local
813 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline()
820 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) in OverrideFunctionWithTrampoline()