Searched refs:__sanitizer_weak_hook_strstr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win_weak_interception.cpp | 48 void __sanitizer_weak_hook_strstr(uptr called_pc, const char *s1,
|
H A D | sanitizer_common_interface.inc | 29 INTERFACE_WEAK_FUNCTION(__sanitizer_weak_hook_strstr)
|
H A D | sanitizer_common_interceptors.inc | 591 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strstr, uptr called_pc, 602 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strstr, GET_CALLER_PC(), s1,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 134 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, 201 __sanitizer_weak_hook_strstr(GET_CALLER_PC(), s1, s2, result); in strstr()
|
H A D | FuzzerTracePC.cpp | 666 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() function
|