Searched refs:IsMemoryPadding (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
H A D | interception_win.cc | 216 static bool IsMemoryPadding(uptr address, uptr size) { in IsMemoryPadding() function 238 if (IsMemoryPadding(address - size, size)) in FunctionHasPadding() 653 !IsMemoryPadding(header, kDetourHeaderLen)) in OverrideFunctionWithDetour() 792 if (IsMemoryPadding(old_func - kAddressLength, kAddressLength)) { in OverrideFunctionWithTrampoline()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/ |
H A D | interception_win.cpp | 217 static bool IsMemoryPadding(uptr address, uptr size) { in IsMemoryPadding() function 239 if (IsMemoryPadding(address - size, size)) in FunctionHasPadding() 706 !IsMemoryPadding(header, kDetourHeaderLen)) in OverrideFunctionWithDetour() 845 if (IsMemoryPadding(old_func - kAddressLength, kAddressLength)) { in OverrideFunctionWithTrampoline()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
H A D | interception_win.cc | 218 static bool IsMemoryPadding(uptr address, uptr size) { in IsMemoryPadding() function 240 if (IsMemoryPadding(address - size, size)) in FunctionHasPadding() 655 !IsMemoryPadding(header, kDetourHeaderLen)) in OverrideFunctionWithDetour() 794 if (IsMemoryPadding(old_func - kAddressLength, kAddressLength)) { in OverrideFunctionWithTrampoline()
|