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 D | FuzzerInterceptors.cpp | 132 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 D | FuzzerTracePC.cpp | 659 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 D | common_interface_defs.h | 367 void SANITIZER_CDECL __sanitizer_weak_hook_strcasecmp(void *called_pc,
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 523 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasecmp, uptr called_pc, 539 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasecmp, GET_CALLER_PC(),
|