Searched defs:__interception (Results 1 - 5 of 5) 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

Completed in 365 milliseconds