Home
last modified time | relevance | path

Searched refs:struct_itimerval_sz (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h28 extern unsigned struct_itimerval_sz;
H A Dsanitizer_platform_limits_solaris.cpp76 unsigned struct_itimerval_sz = sizeof(struct itimerval); variable
H A Dsanitizer_platform_limits_freebsd.h41 extern unsigned struct_itimerval_sz;
H A Dsanitizer_platform_limits_freebsd.cpp118 unsigned struct_itimerval_sz = sizeof(struct itimerval); variable
H A Dsanitizer_platform_limits_posix.h52 extern unsigned struct_itimerval_sz;
H A Dsanitizer_platform_limits_posix.cpp193 unsigned struct_itimerval_sz = sizeof(struct itimerval); variable
H A Dsanitizer_platform_limits_netbsd.h31 extern unsigned struct_itimerval_sz;
H A Dsanitizer_common_syscalls.inc475 POST_WRITE(value, struct_itimerval_sz);
484 POST_WRITE(value, struct_itimerval_sz);
486 POST_WRITE(ovalue, struct_itimerval_sz);
H A Dsanitizer_platform_limits_netbsd.cpp542 unsigned struct_itimerval_sz = sizeof(struct itimerval); variable
H A Dsanitizer_common_interceptors.inc2254 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, curr_value, struct_itimerval_sz);
2279 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, old_value, struct_itimerval_sz);