Home
last modified time | relevance | path

Searched refs:__sanitizer_weak_hook_strcmp (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/include/sanitizer/
Dcommon_interface_defs.h134 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1,
/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/
DBUILD.bazel25 "__sanitizer_weak_hook_strcmp",
/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerInterceptors.cpp130 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1,
179 __sanitizer_weak_hook_strcmp(GET_CALLER_PC(), s1, s2, result); in strcmp()
DFuzzerTracePC.cpp642 void __sanitizer_weak_hook_strcmp(void *caller_pc, const char *s1, in __sanitizer_weak_hook_strcmp() function
662 return __sanitizer_weak_hook_strcmp(called_pc, s1, s2, result); in __sanitizer_weak_hook_strcasecmp()
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp596 void __sanitizer_weak_hook_strcmp(void *caller_pc, const char *s1, in __sanitizer_weak_hook_strcmp() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc270 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcmp, uptr called_pc,
286 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcmp, GET_CALLER_PC(), s1,