Searched refs:called_pc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win_weak_interception.cpp | 42 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 D | sanitizer_common_interceptors.inc | 456 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcmp, uptr called_pc, 479 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncmp, uptr called_pc, 523 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasecmp, uptr called_pc, 544 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncasecmp, uptr called_pc, 591 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strstr, uptr called_pc, 614 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcasestr, uptr called_pc, 680 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_memmem, uptr called_pc, 801 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_memcmp, uptr called_pc,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerInterceptors.cpp | 124 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 D | FuzzerTracePC.cpp | 652 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncasecmp() argument 655 return __sanitizer_weak_hook_strncmp(called_pc, s1, s2, n, result); in __sanitizer_weak_hook_strncasecmp() 659 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasecmp() argument 662 return __sanitizer_weak_hook_strcmp(called_pc, s1, s2, result); in __sanitizer_weak_hook_strcasecmp() 666 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() argument 673 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasestr() argument 680 void __sanitizer_weak_hook_memmem(void *called_pc, const void *s1, size_t len1, in __sanitizer_weak_hook_memmem() argument
|