Searched refs:__user_cap_header_struct_sz (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 114 extern unsigned __user_cap_header_struct_sz;
|
D | sanitizer_platform_limits_posix.cpp | 215 unsigned __user_cap_header_struct_sz = variable
|
D | sanitizer_common_syscalls.inc | 391 if (header) PRE_READ(header, __user_cap_header_struct_sz); 400 if (header) PRE_READ(header, __user_cap_header_struct_sz);
|
D | sanitizer_common_interceptors.inc | 5585 COMMON_INTERCEPTOR_READ_RANGE(ctx, hdrp, __user_cap_header_struct_sz); 5601 COMMON_INTERCEPTOR_READ_RANGE(ctx, hdrp, __user_cap_header_struct_sz);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 99 extern unsigned __user_cap_header_struct_sz;
|
D | sanitizer_platform_limits_posix.cc | 241 unsigned __user_cap_header_struct_sz = variable
|
D | sanitizer_common_syscalls.inc | 392 if (header) PRE_READ(header, __user_cap_header_struct_sz); 401 if (header) PRE_READ(header, __user_cap_header_struct_sz);
|
D | sanitizer_common_interceptors.inc | 4727 COMMON_INTERCEPTOR_READ_RANGE(ctx, hdrp, __user_cap_header_struct_sz); 4743 COMMON_INTERCEPTOR_READ_RANGE(ctx, hdrp, __user_cap_header_struct_sz);
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 6431 <!-- unsigned int __sanitizer::__user_cap_header_struct_sz --> 6432 …<var-decl name='__user_cap_header_struct_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer2…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 3733 …<var-decl name='__user_cap_header_struct_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer2…
|