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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc17 // COMMON_INTERCEPTOR_WRITE_RANGE
252 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); \
264 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); \
279 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); \
942 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp));
960 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp));
971 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp));
987 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec[i].iov_base, sz);
1012 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res);
1030 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ct
[all...]
H A Dsanitizer_common_interceptors_netbsd_compat.inc41 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs90_sz);
54 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs90_sz);
73 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mntbufp, sizeof(void *));
75 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, *mntbufp, cnt * struct_statvfs90_sz);
90 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, ret * struct_statvfs90_sz);
104 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs90_sz);
114 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs90_sz);
H A Dsanitizer_common_interceptors_ioctl.inc599 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size);
605 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
H A Dsanitizer_interceptors_ioctl_netbsd.inc1525 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size);
1531 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp95 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1277 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2216 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro

Completed in 100 milliseconds