Searched refs:__sanitizer_weak_hook_strcasestr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 136 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, 208 __sanitizer_weak_hook_strcasestr(GET_CALLER_PC(), s1, s2, result); in strcasestr()
|
H A D | FuzzerTracePC.cpp | 673 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasestr() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 614 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasestr, uptr called_pc, 623 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasestr, GET_CALLER_PC(),
|