Searched defs:called_pc (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | weak_hook_test.cpp | 20 void __sanitizer_weak_hook_memcmp(void *called_pc, const void *s1, in __sanitizer_weak_hook_memcmp() 24 void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncmp() 28 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncasecmp() 32 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcmp() 36 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasecmp() 40 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() 44 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasestr() 48 void __sanitizer_weak_hook_memmem(void *called_pc, const void *s1, size_t len1, in __sanitizer_weak_hook_memmem()
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.cpp | 652 void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strncasecmp() 659 void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasecmp() 666 void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strstr() 673 void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1, in __sanitizer_weak_hook_strcasestr() 680 void __sanitizer_weak_hook_memmem(void *called_pc, const void *s1, size_t len1, in __sanitizer_weak_hook_memmem()
|