Home
last modified time | relevance | path

Searched refs:struct_tms_sz (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h47 extern unsigned struct_tms_sz;
Dsanitizer_platform_limits_posix.cc223 unsigned struct_tms_sz = sizeof(struct tms); variable
Dsanitizer_common_syscalls.inc251 if (tbuf) POST_WRITE(tbuf, struct_tms_sz);
Dsanitizer_common_interceptors.inc4436 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tms, struct_tms_sz);