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 275 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 293 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 304 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp)); 320 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec[i].iov_base, sz); 345 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); 363 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); 381 if (res > 0) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, res); 561 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, t, sizeof(*t)); 573 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 | 117 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1212 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2000 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \ macro
|