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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc17 // COMMON_INTERCEPTOR_READ_RANGE
171 COMMON_INTERCEPTOR_READ_RANGE(ctx, s1, i + 1);
172 COMMON_INTERCEPTOR_READ_RANGE(ctx, s2, i + 1);
186 COMMON_INTERCEPTOR_READ_RANGE(ctx, s1, Min(i + 1, size));
187 COMMON_INTERCEPTOR_READ_RANGE(ctx, s2, Min(i + 1, size));
215 COMMON_INTERCEPTOR_READ_RANGE(ctx, s1, i + 1);
216 COMMON_INTERCEPTOR_READ_RANGE(ctx, s2, i + 1);
230 COMMON_INTERCEPTOR_READ_RANGE(ctx, s1, Min(i + 1, n));
231 COMMON_INTERCEPTOR_READ_RANGE(ctx, s2, Min(i + 1, n));
248 COMMON_INTERCEPTOR_READ_RANGE(ct
[all...]
H A Dsanitizer_common_interceptors_ioctl.inc577 COMMON_INTERCEPTOR_READ_RANGE(ctx, arg, size);
584 COMMON_INTERCEPTOR_READ_RANGE(ctx, &ifc->ifc_len, sizeof(ifc->ifc_len));
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_ioctl_test.cc29 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, sz) \ macro
H A Dsanitizer_format_interceptor_test.cc30 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc119 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) ASAN_READ_RANGE(ptr, size) macro
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1214 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2005 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro

Completed in 262 milliseconds