Searched refs:struct_stat64_sz (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h25 extern unsigned struct_stat64_sz;
H A Dsanitizer_platform_limits_solaris.cpp68 unsigned struct_stat64_sz = sizeof(struct stat64); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h33 extern unsigned struct_stat64_sz;
H A Dsanitizer_platform_limits_posix.cpp174 unsigned struct_stat64_sz = sizeof(struct stat64); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc6570 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz);
6602 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp689 __msan_unpoison(buf, __sanitizer::struct_stat64_sz);
721 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat64_sz);

Completed in 207 milliseconds