Searched refs:struct_stat64_sz (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/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 | 33 extern unsigned struct_stat64_sz;
|
D | sanitizer_platform_limits_posix.cpp | 175 unsigned struct_stat64_sz = sizeof(struct stat64); variable
|
D | sanitizer_common_interceptors.inc | 6757 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz); 6789 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 34 extern unsigned struct_stat64_sz;
|
D | sanitizer_platform_limits_posix.cc | 205 unsigned struct_stat64_sz = sizeof(struct stat64); variable
|
D | sanitizer_common_interceptors.inc | 5767 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz); 5799 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz);
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 705 __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR() 737 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 689 __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR() 721 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 6369 <!-- unsigned int __sanitizer::struct_stat64_sz --> 6370 …<var-decl name='struct_stat64_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer16struct_sta…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 3702 …<var-decl name='struct_stat64_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer16struct_sta…
|