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.cpp77 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.cpp109 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.cpp204 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.inc476 POST_WRITE(value, struct_itimerval_sz);
485 POST_WRITE(value, struct_itimerval_sz);
487 POST_WRITE(ovalue, struct_itimerval_sz);
H A Dsanitizer_platform_limits_netbsd.cpp541 unsigned struct_itimerval_sz = sizeof(struct itimerval); variable
H A Dsanitizer_common_interceptors.inc2389 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, curr_value, struct_itimerval_sz);
2414 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, old_value, struct_itimerval_sz);