Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc16 // COMMON_INTERCEPTOR_READ_RANGE
206 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s), \
279 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, size); \
294 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, size); \
389 COMMON_INTERCEPTOR_READ_RANGE(ctx, s, result + 1);
403 COMMON_INTERCEPTOR_READ_RANGE(ctx, s, Min(length + 1, maxlen));
497 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s1), Min(i1 + 1, size));
498 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s2), Min(i2 + 1, size));
560 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s1), Min(i1 + 1, size));
561 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s2), Min(i2 + 1, size));
[all …]
H A Dsanitizer_common_interceptors_netbsd_compat.inc36 if (path) COMMON_INTERCEPTOR_READ_RANGE(ctx, path, internal_strlen(path) + 1);
102 if (path) COMMON_INTERCEPTOR_READ_RANGE(ctx, path, internal_strlen(path) + 1);
H A Dsanitizer_common_interceptors_format.inc306 COMMON_INTERCEPTOR_READ_RANGE(ctx, format, internal_strlen(format) + 1);
496 COMMON_INTERCEPTOR_READ_RANGE(ctx, format, internal_strlen(format) + 1);
553 COMMON_INTERCEPTOR_READ_RANGE(ctx, argp, size);
559 COMMON_INTERCEPTOR_READ_RANGE(ctx, argp, size);
H A Dsanitizer_common_interceptors_ioctl.inc578 COMMON_INTERCEPTOR_READ_RANGE(ctx, arg, size);
584 COMMON_INTERCEPTOR_READ_RANGE(ctx, (char*)&ifc->ifc_len,
H A Dsanitizer_interceptors_ioctl_netbsd.inc1507 COMMON_INTERCEPTOR_READ_RANGE(ctx, arg, size);
1513 COMMON_INTERCEPTOR_READ_RANGE(ctx, (char *)&ifc->ifc_len,
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc17 // COMMON_INTERCEPTOR_READ_RANGE
203 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s), \
259 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, size); \
274 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, size); \
365 COMMON_INTERCEPTOR_READ_RANGE(ctx, s, result + 1);
379 COMMON_INTERCEPTOR_READ_RANGE(ctx, s, Min(length + 1, maxlen));
471 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s1), Min(i1 + 1, size));
472 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s2), Min(i2 + 1, size));
534 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s1), Min(i1 + 1, size));
535 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s2), Min(i2 + 1, size));
[all …]
H A Dsanitizer_common_interceptors_format.inc307 COMMON_INTERCEPTOR_READ_RANGE(ctx, format, internal_strlen(format) + 1);
491 COMMON_INTERCEPTOR_READ_RANGE(ctx, format, internal_strlen(format) + 1);
548 COMMON_INTERCEPTOR_READ_RANGE(ctx, argp, size);
554 COMMON_INTERCEPTOR_READ_RANGE(ctx, argp, size);
H A Dsanitizer_common_interceptors_ioctl.inc584 COMMON_INTERCEPTOR_READ_RANGE(ctx, arg, size);
590 COMMON_INTERCEPTOR_READ_RANGE(ctx, (char*)&ifc->ifc_len,
H A Dsanitizer_interceptors_ioctl_netbsd.inc1508 COMMON_INTERCEPTOR_READ_RANGE(ctx, arg, size);
1514 COMMON_INTERCEPTOR_READ_RANGE(ctx, (char *)&ifc->ifc_len,
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc16 // COMMON_INTERCEPTOR_READ_RANGE
206 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s), \
262 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, size); \
277 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, size); \
372 COMMON_INTERCEPTOR_READ_RANGE(ctx, s, result + 1);
386 COMMON_INTERCEPTOR_READ_RANGE(ctx, s, Min(length + 1, maxlen));
478 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s1), Min(i1 + 1, size));
479 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s2), Min(i2 + 1, size));
541 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s1), Min(i1 + 1, size));
542 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s2), Min(i2 + 1, size));
[all …]
H A Dsanitizer_common_interceptors_netbsd_compat.inc36 if (path) COMMON_INTERCEPTOR_READ_RANGE(ctx, path, REAL(strlen)(path) + 1);
102 if (path) COMMON_INTERCEPTOR_READ_RANGE(ctx, path, REAL(strlen)(path) + 1);
H A Dsanitizer_common_interceptors_format.inc305 COMMON_INTERCEPTOR_READ_RANGE(ctx, format, internal_strlen(format) + 1);
489 COMMON_INTERCEPTOR_READ_RANGE(ctx, format, internal_strlen(format) + 1);
546 COMMON_INTERCEPTOR_READ_RANGE(ctx, argp, size);
552 COMMON_INTERCEPTOR_READ_RANGE(ctx, argp, size);
H A Dsanitizer_common_interceptors_ioctl.inc573 COMMON_INTERCEPTOR_READ_RANGE(ctx, arg, size);
579 COMMON_INTERCEPTOR_READ_RANGE(ctx, (char*)&ifc->ifc_len,
H A Dsanitizer_interceptors_ioctl_netbsd.inc1507 COMMON_INTERCEPTOR_READ_RANGE(ctx, arg, size);
1513 COMMON_INTERCEPTOR_READ_RANGE(ctx, (char *)&ifc->ifc_len,
/netbsd-src/sys/external/bsd/compiler_rt/dist/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
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cpp99 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc96 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc98 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1261 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc2198 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp2333 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc2239 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro