Searched refs:__interception (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/interception/ |
| H A D | interception_win.h | 24 namespace __interception { 66 ::__interception::OverrideFunction(#func, \ 67 (::__interception::uptr)WRAP(func), \ 68 (::__interception::uptr *)&REAL(func)) 71 ::__interception::OverrideFunction((::__interception::uptr)func, \ 72 (::__interception::uptr)WRAP(func), \ 73 (::__interception::uptr *)&REAL(func)) 79 ::__interception::OverrideImportedFunction( \ 80 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \ 81 (::__interception::uptr *)&REAL(func))
|
| H A D | interception_linux.h | 25 namespace __interception { 33 ::__interception::GetRealFunctionAddress( \ 34 #func, (::__interception::uptr *)&__interception::PTR_TO_REAL(func), \ 35 (::__interception::uptr) & (func), \ 36 (::__interception::uptr) & WRAP(func)) 41 (::__interception::real_##func = (func##_type)( \ 42 unsigned long)::__interception::GetFuncAddrVer(#func, symver))
|
| H A D | interception.h | 172 # define REAL(x) __interception::PTR_TO_REAL(x) 177 namespace __interception { \ 203 namespace __interception { \ 255 namespace __interception { \ 268 namespace __interception {
|
| H A D | interception_linux.cc | 26 namespace __interception { namespace
|
| H A D | interception_win.cc | 135 namespace __interception { namespace
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win_dll_thunk.cc | 28 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in dllThunkGetRealAddrOrDie() 36 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkIntercept() 43 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible() 47 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkInterceptWhenPossible()
|
| H A D | sanitizer_win_weak_interception.cc | 32 uptr real = __interception::InternalGetProcAddress( in interceptWhenPossible() 34 if (real && !__interception::OverrideFunction((uptr)dll_function, real, 0)) in interceptWhenPossible()
|
| H A D | sanitizer_internal_defs.h | 434 namespace __interception { using namespace __sanitizer; } // NOLINT
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_win.cc | 182 if (!::__interception::OverrideFunction("RaiseException", in InitializePlatformInterceptors() 185 CHECK(::__interception::OverrideFunction("RtlRaiseException", in InitializePlatformInterceptors()
|
| H A D | asan_malloc_win.cc | 222 if (!__interception::OverrideFunction(fname, new_func)) in TryToOverrideFunction()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 2644 using __interception::GetRealFunctionAddress; in InitializeInterceptors()
|