Searched refs:__interception (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/interception/ |
| H A D | interception_win.h | 23 namespace __interception { 65 ::__interception::OverrideFunction(#func, \ 66 (::__interception::uptr)WRAP(func), \ 67 (::__interception::uptr *)&REAL(func)) 70 ::__interception::OverrideFunction((::__interception::uptr)func, \ 71 (::__interception::uptr)WRAP(func), \ 72 (::__interception::uptr *)&REAL(func)) 78 ::__interception::OverrideImportedFunction( \ 79 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \ 80 (::__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) & WRAP(func)) 41 ::__interception::InterceptFunction( \ 43 (::__interception::uptr *) & REAL(func), \ 44 (::__interception::uptr) & (func), \ 45 (::__interception::uptr) & WRAP(func))
|
| H A D | interception.h | 162 # define REAL(x) __interception::PTR_TO_REAL(x) 167 namespace __interception { \ 199 namespace __interception { \ 251 namespace __interception { \ 264 namespace __interception {
|
| H A D | interception_linux.cpp | 21 namespace __interception { namespace
|
| H A D | interception_win.cpp | 134 namespace __interception { namespace
|
| /openbsd-src/gnu/llvm/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 | 470 namespace __interception {
|
| /openbsd-src/gnu/llvm/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 | 181 if (!::__interception::OverrideFunction("RaiseException", in InitializePlatformInterceptors() 184 CHECK(::__interception::OverrideFunction("RtlRaiseException", in InitializePlatformInterceptors()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/interception/tests/ |
| H A D | interception_linux_test.cpp | 34 namespace __interception { namespace
|
| H A D | interception_win_test.cpp | 24 namespace __interception { namespace
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerInterceptors.cpp | 19 #define REAL(x) __interception::PTR_TO_REAL(x) 23 namespace __interception { \
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 2888 using __interception::InterceptFunction; in InitializeInterceptors()
|