Home
last modified time | relevance | path

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

/external/jazzer-api/driver/
Dsanitizer_symbols_for_tests.cpp30 void __sanitizer_weak_hook_strcmp(void *caller_pc, const char *s1, in __sanitizer_weak_hook_strcmp() function
Dlibfuzzer_callbacks.cpp50 void __sanitizer_weak_hook_strcmp(void *caller_pc, const char *s1,
/external/compiler-rt/include/sanitizer/
Dcommon_interface_defs.h134 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1,
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerInterceptors.cpp129 void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1,
178 __sanitizer_weak_hook_strcmp(GET_CALLER_PC(), s1, s2, result); in strcmp()
DFuzzerTracePC.cpp639 void __sanitizer_weak_hook_strcmp(void *caller_pc, const char *s1, in __sanitizer_weak_hook_strcmp() function
659 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,