Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc327 unsigned struct_user_fpxregs_struct_sz = 0; variable
329 unsigned struct_user_fpxregs_struct_sz = sizeof(struct user_fpxregs_struct); variable
Dsanitizer_platform_limits_posix.h742 extern unsigned struct_user_fpxregs_struct_sz;
Dsanitizer_common_syscalls.inc2311 PRE_READ((void *)data, struct_user_fpxregs_struct_sz);
2335 POST_WRITE((void *)data, struct_user_fpxregs_struct_sz);
Dsanitizer_common_interceptors.inc2460 COMMON_INTERCEPTOR_READ_RANGE(ctx, data, struct_user_fpxregs_struct_sz);
2490 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, struct_user_fpxregs_struct_sz);