Searched refs:DECLARE_REAL (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.h | 20 DECLARE_REAL(int, memcmp, const void *a1, const void *a2, uptr size) 21 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size) 22 DECLARE_REAL(void*, memset, void *block, int c, uptr size) 23 DECLARE_REAL(char*, strchr, const char *str, int c) 24 DECLARE_REAL(uptr, strlen, const char *s) 25 DECLARE_REAL(char*, strncpy, char *to, const char *from, uptr size) 26 DECLARE_REAL(uptr, strnlen, const char *s, uptr maxlen) 27 DECLARE_REAL(char*, strstr, const char *s1, const char *s2) 29 DECLARE_REAL(int, sigaction, int signum, const struct sigaction *act, in DECLARE_REAL() function
|
D | asan_interceptors.cc | 389 DECLARE_REAL(char*, index, const char *string, int c)
|
/external/compiler-rt/lib/interception/ |
D | interception.h | 148 # define DECLARE_REAL(ret_type, func, ...) \ macro 155 # define DECLARE_REAL(ret_type, func, ...) \ macro 160 DECLARE_REAL(ret_type, func, __VA_ARGS__) \
|