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

/external/compiler-rt/lib/asan/interception/
H A Dinterception.h60 // DEFINE_REAL(int, foo, const char *bar, double baz); in your
117 // Generally, you don't need to use DEFINE_REAL by itself, as INTERCEPTOR
123 #define DEFINE_REAL(ret_type, func, ...); \ macro
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc358 DEFINE_REAL(int, sigaction, int signum, const struct sigaction *act,
507 DEFINE_REAL(char*, index, const char *string, int c);

Completed in 17 milliseconds