Home
last modified time | relevance | path

Searched refs:struct_timespec_sz (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc1892 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 Dsanitizer_common_syscalls.inc205 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 Dsanitizer_platform_limits_solaris.h48 extern unsigned struct_timespec_sz;
H A Dsanitizer_platform_limits_solaris.cpp94 unsigned struct_timespec_sz = sizeof(struct timespec); variable
H A Dsanitizer_platform_limits_freebsd.h63 extern unsigned struct_timespec_sz;
H A Dsanitizer_platform_limits_freebsd.cpp128 unsigned struct_timespec_sz = sizeof(struct timespec); variable
H A Dsanitizer_platform_limits_posix.h163 extern unsigned struct_timespec_sz;
H A Dsanitizer_platform_limits_posix.cpp282 unsigned struct_timespec_sz = sizeof(struct timespec); variable
H A Dsanitizer_platform_limits_netbsd.h53 extern unsigned struct_timespec_sz;
H A Dsanitizer_common_interceptors.inc2254 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 Dsanitizer_platform_limits_netbsd.cpp559 unsigned struct_timespec_sz = sizeof(struct timespec); variable