Searched refs:__interception (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.h | 23 namespace __interception { 70 ::__interception::OverrideFunction(#func, \ 71 (::__interception::uptr)WRAP(func), \ 72 (::__interception::uptr *)&REAL(func)) 75 ::__interception::OverrideFunction((::__interception::uptr)func, \ 76 (::__interception::uptr)WRAP(func), \ 77 (::__interception::uptr *)&REAL(func)) 83 ::__interception::OverrideImportedFunction( \ 84 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \ 85 (::__interception::uptr *)&REAL(func))
|
H A D | interception_linux.h | 24 namespace __interception { 35 ::__interception::InterceptFunction( \ 36 #func, (::__interception::uptr *)&REAL(func), \ 37 (::__interception::uptr)(decltype(REAL(func)))&(func), \ 38 (::__interception::uptr) &TRAMPOLINE(func)) 43 ::__interception::InterceptFunction( \ 45 (::__interception::uptr *)&REAL(func), \ 46 (::__interception::uptr)(decltype(REAL(func)))&(func), \ 47 (::__interception::uptr)&TRAMPOLINE(func))
|
H A D | interception.h | 245 # define REAL(x) __interception::PTR_TO_REAL(x) 250 namespace __interception { \ 284 namespace __interception { \ 334 namespace __interception { \ 345 namespace __interception {
|
H A D | interception_linux.cpp | 21 namespace __interception { namespace
|
H A D | interception_win.cpp | 134 namespace __interception { namespace
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win_dll_thunk.cpp | 27 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in dllThunkGetRealAddrOrDie() 35 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkIntercept() 42 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible() 46 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkInterceptWhenPossible()
|
H A D | sanitizer_win_weak_interception.cpp | 31 uptr real = __interception::InternalGetProcAddress( in interceptWhenPossible() 33 if (real && !__interception::OverrideFunction((uptr)dll_function, real, 0)) in interceptWhenPossible()
|
H A D | sanitizer_internal_defs.h | 484 namespace __interception {
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_win.cpp | 174 __interception::SetErrorReportCallback(Report); in InitializePlatformInterceptors() 195 if (!::__interception::OverrideFunction("RaiseException", in InitializePlatformInterceptors() 198 CHECK(::__interception::OverrideFunction("RtlRaiseException", in InitializePlatformInterceptors()
|
H A D | asan_rtl.cpp | 414 __interception::DoesNotSupportStaticLinking(); in AsanInitInternal()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 19 #define REAL(x) __interception::PTR_TO_REAL(x) 23 namespace __interception { \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_rtl.cpp | 179 __interception::DoesNotSupportStaticLinking(); in MemprofInitInternal()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 523 __interception::DoesNotSupportStaticLinking(); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 548 __interception::DoesNotSupportStaticLinking(); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 612 using __interception::InterceptFunction; in DEFINE_REAL() 2891 __interception::DoesNotSupportStaticLinking(); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1765 __interception::DoesNotSupportStaticLinking(); in InitializeInterceptors()
|