Home
last modified time | relevance | path

Searched refs:__sanitizer_weak_hook_strcmp (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_win_weak_interception.cpp44 void __sanitizer_weak_hook_strcmp(uptr called_pc, const char *s1,
HDsanitizer_common_interface.inc27 INTERFACE_WEAK_FUNCTION(__sanitizer_weak_hook_strcmp)
HDsanitizer_common_interceptors.inc456 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcmp, uptr called_pc,
474 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcmp, GET_CALLER_PC(), s1,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerInterceptors.cpp130 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1,
179 __sanitizer_weak_hook_strcmp(GET_CALLER_PC(), s1, s2, result); in strcmp()
HDFuzzerTracePC.cpp642 void __sanitizer_weak_hook_strcmp(void *caller_pc, const char *s1, in __sanitizer_weak_hook_strcmp() function
662 return __sanitizer_weak_hook_strcmp(called_pc, s1, s2, result); in __sanitizer_weak_hook_strcasecmp()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDcommon_interface_defs.h357 void SANITIZER_CDECL __sanitizer_weak_hook_strcmp(void *called_pc,