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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h24 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_freebsd.h33 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_solaris.cpp67 unsigned struct_stat_sz = sizeof(struct stat); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_freebsd.cpp108 unsigned struct_stat_sz = sizeof(struct stat); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h45 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_netbsd.h28 extern unsigned struct_stat_sz;
H A Dsanitizer_platform_limits_posix.cpp185 unsigned struct_stat_sz = sizeof(struct stat); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc6943 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
6976 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
7008 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
7040 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
H A Dsanitizer_platform_limits_netbsd.cpp534 unsigned struct_stat_sz = sizeof(struct stat); member in namespace:__sanitizer
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp674 __msan_unpoison(buf, __sanitizer::struct_stat_sz);
700 __msan_unpoison(buf, __sanitizer::struct_stat_sz);
725 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz);
751 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz);

Completed in 387 milliseconds