Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.cc197 static bool IsMemoryPadding(uptr address, uptr size) { in IsMemoryPadding() function
220 if (IsMemoryPadding(address - size, size)) in FunctionHasPadding()
574 !IsMemoryPadding(header, kDetourHeaderLen)) in OverrideFunctionWithDetour()
711 if (IsMemoryPadding(old_func - kAddressLength, kAddressLength)) { in OverrideFunctionWithTrampoline()
/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp217 static bool IsMemoryPadding(uptr address, uptr size) { in IsMemoryPadding() function
239 if (IsMemoryPadding(address - size, size)) in FunctionHasPadding()
660 !IsMemoryPadding(header, kDetourHeaderLen)) in OverrideFunctionWithDetour()
799 if (IsMemoryPadding(old_func - kAddressLength, kAddressLength)) { in OverrideFunctionWithTrampoline()