Searched refs:struct_stat_sz (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_openbsd.h | 38 extern unsigned struct_stat_sz;
|
| H A D | sanitizer_platform_limits_openbsd.cc | 69 unsigned struct_stat_sz = sizeof(struct stat); variable
|
| H A D | sanitizer_platform_limits_solaris.h | 25 extern unsigned struct_stat_sz;
|
| H A D | sanitizer_platform_limits_solaris.cc | 68 unsigned struct_stat_sz = sizeof(struct stat); variable
|
| H A D | sanitizer_platform_limits_freebsd.h | 35 extern unsigned struct_stat_sz;
|
| H A D | sanitizer_platform_limits_freebsd.cc | 97 unsigned struct_stat_sz = sizeof(struct stat); variable
|
| H A D | sanitizer_platform_limits_posix.h | 31 extern unsigned struct_stat_sz;
|
| H A D | sanitizer_platform_limits_posix.cc | 168 unsigned struct_stat_sz = sizeof(struct stat); variable
|
| H A D | sanitizer_platform_limits_netbsd.h | 36 extern unsigned struct_stat_sz;
|
| H A D | sanitizer_platform_limits_netbsd.cc | 233 unsigned struct_stat_sz = sizeof(struct stat); variable
|
| H A D | sanitizer_common_interceptors.inc | 6428 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 D | msan_interceptors.cc | 664 __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()
|