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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_memintrinsics.inc20 // COMMON_INTERCEPTOR_WRITE_RANGE
50 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); \
62 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); \
77 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); \
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.inc17 // COMMON_INTERCEPTOR_WRITE_RANGE
911 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp));
926 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp));
935 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp));
953 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec[i].iov_base, sz);
978 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res);
996 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res * size);
1013 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res);
1031 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res);
1207 COMMON_INTERCEPTOR_WRITE_RANGE(ct
[all...]
H A Dsanitizer_common_interceptors_ioctl.inc602 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size);
608 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
H A Dsanitizer_interceptors_ioctl_netbsd.inc1523 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size);
1529 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h116 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp92 # define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
156 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp59 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp95 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1412 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro

Completed in 148 milliseconds