Searched refs:struct_statfs_sz (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_solaris.h | 44 extern unsigned struct_statfs_sz;
|
D | sanitizer_platform_limits_solaris.cpp | 90 unsigned struct_statfs_sz = sizeof(struct statfs); variable
|
D | sanitizer_platform_limits_freebsd.h | 58 extern unsigned struct_statfs_sz;
|
D | sanitizer_platform_limits_freebsd.cpp | 122 unsigned struct_statfs_sz = sizeof(struct statfs); variable
|
D | sanitizer_platform_limits_posix.h | 58 extern unsigned struct_statfs_sz;
|
D | sanitizer_platform_limits_posix.cpp | 207 unsigned struct_statfs_sz = sizeof(struct statfs); variable
|
D | sanitizer_platform_limits_netbsd.h | 46 extern unsigned struct_statfs_sz;
|
D | sanitizer_common_syscalls.inc | 841 if (buf) POST_WRITE(buf, struct_statfs_sz); 860 if (buf) POST_WRITE(buf, struct_statfs_sz);
|
D | sanitizer_common_interceptors.inc | 4371 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statfs_sz); 4381 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statfs_sz); 7648 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, *mntbufp, cnt * struct_statfs_sz);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 54 extern unsigned struct_statfs_sz;
|
D | sanitizer_platform_limits_posix.cc | 233 unsigned struct_statfs_sz = sizeof(struct statfs); variable
|
D | sanitizer_common_syscalls.inc | 842 if (buf) POST_WRITE(buf, struct_statfs_sz); 861 if (buf) POST_WRITE(buf, struct_statfs_sz);
|
D | sanitizer_common_interceptors.inc | 3634 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statfs_sz); 3644 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statfs_sz);
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 6403 <!-- unsigned int __sanitizer::struct_statfs_sz --> 6404 …<var-decl name='struct_statfs_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer16struct_sta…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 3719 …<var-decl name='struct_statfs_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer16struct_sta…
|