Home
last modified time | relevance | path

Searched refs:__interception (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/interception/
Dinterception_win.h24 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))
Dinterception_linux.h24 namespace __interception {
32 ::__interception::GetRealFunctionAddress( \
33 #func, (::__interception::uptr *)&__interception::PTR_TO_REAL(func), \
34 (::__interception::uptr) & (func), \
35 (::__interception::uptr) & WRAP(func))
39 (::__interception::real_##func = (func##_f)( \
40 unsigned long)::__interception::GetFuncAddrVer(#func, symver))
Dinterception.h153 # define REAL(x) __interception::PTR_TO_REAL(x)
158 namespace __interception { \
178 namespace __interception { \
219 namespace __interception { \
232 namespace __interception {
Dinterception_linux.cc20 namespace __interception { namespace
Dinterception_win.cc135 namespace __interception { namespace
/external/compiler-rt/lib/interception/tests/
Dinterception_linux_test.cc31 namespace __interception { namespace
Dinterception_win_test.cc25 namespace __interception { namespace
/external/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cc34 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in getRealProcAddressOrDie()
68 if (!__interception::OverrideFunction((uptr)dll_function, wrapper, 0)) \
Dasan_malloc_win.cc208 if (!__interception::OverrideFunction(fname, new_func)) in TryToOverrideFunction()
Dasan_win.cc164 CHECK(::__interception::OverrideFunction( in InitializePlatformInterceptors()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2450 using __interception::GetRealFunctionAddress; in InitializeInterceptors()