Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_interceptors.h20 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
/external/compiler-rt/lib/interception/
Dinterception.h119 # define DECLARE_REAL(ret_type, func, ...) \ macro
126 # define DECLARE_REAL(ret_type, func, ...) \ macro
131 DECLARE_REAL(ret_type, func, ##__VA_ARGS__) \