aboutsummaryrefslogtreecommitdiff
path: root/linux-user/i386/vdso-asmoffset.h
blob: 4e5ee0dd49f29cf4d4633239f4de61608fa9affe (plain)
1
2
3
4
5
6
/*
 * offsetof(struct sigframe, sc.eip)
 * offsetof(struct rt_sigframe, uc.tuc_mcontext.eip)
 */
#define SIGFRAME_SIGCONTEXT_eip      64
#define RT_SIGFRAME_SIGCONTEXT_eip  220