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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h37 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_solaris.h24 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_freebsd.h34 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_openbsd.cpp68 unsigned struct_stat_sz = sizeof(struct stat); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_solaris.cpp67 unsigned struct_stat_sz = sizeof(struct stat); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_freebsd.cpp96 unsigned struct_stat_sz = sizeof(struct stat); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h31 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_netbsd.h35 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_posix.cpp172 unsigned struct_stat_sz = sizeof(struct stat); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc6522 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
6538 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
6554 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
6586 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
H A Dsanitizer_platform_limits_netbsd.cpp251 unsigned struct_stat_sz = sizeof(struct stat); member in namespace:__sanitizer
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp663 __msan_unpoison(buf, __sanitizer::struct_stat_sz);
676 __msan_unpoison(buf, __sanitizer::struct_stat_sz);
701 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz);
710 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz);

Completed in 233 milliseconds