master
h 6 lines 177 Bytes
Raw
1 /*
2 * offsetof(struct sigframe, sc.eip)
3 * offsetof(struct rt_sigframe, uc.tuc_mcontext.eip)
4 */
5 #define SIGFRAME_SIGCONTEXT_eip 64
6 #define RT_SIGFRAME_SIGCONTEXT_eip 220