HomeSort by relevance Sort by last modified time
    Searched defs:__interception (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/interception/
interception_linux.cc 20 namespace __interception { namespace
33 } // namespace __interception
interception_linux.h 24 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)
interception_win.h 24 namespace __interception { namespace
33 } // namespace __interception
37 ::__interception::OverrideFunction(#func, \
38 (::__interception::uptr)WRAP(func), \
39 (::__interception::uptr *)&REAL(func))
42 ::__interception::OverrideFunction((::__interception::uptr)func, \
43 (::__interception::uptr)WRAP(func), \
44 (::__interception::uptr *)&REAL(func))
interception_win.cc 20 namespace __interception { namespace
169 // __interception code into a separate section or something?
219 } // namespace __interception
interception.h 153 # define REAL(x) __interception::PTR_TO_REAL(x)
158 namespace __interception { \
178 namespace __interception { \
219 namespace __interception { \
228 // so we use casting via an integral type __interception::uptr,
232 namespace __interception { namespace
238 } // namespace __interception

Completed in 82 milliseconds