Searched refs:COMMON_INTERCEPTOR_WRITE_RANGE (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 17 // 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); 1210 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, s, internal_strlen(s) + 1); [all …]
|
H A D | sanitizer_common_interceptors_netbsd_compat.inc | 41 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 D | sanitizer_common_interceptors_memintrinsics.inc | 20 // 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 D | sanitizer_common_interceptors_format.inc | 342 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, argp, size); 354 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, size); 546 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, argp, size);
|
H A D | sanitizer_common_interceptors_ioctl.inc | 602 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size); 608 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1523 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size); 1529 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 92 # define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro 156 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors.h | 116 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 59 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 95 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ in DECLARE_REAL_AND_INTERCEPTOR() macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1412 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|