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

  /external/compiler-rt/lib/asan/interception/
interception_linux.h 24 namespace __interception { namespace
27 } // namespace __interception
30 ::__interception::GetRealFunctionAddress(#func, (void**)&REAL(func))
interception_win.h 24 namespace __interception { namespace
30 } // namespace __interception
34 ::__interception::GetRealFunctionAddress(#func, (void**)&REAL(func))
37 ::__interception::OverrideFunction((void*)func, (void*)WRAP(func), \
interception_linux.cc 20 namespace __interception { namespace
25 } // namespace __interception
interception_mac.h 36 namespace __interception { namespace
39 } // namespace __interception
42 ::__interception::OverrideFunction((void*)old_func, (void*)new_func, \
interception_mac.cc 22 namespace __interception { namespace
31 } // namespace __interception
interception.h 28 // mach_error_t __interception::allocate_island(void **ptr,
31 // mach_error_t __interception::deallocate_island(void *ptr);
95 #define REAL(x) __interception::PTR_TO_REAL(x)
100 namespace __interception { \
113 namespace __interception { \
interception_win.cc 19 namespace __interception { namespace
147 } // namespace __interception
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 106 using __interception::GetRealFunctionAddress;

Completed in 113 milliseconds