Searched refs:__sanitizer_weak_hook_strncmp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interface.inc | 23 INTERFACE_WEAK_FUNCTION(__sanitizer_weak_hook_strncmp)
|
| HD | sanitizer_win_weak_interception.cpp | 46 void __sanitizer_weak_hook_strncmp(uptr called_pc, const char *s1,
|
| HD | sanitizer_common_interceptors.inc | 459 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncmp, uptr called_pc, 484 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncmp, GET_CALLER_PC(), s1,
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| HD | common_interface_defs.h | 244 void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1,
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerTracePC.cpp | 594 void __sanitizer_weak_hook_strncmp(void *caller_pc, const char *s1, in __sanitizer_weak_hook_strncmp() function 620 return __sanitizer_weak_hook_strncmp(called_pc, s1, s2, n, result); in __sanitizer_weak_hook_strncasecmp()
|