Searched refs:__interception (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/lib/interception/
H A Dinterception_linux.h24 namespace __interception { namespace
29 } // 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)(unsigned long) \
40 ::__interception::GetFuncAddrVer(#func, symver)
H A Dinterception_win.h24 namespace __interception { namespace
30 } // namespace __interception
34 ::__interception::GetRealFunctionAddress( \
35 #func, (::__interception::uptr*)&REAL(func))
38 ::__interception::OverrideFunction( \
39 (::__interception::uptr)func, \
40 (::__interception::uptr)WRAP(func), \
41 (::__interception::uptr*)&REAL(func))
H A Dinterception_linux.cc20 namespace __interception { namespace
33 } // namespace __interception
H A Dinterception.h159 # define REAL(x) __interception::PTR_TO_REAL(x)
164 namespace __interception { \
184 namespace __interception { \
225 namespace __interception { \
235 // so we use casting via an integral type __interception::uptr,
239 namespace __interception { namespace
245 } // namespace __interception
H A Dinterception_win.cc20 namespace __interception { namespace
180 // __interception code into a separate section or something?
196 } // namespace __interception
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interception.h22 #define REAL(x) IndirectExternCall(__interception::PTR_TO_REAL(x))
/external/compiler-rt/lib/asan/
H A Dasan_malloc_win.cc136 using __interception::GetRealFunctionAddress;
H A Dasan_dll_thunk.cc68 if (!__interception::OverrideFunction((uptr)dll_function, \
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2229 using __interception::GetRealFunctionAddress;

Completed in 558 milliseconds