Searched refs:struct_user_fpxregs_struct_sz (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 331 unsigned struct_user_fpxregs_struct_sz = 0; variable 333 unsigned struct_user_fpxregs_struct_sz = sizeof(struct user_fpxregs_struct); variable
|
D | sanitizer_platform_limits_posix.h | 767 extern unsigned struct_user_fpxregs_struct_sz;
|
D | sanitizer_common_syscalls.inc | 2307 PRE_READ((void *)data, struct_user_fpxregs_struct_sz); 2331 POST_WRITE((void *)data, struct_user_fpxregs_struct_sz);
|
D | sanitizer_common_interceptors.inc | 2698 COMMON_INTERCEPTOR_READ_RANGE(ctx, data, struct_user_fpxregs_struct_sz); 2728 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, struct_user_fpxregs_struct_sz);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 330 unsigned struct_user_fpxregs_struct_sz = 0; variable 332 unsigned struct_user_fpxregs_struct_sz = sizeof(struct user_fpxregs_struct); variable
|
D | sanitizer_platform_limits_posix.h | 810 extern unsigned struct_user_fpxregs_struct_sz;
|
D | sanitizer_common_syscalls.inc | 2307 PRE_READ((void *)data, struct_user_fpxregs_struct_sz); 2332 POST_WRITE((void *)data, struct_user_fpxregs_struct_sz);
|
D | sanitizer_common_interceptors.inc | 3271 COMMON_INTERCEPTOR_READ_RANGE(ctx, data, struct_user_fpxregs_struct_sz); 3302 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, struct_user_fpxregs_struct_sz);
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 6463 <!-- unsigned int __sanitizer::struct_user_fpxregs_struct_sz --> 6464 …<var-decl name='struct_user_fpxregs_struct_sz' type-id='type-id-211' mangled-name='_ZN11__sanitize…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 3749 …<var-decl name='struct_user_fpxregs_struct_sz' type-id='type-id-211' mangled-name='_ZN11__sanitize…
|