Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_win_weak_interception.cpp48 void __sanitizer_weak_hook_strstr(uptr called_pc, const char *s1,
HDsanitizer_common_interface.inc29 INTERFACE_WEAK_FUNCTION(__sanitizer_weak_hook_strstr)
HDsanitizer_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-head/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerInterceptors.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()
HDFuzzerTracePC.cpp666 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() function
/freebsd-head/contrib/llvm-project/compiler-rt/include/sanitizer/
HDcommon_interface_defs.h378 void SANITIZER_CDECL __sanitizer_weak_hook_strstr(void *called_pc,