Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp132 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1,
193 __sanitizer_weak_hook_strcasecmp(GET_CALLER_PC(), s1, s2, result); in strcasecmp()
H A DFuzzerTracePC.cpp659 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasecmp() function
/freebsd-src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h367 void SANITIZER_CDECL __sanitizer_weak_hook_strcasecmp(void *called_pc,
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc523 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasecmp, uptr called_pc,
539 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasecmp, GET_CALLER_PC(),