Home
last modified time | relevance | path

Searched refs:__sanitizer_weak_hook_memcmp (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp124 void __sanitizer_weak_hook_memcmp(void *called_pc, const void *s1,
155 __sanitizer_weak_hook_memcmp(GET_CALLER_PC(), s1, s2, n, result); in DEFINE_REAL()
163 __sanitizer_weak_hook_memcmp(GET_CALLER_PC(), s1, s2, n, result); in memcmp()
H A DFuzzerTracePC.cpp620 void __sanitizer_weak_hook_memcmp(void *caller_pc, const void *s1, in __sanitizer_weak_hook_memcmp() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.cpp
H A Dsanitizer_common_interface.inc28 INTERFACE_WEAK_FUNCTION(__sanitizer_weak_hook_memcmp)
H A Dsanitizer_common_interceptors.inc835 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_memcmp, uptr called_pc,
863 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_memcmp, GET_CALLER_PC(),
869 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_memcmp, GET_CALLER_PC(), a1,
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dweak_hook_test.cpp20 void __sanitizer_weak_hook_memcmp(void *called_pc, const void *s1, in __sanitizer_weak_hook_memcmp() function
/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h359 void SANITIZER_CDECL __sanitizer_weak_hook_memcmp(void *called_pc,