Searched refs:COMMON_INTERCEPTOR_WRITE_RANGE (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 18 // COMMON_INTERCEPTOR_WRITE_RANGE 477 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 495 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 506 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 522 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec[i].iov_base, sz); 547 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); 565 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); 583 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); 763 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, t, sizeof(*t)); 775 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tm, sizeof(*tm)); [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 | 592 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size); 598 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
/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/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 146 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1403 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2310 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|