Home
last modified time | relevance | path

Searched refs:called_pc (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h237 void __sanitizer_weak_hook_memcmp(void *called_pc, const void *s1,
247 void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1,
257 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1,
266 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1,
275 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1,
284 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1,
287 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1,
290 void __sanitizer_weak_hook_memmem(void *called_pc,
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.cpp42 void __sanitizer_weak_hook_memcmp(uptr called_pc, const void *s1,
44 void __sanitizer_weak_hook_strcmp(uptr called_pc, const char *s1,
46 void __sanitizer_weak_hook_strncmp(uptr called_pc, const char *s1,
48 void __sanitizer_weak_hook_strstr(uptr called_pc, const char *s1,
H A Dsanitizer_common_interceptors.inc452 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcmp, uptr called_pc,
475 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncmp, uptr called_pc,
519 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasecmp, uptr called_pc,
540 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncasecmp, uptr called_pc,
587 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strstr, uptr called_pc,
610 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasestr, uptr called_pc,
676 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_memmem, uptr called_pc,
848 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_memcmp, uptr called_pc,
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp124 void __sanitizer_weak_hook_memcmp(void *called_pc, const void *s1,
126 void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1,
128 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1,
130 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1,
132 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1,
134 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1,
136 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1,
138 void __sanitizer_weak_hook_memmem(void *called_pc, const void *s1, size_t len1,
H A DFuzzerTracePC.cpp649 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncasecmp() argument
652 return __sanitizer_weak_hook_strncmp(called_pc, s1, s2, n, result); in __sanitizer_weak_hook_strncasecmp()
656 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasecmp() argument
659 return __sanitizer_weak_hook_strcmp(called_pc, s1, s2, result); in __sanitizer_weak_hook_strcasecmp()
663 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() argument
670 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasestr() argument
677 void __sanitizer_weak_hook_memmem(void *called_pc, const void *s1, size_t len1, in __sanitizer_weak_hook_memmem() argument