Home
last modified time | relevance | path

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/
HDsanitizer_common_interface.inc23 INTERFACE_WEAK_FUNCTION(__sanitizer_weak_hook_strncmp)
HDsanitizer_win_weak_interception.cpp46 void __sanitizer_weak_hook_strncmp(uptr called_pc, const char *s1,
HDsanitizer_common_interceptors.inc459 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/
HDcommon_interface_defs.h244 void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerTracePC.cpp594 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()