Searched refs:__sanitizer_weak_hook_strncasecmp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerInterceptors.cpp | 128 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()
|
| HD | FuzzerTracePC.cpp | 652 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/ |
| HD | common_interface_defs.h | 346 void SANITIZER_CDECL __sanitizer_weak_hook_strncasecmp(void *called_pc,
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors.inc | 544 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncasecmp, uptr called_pc, 567 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncasecmp, GET_CALLER_PC(),
|