Searched refs:DECLARE_REAL (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_interceptors.h | 83 DECLARE_REAL(int, memcmp, const void *a1, const void *a2, uptr size) 84 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size) 85 DECLARE_REAL(void*, memset, void *block, int c, uptr size) 86 DECLARE_REAL(char*, strchr, const char *str, int c) 87 DECLARE_REAL(SIZE_T, strlen, const char *s) 88 DECLARE_REAL(char*, strncpy, char *to, const char *from, uptr size) 89 DECLARE_REAL(uptr, strnlen, const char *s, uptr maxlen) 90 DECLARE_REAL(char*, strstr, const char *s1, const char *s2) 92 DECLARE_REAL(int, sigaction, int signum, const struct sigaction *act, in DECLARE_REAL() function
|
| HD | asan_interceptors.cc | 509 DECLARE_REAL(char*, index, const char *string, int c)
|
| /NextBSD/contrib/compiler-rt/lib/interception/ |
| HD | interception.h | 156 # define DECLARE_REAL(ret_type, func, ...) \ macro 163 # define DECLARE_REAL(ret_type, func, ...) \ macro 168 DECLARE_REAL(ret_type, func, __VA_ARGS__) \
|
| /NextBSD/contrib/compiler-rt/lib/msan/ |
| HD | msan_poisoning.cc | 20 DECLARE_REAL(void *, memset, void *dest, int c, uptr n) 21 DECLARE_REAL(void *, memcpy, void *dest, const void *src, uptr n) 22 DECLARE_REAL(void *, memmove, void *dest, const void *src, uptr n)
|
| HD | msan_interceptors.cc | 1297 DECLARE_REAL(int, shmctl, int shmid, int cmd, void *buf) in DECLARE_REAL() function
|
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_interceptors.cc | 65 DECLARE_REAL(int, pthread_attr_getdetachstate, void *, void *) 69 DECLARE_REAL(int, pthread_mutexattr_gettype, void *, void *) 74 DECLARE_REAL(int, sigfillset, __sanitizer_sigset_t *set) 75 DECLARE_REAL(int, fflush, __sanitizer_FILE *fp)
|