Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp358 unsigned struct_user_fpregs_struct_sz = sizeof(elf_fpregset_t); variable
361 unsigned struct_user_fpregs_struct_sz = sizeof(struct __riscv_q_ext_state); variable
364 unsigned struct_user_fpregs_struct_sz = sizeof(struct user_fpsimd_state); variable
367 unsigned struct_user_fpregs_struct_sz = sizeof(struct _user_fpregs_struct); variable
370 unsigned struct_user_fpregs_struct_sz = sizeof(struct user_fpregs_struct); variable
H A Dsanitizer_platform_limits_posix.h848 extern unsigned struct_user_fpregs_struct_sz;
H A Dsanitizer_common_syscalls.inc2520 PRE_READ((void *)data, struct_user_fpregs_struct_sz);
2545 POST_WRITE((void *)data, struct_user_fpregs_struct_sz);
H A Dsanitizer_common_interceptors.inc3491 COMMON_INTERCEPTOR_READ_RANGE(ctx, data, struct_user_fpregs_struct_sz);
3522 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, struct_user_fpregs_struct_sz);