Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_WRITE_RANGE (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc18 // COMMON_INTERCEPTOR_WRITE_RANGE
2247 COMMON_INTERCEPTOR_WRITE_RANGE(
2637 COMMON_INTERCEPTOR_WRITE_RANGE(
2644 COMMON_INTERCEPTOR_WRITE_RANGE(
3685 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, sz);
6902 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, res);
6944 COMMON_INTERCEPTOR_WRITE_RANGE(
6947 COMMON_INTERCEPTOR_WRITE_RANGE(
6950 COMMON_INTERCEPTOR_WRITE_RANGE(
7761 COMMON_INTERCEPTOR_WRITE_RANGE(
[all …]
H A Dsanitizer_common_interceptors_format.inc343 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, argp, size);
533 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, argp, size);
H A Dsanitizer_common_interceptors_ioctl.inc600 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size);
606 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
H A Dsanitizer_interceptors_ioctl_netbsd.inc1499 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size);
1505 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_interceptors.cpp74 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
259 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, srclen + 1);
269 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, copied_size); in INTERCEPTOR()
392 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldset, sizeof(*oldset)); in INTERCEPTOR()
409 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldset, sizeof(*oldset)); in INTERCEPTOR()
459 COMMON_INTERCEPTOR_WRITE_RANGE(nullptr, (uptr)res, size * n); in INTERCEPTOR()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_interceptors.cc96 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1259 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2229 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro