Searched refs:struct_itimerval_sz (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc431 if (value) POST_WRITE(value, struct_itimerval_sz);
439 if (value) POST_WRITE(value, struct_itimerval_sz);
440 if (ovalue) POST_WRITE(ovalue, struct_itimerval_sz);
H A Dsanitizer_platform_limits_openbsd.h40 extern unsigned struct_itimerval_sz;
H A Dsanitizer_platform_limits_solaris.h28 extern unsigned struct_itimerval_sz;
H A Dsanitizer_platform_limits_freebsd.h42 extern unsigned struct_itimerval_sz;
H A Dsanitizer_platform_limits_openbsd.cpp75 unsigned struct_itimerval_sz = sizeof(struct itimerval); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_solaris.cpp75 unsigned struct_itimerval_sz = sizeof(struct itimerval); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_freebsd.cpp103 unsigned struct_itimerval_sz = sizeof(struct itimerval); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h37 extern unsigned struct_itimerval_sz;
H A Dsanitizer_platform_limits_netbsd.h38 extern unsigned struct_itimerval_sz;
H A Dsanitizer_platform_limits_posix.cpp182 unsigned struct_itimerval_sz = sizeof(struct itimerval); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_netbsd.cpp258 unsigned struct_itimerval_sz = sizeof(struct itimerval); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc2214 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, curr_value, struct_itimerval_sz);
2239 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, old_value, struct_itimerval_sz);

Completed in 278 milliseconds