Searched defs:called_pc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.cpp | 652 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncasecmp() 659 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasecmp() 666 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() 673 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasestr() 680 void __sanitizer_weak_hook_memmem(void *called_pc, const void *s1, size_t len1, in __sanitizer_weak_hook_memmem()
|