Searched refs:COMMON_INTERCEPTOR_WRITE_RANGE (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc17 // COMMON_INTERCEPTOR_WRITE_RANGE
124 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp));
138 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp));
146 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp));
162 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec[i].iov_base, sz);
184 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res);
200 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res);
216 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res);
394 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, t, sizeof(*t));
412 COMMON_INTERCEPTOR_WRITE_RANGE(ct
[all...]
H A Dsanitizer_common_interceptors_ioctl.inc556 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size);
563 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_ioctl_test.cc35 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, sz) \ macro
H A Dsanitizer_scanf_interceptor_test.cc22 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc108 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1031 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1804 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro

Completed in 281 milliseconds