HomeSort by: relevance | last modified time | path
    Searched defs:__interception (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_linux.cc 26 namespace __interception { namespace
53 } // namespace __interception
interception_linux.h 25 namespace __interception { namespace
30 } // namespace __interception
33 ::__interception::GetRealFunctionAddress( \
34 #func, (::__interception::uptr *)&__interception::PTR_TO_REAL(func), \
35 (::__interception::uptr) & (func), \
36 (::__interception::uptr) & WRAP(func))
41 (::__interception::real_##func = (func##_type)( \
42 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 172 # define REAL(x) __interception::PTR_TO_REAL(x)
177 namespace __interception { \
203 namespace __interception { \
255 namespace __interception { \
264 // so we use casting via an integral type __interception::uptr,
268 namespace __interception { namespace
274 } // namespace __interception
interception_win.cc 135 namespace __interception { namespace
1015 } // namespace __interception
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_linux_test.cc 35 namespace __interception { namespace
65 } // namespace __interception
interception_win_test.cc 25 namespace __interception { namespace
634 } // namespace __interception
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 434 namespace __interception { using namespace __sanitizer; } // NOLINT namespace

Completed in 17 milliseconds