Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc17 // COMMON_INTERCEPTOR_WRITE_RANGE
2381 COMMON_INTERCEPTOR_WRITE_RANGE(
2880 COMMON_INTERCEPTOR_WRITE_RANGE(
2887 COMMON_INTERCEPTOR_WRITE_RANGE(
3989 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, sz);
7586 COMMON_INTERCEPTOR_WRITE_RANGE(
7589 COMMON_INTERCEPTOR_WRITE_RANGE(
7592 COMMON_INTERCEPTOR_WRITE_RANGE(
8441 COMMON_INTERCEPTOR_WRITE_RANGE(
9417 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst,
[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_format.inc342 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, argp, size);
347 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, internal_strlen(buf) + 1);
538 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, argp, size);
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.inc1525 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size);
1531 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_ioctl_test.cpp34 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, sz) \ macro
H A Dsanitizer_format_interceptor_test.cpp32 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp64 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp97 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1297 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp2344 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2350 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro