Searched refs:struct_stat64_sz (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.h | 25 extern unsigned struct_stat64_sz;
|
| H A D | sanitizer_platform_limits_solaris.cpp | 68 unsigned struct_stat64_sz = sizeof(struct stat64); variable
|
| H A D | sanitizer_platform_limits_posix.h | 48 extern unsigned struct_stat64_sz;
|
| H A D | sanitizer_platform_limits_posix.cpp | 187 unsigned struct_stat64_sz = sizeof(struct stat64); variable
|
| H A D | sanitizer_common_interceptors.inc | 7036 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz); 7069 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz); 7101 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz); 7133 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz);
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 675 __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR() 701 __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR() 726 __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR() 752 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR()
|