Searched refs:dfsan_weak_hook_strncmp (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/include/sanitizer/ |
D | dfsan_interface.h | 103 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2,
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 168 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_strncmp, uptr caller_pc, in DECLARE_WEAK_INTERCEPTOR_HOOK() argument 183 CALL_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_strncmp, GET_CALLER_PC(), s1, s2, in DECLARE_WEAK_INTERCEPTOR_HOOK()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerTraceState.cpp | 427 void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2, in dfsan_weak_hook_strncmp() function
|