Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h38 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_openbsd.cc69 unsigned struct_stat_sz = sizeof(struct stat); variable
H A Dsanitizer_platform_limits_solaris.h25 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_solaris.cc68 unsigned struct_stat_sz = sizeof(struct stat); variable
H A Dsanitizer_platform_limits_freebsd.h35 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_freebsd.cc97 unsigned struct_stat_sz = sizeof(struct stat); variable
H A Dsanitizer_platform_limits_posix.h31 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_posix.cc168 unsigned struct_stat_sz = sizeof(struct stat); variable
H A Dsanitizer_platform_limits_netbsd.h36 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_netbsd.cc233 unsigned struct_stat_sz = sizeof(struct stat); variable
H A Dsanitizer_common_interceptors.inc6428 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
6444 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
6460 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
6492 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc664 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
677 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
702 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
711 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()