1 /* $FreeBSD: releng/5.0/sys/i386/linux/linux_genassym.c 102964 2002-09-05 12:58:57Z bde $ */
2
3 #include <sys/param.h>
4 #include <sys/assym.h>
5 #include <sys/systm.h>
6
7 #include <i386/linux/linux.h>
8
9 ASSYM(LINUX_SIGF_HANDLER, offsetof(struct l_sigframe, sf_handler));
10 ASSYM(LINUX_SIGF_SC, offsetof(struct l_sigframe, sf_sc));
11 ASSYM(LINUX_SC_GS, offsetof(struct l_sigcontext, sc_gs));
12 ASSYM(LINUX_SC_EFLAGS, offsetof(struct l_sigcontext, sc_eflags));
13 ASSYM(LINUX_RT_SIGF_HANDLER, offsetof(struct l_rt_sigframe, sf_handler));
14 ASSYM(LINUX_RT_SIGF_UC, offsetof(struct l_rt_sigframe, sf_sc));
Cache object: 2b3cf6a05a3e7d964f05d26fde29550a
|