Searched refs:__interception (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/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 { 32 ::__interception::InterceptFunction( \ 34 (::__interception::uptr *)&REAL(func), \ 35 (::__interception::uptr)&(func), \ 36 (::__interception::uptr)&TRAMPOLINE(func)) 41 ::__interception::InterceptFunction( \ 43 (::__interception::uptr *)&REAL(func), \ 44 (::__interception::uptr)&(func), \ 45 (::__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-14.2/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 | 480 namespace __interception {
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_win.cpp | 485 if (!__interception::OverrideFunction(fname, new_func)) in TryToOverrideFunction() 517 __interception::OverrideFunction("RtlSizeHeap", (uptr)WRAP(RtlSizeHeap), in ReplaceSystemMalloc() 519 __interception::OverrideFunction("RtlFreeHeap", (uptr)WRAP(RtlFreeHeap), in ReplaceSystemMalloc() 521 __interception::OverrideFunction("RtlReAllocateHeap", in ReplaceSystemMalloc() 524 __interception::OverrideFunction("RtlAllocateHeap", in ReplaceSystemMalloc()
|
| 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()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 612 using __interception::InterceptFunction; in DEFINE_REAL()
|