HomeSort by: relevance | last modified time | path
    Searched refs:struct_timespec_sz (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_syscalls.inc 187 if (timeout) POST_WRITE(timeout, struct_timespec_sz);
263 if (rqtp) POST_WRITE(rqtp, struct_timespec_sz);
264 if (rmtp) POST_WRITE(rmtp, struct_timespec_sz);
485 if (tp) PRE_READ(tp, struct_timespec_sz);
494 if (tp) POST_WRITE(tp, struct_timespec_sz);
512 if (tp) POST_WRITE(tp, struct_timespec_sz);
518 if (rqtp) PRE_READ(rqtp, struct_timespec_sz);
524 if (rmtp) POST_WRITE(rmtp, struct_timespec_sz);
590 if (interval) POST_WRITE(interval, struct_timespec_sz);
705 if (uts) PRE_READ(uts, struct_timespec_sz);
    [all...]
sanitizer_syscalls_netbsd.inc 1867 PRE_READ(abstime_, struct_timespec_sz);
3047 PRE_READ(tptr[0], struct_timespec_sz);
3048 PRE_READ(tptr[1], struct_timespec_sz);
3065 PRE_READ(tptr[0], struct_timespec_sz);
3066 PRE_READ(tptr[1], struct_timespec_sz);
3077 PRE_READ(tptr[0], struct_timespec_sz);
3078 PRE_READ(tptr[1], struct_timespec_sz);
3088 POST_READ(tptr[0], struct_timespec_sz);
3089 POST_READ(tptr[1], struct_timespec_sz);
3115 PRE_READ(tp_, struct_timespec_sz);
    [all...]
sanitizer_platform_limits_openbsd.h 59 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_solaris.h 48 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_freebsd.h 64 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_openbsd.cc 91 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
sanitizer_platform_limits_solaris.cc 93 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
sanitizer_platform_limits_freebsd.cc 122 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
sanitizer_platform_limits_posix.h 129 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_netbsd.h 59 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_posix.cc 221 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
sanitizer_common_interceptors.inc 2157 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tp, struct_timespec_sz);
2169 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tp, struct_timespec_sz);
2185 COMMON_INTERCEPTOR_READ_RANGE(ctx, tp, struct_timespec_sz);
2975 if (timeout) COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout, struct_timespec_sz);
3888 COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout_ts, struct_timespec_sz);
3965 if (timeout) COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout, struct_timespec_sz);
6168 COMMON_INTERCEPTOR_READ_RANGE(ctx, abstime, struct_timespec_sz);
sanitizer_platform_limits_netbsd.cc 398 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_syscalls.inc 190 POST_WRITE(timeout, struct_timespec_sz);
275 POST_WRITE(rqtp, struct_timespec_sz);
277 POST_WRITE(rmtp, struct_timespec_sz);
523 PRE_READ(tp, struct_timespec_sz);
533 POST_WRITE(tp, struct_timespec_sz);
553 POST_WRITE(tp, struct_timespec_sz);
560 PRE_READ(rqtp, struct_timespec_sz);
567 POST_WRITE(rmtp, struct_timespec_sz);
639 POST_WRITE(interval, struct_timespec_sz);
767 PRE_READ(uts, struct_timespec_sz);
    [all...]
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...]
sanitizer_platform_limits_solaris.h 48 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_freebsd.h 63 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_solaris.cpp 93 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
sanitizer_platform_limits_freebsd.cpp 135 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
sanitizer_platform_limits_posix.h 136 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_netbsd.h 52 extern unsigned struct_timespec_sz;
sanitizer_platform_limits_posix.cpp 235 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer
sanitizer_common_interceptors.inc 2179 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tp, struct_timespec_sz);
2191 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tp, struct_timespec_sz);
2209 COMMON_INTERCEPTOR_READ_RANGE(ctx, tp, struct_timespec_sz);
3086 if (timeout) COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout, struct_timespec_sz);
4060 COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout_ts, struct_timespec_sz);
4138 if (timeout) COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout, struct_timespec_sz);
6590 COMMON_INTERCEPTOR_READ_RANGE(ctx, abstime, struct_timespec_sz);
sanitizer_platform_limits_netbsd.cpp 559 unsigned struct_timespec_sz = sizeof(struct timespec); member in namespace:__sanitizer

Completed in 87 milliseconds