Searched refs:struct_itimerspec_sz (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_solaris.h | 39 extern unsigned struct_itimerspec_sz;
|
D | sanitizer_platform_limits_freebsd.h | 53 extern unsigned struct_itimerspec_sz;
|
D | sanitizer_platform_limits_freebsd.cpp | 128 unsigned struct_itimerspec_sz = sizeof(struct itimerspec); variable
|
D | sanitizer_platform_limits_posix.h | 48 extern unsigned struct_itimerspec_sz;
|
D | sanitizer_common_syscalls.inc | 459 if (setting) POST_WRITE(setting, struct_itimerspec_sz); 469 if (new_setting) PRE_READ(new_setting, struct_itimerspec_sz); 475 if (old_setting) POST_WRITE(old_setting, struct_itimerspec_sz); 2706 if (utmr) PRE_READ(utmr, struct_itimerspec_sz); 2712 if (otmr) POST_WRITE(otmr, struct_itimerspec_sz); 2720 if (otmr) POST_WRITE(otmr, struct_itimerspec_sz);
|
D | sanitizer_platform_limits_posix.cpp | 227 unsigned struct_itimerspec_sz = sizeof(struct itimerspec); variable
|
D | sanitizer_platform_limits_netbsd.h | 42 extern unsigned struct_itimerspec_sz;
|
D | sanitizer_platform_limits_netbsd.cpp | 568 unsigned struct_itimerspec_sz = sizeof(struct itimerspec); variable
|
D | sanitizer_common_interceptors.inc | 6294 COMMON_INTERCEPTOR_READ_RANGE(ctx, new_value, struct_itimerspec_sz); 6297 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, old_value, struct_itimerspec_sz); 6306 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, curr_value, struct_itimerspec_sz);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 48 extern unsigned struct_itimerspec_sz;
|
D | sanitizer_common_syscalls.inc | 460 if (setting) POST_WRITE(setting, struct_itimerspec_sz); 470 if (new_setting) PRE_READ(new_setting, struct_itimerspec_sz); 476 if (old_setting) POST_WRITE(old_setting, struct_itimerspec_sz); 2705 if (utmr) PRE_READ(utmr, struct_itimerspec_sz); 2711 if (otmr) POST_WRITE(otmr, struct_itimerspec_sz); 2719 if (otmr) POST_WRITE(otmr, struct_itimerspec_sz);
|
D | sanitizer_platform_limits_posix.cc | 253 unsigned struct_itimerspec_sz = sizeof(struct itimerspec); variable
|
D | sanitizer_common_interceptors.inc | 5319 COMMON_INTERCEPTOR_READ_RANGE(ctx, new_value, struct_itimerspec_sz); 5322 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, old_value, struct_itimerspec_sz); 5331 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, curr_value, struct_itimerspec_sz);
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 6397 <!-- unsigned int __sanitizer::struct_itimerspec_sz --> 6398 …<var-decl name='struct_itimerspec_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer20struct…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 3716 …<var-decl name='struct_itimerspec_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer20struct…
|