HomeSort by relevance Sort by last modified time
    Searched defs:__interception (Results 1 - 7 of 7) 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)( \
40 unsigned long)::__interception::GetFuncAddrVer(#func, symver))
interception_win.h 24 namespace __interception { namespace
62 } // 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(
    [all...]
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
interception_win.cc 135 namespace __interception { namespace
904 } // namespace __interception
  /external/compiler-rt/lib/interception/tests/
interception_linux_test.cc 31 namespace __interception { namespace
62 } // namespace __interception
interception_win_test.cc 25 namespace __interception { namespace
589 } // namespace __interception

Completed in 69 milliseconds