Searched refs:DECLARE_WEAK_INTERCEPTOR_HOOK (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 51 #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/ |
D | sanitizer_common_interceptors.inc | 49 #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,
|