Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp370 unsigned struct_user_fpregs_struct_sz = sizeof(elf_fpregset_t); variable
373 unsigned struct_user_fpregs_struct_sz = sizeof(struct __riscv_q_ext_state); variable
376 unsigned struct_user_fpregs_struct_sz = sizeof(struct user_fpsimd_state); variable
379 unsigned struct_user_fpregs_struct_sz = sizeof(struct user_fp_state); variable
382 unsigned struct_user_fpregs_struct_sz = sizeof(struct _user_fpregs_struct); variable
367 unsigned struct_user_fpregs_struct_sz = sizeof(elf_fpregset_t); global() variable