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

  /external/compiler-rt/lib/interception/
interception_linux.h 24 namespace __interception { namespace
28 } // namespace __interception
31 ::__interception::GetRealFunctionAddress( \
32 #func, (::__interception::uptr*)&REAL(func), \
33 (::__interception::uptr)&(func), \
34 (::__interception::uptr)&WRAP(func))
interception_win.h 24 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))
interception_linux.cc 21 namespace __interception { namespace
27 } // namespace __interception
interception.h 138 # define REAL(x) __interception::PTR_TO_REAL(x)
143 namespace __interception { \
163 namespace __interception { \
192 namespace __interception { \
202 // so we use casting via an integral type __interception::uptr,
206 namespace __interception { namespace
212 } // namespace __interception
interception_win.cc 20 namespace __interception { namespace
149 } // namespace __interception
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 107 using __interception::GetRealFunctionAddress;

Completed in 232 milliseconds