Home
last modified time | relevance | path

Searched refs:DECLARE_WEAK_INTERCEPTOR_HOOK (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc51 #define DECLARE_WEAK_INTERCEPTOR_HOOK(f, ...) \ macro
93 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_memcmp, uptr caller_pc, in DECLARE_WEAK_INTERCEPTOR_HOOK() function
127 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_strcmp, uptr caller_pc, in DECLARE_WEAK_INTERCEPTOR_HOOK() function
168 DECLARE_WEAK_INTERCEPTOR_HOOK(dfsan_weak_hook_strncmp, uptr caller_pc, in DECLARE_WEAK_INTERCEPTOR_HOOK() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc49 #define DECLARE_WEAK_INTERCEPTOR_HOOK(f, ...) \
54 #define DECLARE_WEAK_INTERCEPTOR_HOOK(f, ...)
216 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strcmp, uptr called_pc,
236 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strncmp, uptr called_pc,
402 DECLARE_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_memcmp, uptr called_pc,