Searched refs:struct_itimerspec_sz (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc459 if (setting) POST_WRITE(setting, struct_itimerspec_sz);
469 if (new_setting) PRE_READ(new_setting, struct_itimerspec_sz);
475 if (old_setting) POST_WRITE(old_setting, struct_itimerspec_sz);
2704 if (utmr) PRE_READ(utmr, struct_itimerspec_sz);
2710 if (otmr) POST_WRITE(otmr, struct_itimerspec_sz);
2718 if (otmr) POST_WRITE(otmr, struct_itimerspec_sz);
H A Dsanitizer_platform_limits_openbsd.h51 extern unsigned struct_itimerspec_sz;
H A Dsanitizer_platform_limits_solaris.h39 extern unsigned struct_itimerspec_sz;
H A Dsanitizer_platform_limits_freebsd.h54 extern unsigned struct_itimerspec_sz;
H A Dsanitizer_platform_limits_openbsd.cpp92 unsigned struct_itimerspec_sz = sizeof(struct itimerspec); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_freebsd.cpp124 unsigned struct_itimerspec_sz = sizeof(struct itimerspec); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h48 extern unsigned struct_itimerspec_sz;
H A Dsanitizer_platform_limits_netbsd.h49 extern unsigned struct_itimerspec_sz;
H A Dsanitizer_platform_limits_posix.cpp225 unsigned struct_itimerspec_sz = sizeof(struct itimerspec); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_netbsd.cpp284 unsigned struct_itimerspec_sz = sizeof(struct itimerspec); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc6106 COMMON_INTERCEPTOR_READ_RANGE(ctx, new_value, struct_itimerspec_sz);
6109 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, old_value, struct_itimerspec_sz);
6118 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, curr_value, struct_itimerspec_sz);

Completed in 277 milliseconds