Home
last modified time | relevance | path

Searched refs:dfsan_weak_hook_memcmp (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/include/sanitizer/
Ddfsan_interface.h100 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc93 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_memcmp, uptr caller_pc, in DECLARE_WEAK_INTERCEPTOR_HOOK() argument
103 CALL_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_memcmp, GET_CALLER_PC(), s1, s2, n, in DECLARE_WEAK_INTERCEPTOR_HOOK()
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp533 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2, in dfsan_weak_hook_memcmp() function