Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_READ_RANGE (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc17 // COMMON_INTERCEPTOR_READ_RANGE
128 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s), \
227 COMMON_INTERCEPTOR_READ_RANGE(ctx, s, result + 1);
241 COMMON_INTERCEPTOR_READ_RANGE(ctx, s, Min(length + 1, maxlen));
307 COMMON_INTERCEPTOR_READ_RANGE(ctx, s1, Min(i + 1, size));
308 COMMON_INTERCEPTOR_READ_RANGE(ctx, s2, Min(i + 1, size));
354 COMMON_INTERCEPTOR_READ_RANGE(ctx, s1, Min(i + 1, n));
355 COMMON_INTERCEPTOR_READ_RANGE(ctx, s2, Min(i + 1, n));
373 COMMON_INTERCEPTOR_READ_RANGE(ctx, s2, len2 + 1);
464 COMMON_INTERCEPTOR_READ_RANGE(ctx, s2, REAL(strlen)(s2) + 1);
[all …]
Dsanitizer_common_interceptors_format.inc307 COMMON_INTERCEPTOR_READ_RANGE(ctx, format, internal_strlen(format) + 1);
495 COMMON_INTERCEPTOR_READ_RANGE(ctx, format, internal_strlen(format) + 1);
545 COMMON_INTERCEPTOR_READ_RANGE(ctx, argp, size);
551 COMMON_INTERCEPTOR_READ_RANGE(ctx, argp, size);
Dsanitizer_common_interceptors_ioctl.inc580 COMMON_INTERCEPTOR_READ_RANGE(ctx, arg, size);
586 COMMON_INTERCEPTOR_READ_RANGE(ctx, &ifc->ifc_len, sizeof(ifc->ifc_len));
/external/compiler-rt/lib/esan/
Desan_interceptors.cpp75 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
248 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, srclen + 1); in INTERCEPTOR()
258 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, copied_size); in INTERCEPTOR()
317 COMMON_INTERCEPTOR_READ_RANGE(ctx, p, size * nmemb); in INTERCEPTOR()
324 COMMON_INTERCEPTOR_READ_RANGE(ctx, s, internal_strlen(s)); in INTERCEPTOR()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_ioctl_test.cc29 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, sz) \ macro
Dsanitizer_format_interceptor_test.cc30 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc151 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1285 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2169 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro