Home
last modified time | relevance | path

Searched refs:PTR_TO_REAL (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/interception/
Dinterception.h152 # define PTR_TO_REAL(x) real_##x macro
153 # define REAL(x) __interception::PTR_TO_REAL(x)
159 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
179 FUNC_TYPE(func) PTR_TO_REAL(func); \
220 FUNC_TYPE(func) PTR_TO_REAL(func); \
Dinterception_linux.h33 #func, (::__interception::uptr *)&__interception::PTR_TO_REAL(func), \