Searched refs:DECLARE_REAL_AND_INTERCEPTOR (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/interception/ |
D | interception.h | 167 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 137 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) 138 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *)
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 109 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr size) 110 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4449 DECLARE_REAL_AND_INTERCEPTOR(void *, memmove, void *, const void *, uptr) 4450 DECLARE_REAL_AND_INTERCEPTOR(void *, memcpy, void *, const void *, uptr) 4451 DECLARE_REAL_AND_INTERCEPTOR(void *, memset, void *, int, uptr) 4508 DECLARE_REAL_AND_INTERCEPTOR(void *, memset, void *, int, uptr);
|