Searched refs:DEFINE_REAL (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/interception/
H A Dinterception.h177 // Generally, you don't need to use DEFINE_REAL by itself, as INTERCEPTOR
182 # define DEFINE_REAL(ret_type, func, ...) \ macro
188 # define DEFINE_REAL(ret_type, func, ...) macro
193 DEFINE_REAL(ret_type, func, __VA_ARGS__) \
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc231 DEFINE_REAL(int, sigaction, int signum, const struct sigaction *act,
455 DEFINE_REAL(char*, index, const char *string, int c)
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc434 DEFINE_REAL(int, setjmp, void *env)
435 DEFINE_REAL(int, _setjmp, void *env)
436 DEFINE_REAL(int, sigsetjmp, void *env)
437 DEFINE_REAL(int, __sigsetjmp, void *env)

Completed in 130 milliseconds