Home
last modified time | relevance | path

Searched refs:__sanitizer_weak_hook_strncasecmp (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerInterceptors.cpp128 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1,
186 __sanitizer_weak_hook_strncasecmp(GET_CALLER_PC(), s1, s2, n, result); in strncasecmp()
HDFuzzerTracePC.cpp652 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncasecmp() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDcommon_interface_defs.h346 void SANITIZER_CDECL __sanitizer_weak_hook_strncasecmp(void *called_pc,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc544 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncasecmp, uptr called_pc,
567 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncasecmp, GET_CALLER_PC(),