Searched refs:struct_timespec_sz (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 1892 PRE_READ(abstime_, struct_timespec_sz); 3073 PRE_READ(tptr[0], struct_timespec_sz); 3074 PRE_READ(tptr[1], struct_timespec_sz); 3091 PRE_READ(tptr[0], struct_timespec_sz); 3092 PRE_READ(tptr[1], struct_timespec_sz); 3103 PRE_READ(tptr[0], struct_timespec_sz); 3104 PRE_READ(tptr[1], struct_timespec_sz); 3114 POST_READ(tptr[0], struct_timespec_sz); 3115 POST_READ(tptr[1], struct_timespec_sz); 3141 PRE_READ(tp_, struct_timespec_sz); [all …]
|
| H A D | sanitizer_common_syscalls.inc | 205 POST_WRITE(timeout, struct_timespec_sz); 290 POST_WRITE(rqtp, struct_timespec_sz); 292 POST_WRITE(rmtp, struct_timespec_sz); 538 PRE_READ(tp, struct_timespec_sz); 548 POST_WRITE(tp, struct_timespec_sz); 568 POST_WRITE(tp, struct_timespec_sz); 575 PRE_READ(rqtp, struct_timespec_sz); 582 POST_WRITE(rmtp, struct_timespec_sz); 654 POST_WRITE(interval, struct_timespec_sz); 782 PRE_READ(uts, struct_timespec_sz); [all …]
|
| H A D | sanitizer_platform_limits_solaris.h | 48 extern unsigned struct_timespec_sz;
|
| H A D | sanitizer_platform_limits_solaris.cpp | 94 unsigned struct_timespec_sz = sizeof(struct timespec); variable
|
| H A D | sanitizer_platform_limits_freebsd.h | 63 extern unsigned struct_timespec_sz;
|
| H A D | sanitizer_platform_limits_freebsd.cpp | 128 unsigned struct_timespec_sz = sizeof(struct timespec); variable
|
| H A D | sanitizer_platform_limits_posix.h | 163 extern unsigned struct_timespec_sz;
|
| H A D | sanitizer_platform_limits_posix.cpp | 282 unsigned struct_timespec_sz = sizeof(struct timespec); variable
|
| H A D | sanitizer_platform_limits_netbsd.h | 53 extern unsigned struct_timespec_sz;
|
| H A D | sanitizer_common_interceptors.inc | 2254 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tp, struct_timespec_sz); 2266 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tp, struct_timespec_sz); 2284 COMMON_INTERCEPTOR_READ_RANGE(ctx, tp, struct_timespec_sz); 3312 if (timeout) COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout, struct_timespec_sz); 4312 COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout_ts, struct_timespec_sz); 4390 if (timeout) COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout, struct_timespec_sz); 6719 COMMON_INTERCEPTOR_READ_RANGE(ctx, abstime, struct_timespec_sz);
|
| H A D | sanitizer_platform_limits_netbsd.cpp | 559 unsigned struct_timespec_sz = sizeof(struct timespec); variable
|