aboutsummaryrefslogtreecommitdiff
path: root/linux-user/riscv/vdso-asmoffset.h
blob: 123902ef61c946b625ede5379df9e4f9a2aabf3c (plain)
1
2
3
4
5
6
7
8
9
#ifdef TARGET_ABI32
# define sizeof_rt_sigframe     0x2b0
# define offsetof_uc_mcontext   0x120
# define offsetof_freg0         0x80
#else
# define sizeof_rt_sigframe     0x340
# define offsetof_uc_mcontext   0x130
# define offsetof_freg0         0x100
#endif