Searched refs:svr4_sigframe (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/i386/svr4/
H A Dsvr4_genassym.c17 ASSYM(SVR4_SIGF_HANDLER, offsetof(struct svr4_sigframe, sf_handler));
18 ASSYM(SVR4_SIGF_UC, offsetof(struct svr4_sigframe, sf_uc));
H A Dsvr4_machdep.c421 struct svr4_sigframe *fp, frame;
444 fp = (struct svr4_sigframe *)((uintptr_t)td->td_sigstk.ss_sp +
445 td->td_sigstk.ss_size - sizeof(struct svr4_sigframe));
448 fp = (struct svr4_sigframe *)tf->tf_esp - 1;
/freebsd-11.0-release/sys/compat/svr4/
H A Dsvr4_ucontext.h65 struct svr4_sigframe { struct

Completed in 87 milliseconds