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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_interception.h 22 #define REAL(x) IndirectExternCall(__interception::PTR_TO_REAL(x))
  /external/compiler-rt/lib/interception/
interception_linux.h 33 #func, (::__interception::uptr *)&__interception::PTR_TO_REAL(func), \
interception.h 158 # define PTR_TO_REAL(x) real_##x
159 # define REAL(x) __interception::PTR_TO_REAL(x)
165 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
185 FUNC_TYPE(func) PTR_TO_REAL(func); \
226 FUNC_TYPE(func) PTR_TO_REAL(func); \

Completed in 39 milliseconds