| H A D | FuzzerTracePC.cpp | 649 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncasecmp() argument 652 return __sanitizer_weak_hook_strncmp(called_pc, s1, s2, n, result); in __sanitizer_weak_hook_strncasecmp() 656 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasecmp() argument 659 return __sanitizer_weak_hook_strcmp(called_pc, s1, s2, result); in __sanitizer_weak_hook_strcasecmp() 663 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() argument 670 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasestr() argument 677 void __sanitizer_weak_hook_memmem(void *called_pc, const void *s1, size_t len1, in __sanitizer_weak_hook_memmem() argument
|