| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | weak_hook_test.cpp | 19 void __sanitizer_weak_hook_memcmp(void *called_pc, const void *s1, in __sanitizer_weak_hook_memcmp() argument 23 void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncmp() argument 27 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncasecmp() argument 31 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcmp() argument 35 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasecmp() argument 39 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() argument 43 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasestr() argument 47 void __sanitizer_weak_hook_memmem(void *called_pc, const void *s1, size_t len1, in __sanitizer_weak_hook_memmem() argument
|
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | common_interface_defs.h | 246 void __sanitizer_weak_hook_memcmp(void *called_pc, const void *s1, 256 void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1, 266 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, 275 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1, 284 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, 293 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, 296 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, 299 void __sanitizer_weak_hook_memmem(void *called_pc,
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win_weak_interception.cpp | 42 void __sanitizer_weak_hook_memcmp(uptr called_pc, const void *s1, 44 void __sanitizer_weak_hook_strcmp(uptr called_pc, const char *s1, 46 void __sanitizer_weak_hook_strncmp(uptr called_pc, const char *s1, 48 void __sanitizer_weak_hook_strstr(uptr called_pc, const char *s1,
|
| H A D | sanitizer_common_interceptors.inc | 524 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcmp, uptr called_pc, 547 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncmp, uptr called_pc, 591 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasecmp, uptr called_pc, 612 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncasecmp, uptr called_pc, 659 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strstr, uptr called_pc, 682 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasestr, uptr called_pc, 748 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_memmem, uptr called_pc, 920 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_memcmp, uptr called_pc,
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerInterceptors.cpp | 124 void __sanitizer_weak_hook_memcmp(void *called_pc, const void *s1, 126 void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1, 128 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, 130 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1, 132 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, 134 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, 136 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, 138 void __sanitizer_weak_hook_memmem(void *called_pc, const void *s1, size_t len1,
|
| H A D | FuzzerTracePC.cpp | 652 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncasecmp() argument 655 return __sanitizer_weak_hook_strncmp(called_pc, s1, s2, n, result); in __sanitizer_weak_hook_strncasecmp() 659 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasecmp() argument 662 return __sanitizer_weak_hook_strcmp(called_pc, s1, s2, result); in __sanitizer_weak_hook_strcasecmp() 666 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() argument 673 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasestr() argument 680 void __sanitizer_weak_hook_memmem(void *called_pc, const void *s1, size_t len1, in __sanitizer_weak_hook_memmem() argument
|