Home
last modified time | relevance | path

Searched refs:__sanitizer_weak_hook_strstr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.cpp48 void __sanitizer_weak_hook_strstr(uptr called_pc, const char *s1,
H A Dsanitizer_common_interface.inc29 INTERFACE_WEAK_FUNCTION(__sanitizer_weak_hook_strstr)
H A Dsanitizer_common_interceptors.inc591 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 DFuzzerInterceptors.cpp134 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 DFuzzerTracePC.cpp666 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() function
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h378 void SANITIZER_CDECL __sanitizer_weak_hook_strstr(void *called_pc,