HomeSort by relevance Sort by last modified time
    Searched refs:__interception (Results 1 - 8 of 8) 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_mac.h 36 namespace __interception { namespace
39 } // namespace __interception
42 ::__interception::OverrideFunction( \
43 (::__interception::uptr)old_func, \
44 (::__interception::uptr)new_func, \
45 (::__interception::uptr*)&REAL(old_func))
interception_mac.cc 20 namespace __interception { namespace
29 } // namespace __interception
interception_linux.cc 21 namespace __interception { namespace
27 } // namespace __interception
interception.h 28 // mach_error_t __interception::allocate_island(void **ptr,
31 // mach_error_t __interception::deallocate_island(void *ptr);
116 # define REAL(x) __interception::PTR_TO_REAL(x)
121 namespace __interception { \
140 namespace __interception { \
172 // so we use casting via an integral type __interception::uptr,
176 namespace __interception { namespace
178 } // namespace __interception
interception_win.cc 20 namespace __interception { namespace
149 } // namespace __interception
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 106 using __interception::GetRealFunctionAddress;

Completed in 76 milliseconds