Home
last modified time | relevance | path

Searched refs:__user_cap_data_struct_sz (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h115 extern unsigned __user_cap_data_struct_sz;
H A Dsanitizer_platform_limits_posix.cpp225 unsigned __user_cap_data_struct_sz = sizeof(struct __user_cap_data_struct); variable
H A Dsanitizer_common_syscalls.inc396 if (dataptr) POST_WRITE(dataptr, __user_cap_data_struct_sz);
401 if (data) PRE_READ(data, __user_cap_data_struct_sz);
H A Dsanitizer_common_interceptors.inc5615 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, datap, __user_cap_data_struct_sz);
5627 COMMON_INTERCEPTOR_READ_RANGE(ctx, datap, __user_cap_data_struct_sz);