Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp108 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.cpp185 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.inc7020 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
7053 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
7085 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
7117 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp662 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
688 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
713 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
739 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()