/external/compiler-rt/lib/asan/ |
D | asan_interceptors.h | 81 DECLARE_REAL(int, memcmp, const void *a1, const void *a2, uptr size) 82 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size) 83 DECLARE_REAL(void*, memset, void *block, int c, uptr size) 84 DECLARE_REAL(char*, strchr, const char *str, int c) 85 DECLARE_REAL(SIZE_T, strlen, const char *s) 86 DECLARE_REAL(char*, strncpy, char *to, const char *from, uptr size) 87 DECLARE_REAL(uptr, strnlen, const char *s, uptr maxlen) 88 DECLARE_REAL(char*, strstr, const char *s1, const char *s2) 90 DECLARE_REAL(int, sigaction, int signum, const struct sigaction *act, in DECLARE_REAL() function
|
D | asan_interceptors.cc | 482 DECLARE_REAL(char*, index, const char *string, int c)
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors.h | 36 DECLARE_REAL(int, memcmp, const void *a1, const void *a2, uptr size) 37 DECLARE_REAL(char *, strchr, const char *str, int c) 38 DECLARE_REAL(SIZE_T, strlen, const char *s) 39 DECLARE_REAL(char *, strncpy, char *to, const char *from, uptr size) 40 DECLARE_REAL(uptr, strnlen, const char *s, uptr maxlen) 41 DECLARE_REAL(char *, strstr, const char *s1, const char *s2)
|
D | memprof_interceptors_memintrinsics.h | 21 DECLARE_REAL(void *, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function 22 DECLARE_REAL(void *, memset, void *block, int c, uptr size) in DECLARE_REAL()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.h | 129 DECLARE_REAL(int, memcmp, const void *a1, const void *a2, uptr size) 130 DECLARE_REAL(char*, strchr, const char *str, int c) 131 DECLARE_REAL(SIZE_T, strlen, const char *s) 132 DECLARE_REAL(char*, strncpy, char *to, const char *from, uptr size) 133 DECLARE_REAL(uptr, strnlen, const char *s, uptr maxlen) 134 DECLARE_REAL(char*, strstr, const char *s1, const char *s2)
|
D | asan_interceptors_memintrinsics.h | 21 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function 22 DECLARE_REAL(void*, memset, void *block, int c, uptr size) in DECLARE_REAL()
|
D | asan_interceptors.cpp | 371 DECLARE_REAL(char*, index, const char *string, int c)
|
/external/llvm-project/compiler-rt/lib/interception/ |
D | interception.h | 164 # define DECLARE_REAL(ret_type, func, ...) macro 167 # define DECLARE_REAL(ret_type, func, ...) \ macro 174 # define DECLARE_REAL(ret_type, func, ...) \ macro 182 # define DECLARE_REAL(ret_type, func, ...) \ macro 189 DECLARE_REAL(ret_type, func, __VA_ARGS__) \
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_new_delete.cc | 24 DECLARE_REAL(void *, malloc, uptr size) 25 DECLARE_REAL(void, free, void *ptr)
|
D | tsan_interceptors.cc | 86 DECLARE_REAL(int, pthread_attr_getdetachstate, void *, void *) 90 DECLARE_REAL(int, pthread_mutexattr_gettype, void *, void *) 93 DECLARE_REAL(int, fflush, __sanitizer_FILE *fp)
|
/external/compiler-rt/lib/interception/ |
D | 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__) \
|
/external/compiler-rt/lib/msan/ |
D | 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)
|
D | msan_interceptors.cc | 46 DECLARE_REAL(SIZE_T, strlen, const char *s) 47 DECLARE_REAL(SIZE_T, strnlen, const char *s, SIZE_T maxlen) 1189 DECLARE_REAL(int, shmctl, int shmid, int cmd, void *buf) in DECLARE_REAL() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_poisoning.cpp | 19 DECLARE_REAL(void *, memset, void *dest, int c, uptr n) 20 DECLARE_REAL(void *, memcpy, void *dest, const void *src, uptr n) 21 DECLARE_REAL(void *, memmove, void *dest, const void *src, uptr n)
|
D | msan_interceptors.cpp | 56 DECLARE_REAL(SIZE_T, strlen, const char *s) 57 DECLARE_REAL(SIZE_T, strnlen, const char *s, SIZE_T maxlen) 58 DECLARE_REAL(void *, memcpy, void *dest, const void *src, uptr n) 59 DECLARE_REAL(void *, memset, void *dest, int c, uptr n)
|
/external/llvm-project/compiler-rt/lib/interception/tests/ |
D | interception_linux_test.cpp | 27 DECLARE_REAL(int, isdigit, int);
|
/external/compiler-rt/lib/interception/tests/ |
D | interception_linux_test.cc | 24 DECLARE_REAL(int, isdigit, int);
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_new_delete.cpp | 27 DECLARE_REAL(void *, malloc, uptr size) 28 DECLARE_REAL(void, free, void *ptr)
|
D | tsan_platform_linux.cpp | 78 DECLARE_REAL(int, _setjmp, void *env)
|
D | tsan_interceptors_libdispatch.cpp | 250 DECLARE_REAL(void, dispatch_after_f, dispatch_time_t when, in DISPATCH_INTERCEPT_SYNC_F() 381 DECLARE_REAL(void, dispatch_group_notify_f, dispatch_group_t group, in DECLARE_REAL() function
|
D | tsan_interceptors_posix.cpp | 86 DECLARE_REAL(int, pthread_attr_getdetachstate, void *, void *) 90 DECLARE_REAL(int, pthread_mutexattr_gettype, void *, void *) 91 DECLARE_REAL(int, fflush, __sanitizer_FILE *fp)
|
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 395 DECLARE_REAL(int, sigaction, int signum, const struct sigaction *act, in DECLARE_REAL() function
|