/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 17 // COMMON_INTERCEPTOR_WRITE_RANGE 249 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); \ 261 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); \ 276 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); \ 941 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 959 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 970 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 986 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec[i].iov_base, sz); 1011 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); 1029 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res * size); [all …]
|
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);
|
D | sanitizer_common_interceptors_format.inc | 342 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);
|
D | sanitizer_common_interceptors_ioctl.inc | 599 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size); 605 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
D | sanitizer_interceptors_ioctl_netbsd.inc | 1525 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size); 1531 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 18 // COMMON_INTERCEPTOR_WRITE_RANGE 513 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); 529 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); 551 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, size); 646 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 664 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 675 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 691 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec[i].iov_base, sz); 716 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); 734 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); [all …]
|
D | sanitizer_common_interceptors_format.inc | 343 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, argp, size); 530 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, argp, size);
|
D | sanitizer_common_interceptors_ioctl.inc | 595 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size); 601 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 72 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro 247 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, srclen + 1); in INTERCEPTOR() 257 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, copied_size); in INTERCEPTOR() 310 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size * nmemb); in INTERCEPTOR() 435 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldset, sizeof(*oldset)); in INTERCEPTOR() 452 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldset, sizeof(*oldset)); in INTERCEPTOR() 495 COMMON_INTERCEPTOR_WRITE_RANGE(nullptr, (uptr)res, size * n); in INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_ioctl_test.cpp | 34 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, sz) \ macro
|
D | sanitizer_format_interceptor_test.cpp | 32 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_ioctl_test.cc | 35 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, sz) \ macro
|
D | sanitizer_format_interceptor_test.cc | 33 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors.cpp | 62 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 95 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 149 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1283 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1266 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2164 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 2266 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|