Searched refs:struct_user_fpxregs_struct_sz (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp324 unsigned struct_user_fpxregs_struct_sz = 0; member in namespace:__sanitizer
326 unsigned struct_user_fpxregs_struct_sz = sizeof(struct user_fpxregs_struct); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h806 extern unsigned struct_user_fpxregs_struct_sz;
H A Dsanitizer_common_interceptors.inc3226 COMMON_INTERCEPTOR_READ_RANGE(ctx, data, struct_user_fpxregs_struct_sz);
3257 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, struct_user_fpxregs_struct_sz);

Completed in 177 milliseconds