Home
last modified time | relevance | path

Searched refs:struct_stat_sz (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h24 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_solaris.cpp67 unsigned struct_stat_sz = sizeof(struct stat); variable
H A Dsanitizer_platform_limits_freebsd.h33 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_freebsd.cpp110 unsigned struct_stat_sz = sizeof(struct stat); variable
H A Dsanitizer_platform_limits_posix.h46 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_posix.cpp182 unsigned struct_stat_sz = sizeof(struct stat); variable
H A Dsanitizer_platform_limits_netbsd.h28 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_netbsd.cpp534 unsigned struct_stat_sz = sizeof(struct stat); variable
H A Dsanitizer_common_interceptors.inc6824 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
6857 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
6889 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
6921 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp761 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
787 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
812 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
838 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()