Searched refs:__sanitizer_weak_hook_strncmp (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win_weak_interception.cpp | 46 void __sanitizer_weak_hook_strncmp(uptr called_pc, const char *s1,
|
H A D | sanitizer_common_interface.inc | 28 INTERFACE_WEAK_FUNCTION(__sanitizer_weak_hook_strncmp)
|
H A D | sanitizer_common_interceptors.inc | 479 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncmp, uptr called_pc, 504 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncmp, GET_CALLER_PC(), s1,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 126 void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1, 171 __sanitizer_weak_hook_strncmp(GET_CALLER_PC(), s1, s2, n, result); in strncmp()
|
H A D | FuzzerTracePC.cpp | 629 void __sanitizer_weak_hook_strncmp(void *caller_pc, const char *s1, in __sanitizer_weak_hook_strncmp() function 655 return __sanitizer_weak_hook_strncmp(called_pc, s1, s2, n, result); in __sanitizer_weak_hook_strncasecmp()
|