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 302 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 320 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 331 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 347 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec[i].iov_base, sz); 372 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); 390 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); 408 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); 588 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, t, sizeof(*t)); 600 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tm, sizeof(*tm)); [all …]
|
D | sanitizer_common_interceptors_format.inc | 342 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, argp, size); 529 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, argp, size);
|
D | sanitizer_common_interceptors_ioctl.inc | 596 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, arg, size); 603 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 | 140 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1360 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2290 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|