Searched refs:struct_stat64_sz (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_solaris.h | 25 extern unsigned struct_stat64_sz;
|
| D | sanitizer_platform_limits_solaris.cpp | 68 unsigned struct_stat64_sz = sizeof(struct stat64); variable
|
| D | sanitizer_platform_limits_posix.h | 47 extern unsigned struct_stat64_sz;
|
| D | sanitizer_platform_limits_posix.cpp | 187 unsigned struct_stat64_sz = sizeof(struct stat64); variable
|
| D | sanitizer_common_interceptors.inc | 6959 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz); 6992 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz); 7024 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz); 7056 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/ |
| D | msan_interceptors.cpp | 687 __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR() 713 __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR() 738 __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR() 764 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR()
|