| /freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_win.h | 23 namespace __interception { 73 ::__interception::OverrideFunction(#func, \ 74 (::__interception::uptr)WRAP(func), \ 75 (::__interception::uptr *)&REAL(func)) 78 ::__interception::OverrideFunction((::__interception::uptr)func, \ 79 (::__interception::uptr)WRAP(func), \ 80 (::__interception::uptr *)&REAL(func)) 86 ::__interception::OverrideImportedFunction( \ 87 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \ 88 (::__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_aix.h | 24 namespace __interception { 30 ::__interception::InterceptFunction( \ 31 #func, (::__interception::uptr *)&REAL(func), \ 32 (::__interception::uptr) & (func), \ 33 (::__interception::uptr) & WRAP(func))
|
| H A D | interception.h | 266 # define REAL(x) __interception::PTR_TO_REAL(x) 271 namespace __interception { \ 305 namespace __interception { \ 355 namespace __interception { \ 363 namespace __interception {
|
| H A D | interception_aix.cpp | 21 namespace __interception { namespace
|
| H A D | interception_linux.cpp | 21 namespace __interception { namespace
|
| H A D | interception_win.cpp | 135 namespace __interception { namespace
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win_interception.cpp | 36 __interception::InternalGetProcAddress(&__ImageBase, export_name); in GetSanitizerDllExport() 96 const bool function_overridden = __interception::OverrideFunction( in __sanitizer_override_function() 116 const bool function_overridden = __interception::OverrideFunction( in __sanitizer_override_function_by_addr() 138 const bool function_overridden = __interception::OverrideFunction( in __sanitizer_register_weak_function()
|
| H A D | sanitizer_internal_defs.h | 490 namespace __interception {
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_win.cpp | 475 if (!__interception::OverrideFunction(fname, new_func)) in TryToOverrideFunction() 506 __interception::OverrideFunction("RtlSizeHeap", (uptr)WRAP(RtlSizeHeap), in ReplaceSystemMalloc() 508 __interception::OverrideFunction("RtlFreeHeap", (uptr)WRAP(RtlFreeHeap), in ReplaceSystemMalloc() 510 __interception::OverrideFunction("RtlReAllocateHeap", in ReplaceSystemMalloc() 513 __interception::OverrideFunction("RtlAllocateHeap", in ReplaceSystemMalloc()
|
| H A D | asan_win.cpp | 180 __interception::SetErrorReportCallback(Report); in InitializePlatformInterceptors() 202 if (!::__interception::OverrideFunction("RaiseException", in InitializePlatformInterceptors() 205 CHECK(::__interception::OverrideFunction("RtlRaiseException", in InitializePlatformInterceptors()
|
| H A D | asan_rtl.cpp | 448 __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 | 181 __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 | 577 __interception::DoesNotSupportStaticLinking(); in InitializeInterceptors()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 626 using __interception::InterceptFunction; in DEFINE_REAL() 2970 __interception::DoesNotSupportStaticLinking(); in InitializeInterceptors()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1791 __interception::DoesNotSupportStaticLinking(); in InitializeInterceptors()
|