HomeSort by: relevance | last modified time | path
    Searched refs:PTR_TO_REAL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_linux.h 34 #func, (::__interception::uptr *)&__interception::PTR_TO_REAL(func), \
interception.h 171 # define PTR_TO_REAL(x) real_##x
172 # define REAL(x) __interception::PTR_TO_REAL(x)
178 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
204 FUNC_TYPE(func) PTR_TO_REAL(func); \
256 FUNC_TYPE(func) PTR_TO_REAL(func); \

Completed in 12 milliseconds