Searched refs:__user_cap_header_struct_sz (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc391 if (header) PRE_READ(header, __user_cap_header_struct_sz);
400 if (header) PRE_READ(header, __user_cap_header_struct_sz);
H A Dsanitizer_platform_limits_posix.h116 extern unsigned __user_cap_header_struct_sz;
H A Dsanitizer_platform_limits_posix.cpp213 unsigned __user_cap_header_struct_sz = member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc5477 COMMON_INTERCEPTOR_READ_RANGE(ctx, hdrp, __user_cap_header_struct_sz);
5493 COMMON_INTERCEPTOR_READ_RANGE(ctx, hdrp, __user_cap_header_struct_sz);

Completed in 208 milliseconds