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

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc430 if (value) POST_WRITE(value, struct_itimerval_sz);
438 if (value) POST_WRITE(value, struct_itimerval_sz);
439 if (ovalue) POST_WRITE(ovalue, struct_itimerval_sz);
H A Dsanitizer_platform_limits_posix.h27 extern unsigned struct_itimerval_sz;
H A Dsanitizer_platform_limits_posix.cc195 unsigned struct_itimerval_sz = sizeof(struct itimerval); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc1401 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, curr_value, struct_itimerval_sz);
1409 COMMON_INTERCEPTOR_READ_RANGE(ctx, new_value, struct_itimerval_sz);
1415 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, old_value, struct_itimerval_sz);

Completed in 139 milliseconds