Searched refs:struct_stat_sz (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_solaris.h | 24 extern unsigned struct_stat_sz;
|
D | sanitizer_platform_limits_solaris.cpp | 67 unsigned struct_stat_sz = sizeof(struct stat); variable
|
D | sanitizer_platform_limits_freebsd.h | 33 extern unsigned struct_stat_sz;
|
D | sanitizer_platform_limits_freebsd.cpp | 99 unsigned struct_stat_sz = sizeof(struct stat); variable
|
D | sanitizer_platform_limits_posix.h | 31 extern unsigned struct_stat_sz;
|
D | sanitizer_platform_limits_posix.cpp | 173 unsigned struct_stat_sz = sizeof(struct stat); variable
|
D | sanitizer_platform_limits_netbsd.h | 28 extern unsigned struct_stat_sz;
|
D | sanitizer_platform_limits_netbsd.cpp | 534 unsigned struct_stat_sz = sizeof(struct stat); variable
|
D | sanitizer_common_interceptors.inc | 6709 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz); 6725 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz); 6741 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz); 6773 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 663 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR() 676 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR() 701 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR() 710 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 692 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR() 717 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR() 726 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 32 extern unsigned struct_stat_sz;
|
D | sanitizer_platform_limits_posix.cc | 203 unsigned struct_stat_sz = sizeof(struct stat); variable
|
D | sanitizer_common_interceptors.inc | 5735 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz); 5751 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz); 5783 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 6367 <!-- unsigned int __sanitizer::struct_stat_sz --> 6368 …<var-decl name='struct_stat_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer14struct_stat_…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 3701 …<var-decl name='struct_stat_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer14struct_stat_…
|