Searched defs:called_pc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| D | FuzzerTracePC.cpp | 649 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncasecmp() 656 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasecmp() 663 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() 670 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasestr() 677 void __sanitizer_weak_hook_memmem(void *called_pc, const void *s1, size_t len1, in __sanitizer_weak_hook_memmem()
|