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.cpp68 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.cpp101 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.cpp193 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.cpp533 unsigned struct_stat_sz = sizeof(struct stat); variable
H A Dsanitizer_common_interceptors.inc6998 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
7031 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
7063 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
7095 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp787 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
813 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
838 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
864 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()