Home
last modified time | relevance | path

Searched defs:sigframe (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/sys/x86/include/
H A Dsigframe.h39 struct sigframe { struct
62 struct sigframe { argument
63 union {
66 } sf_ahu;
67 ucontext_t sf_uc; /* = *sf_ucontext */
68 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
/freebsd-src/sys/powerpc/include/
H A Dsigframe.h34 struct sigframe { struct
35 ucontext_t sf_uc;
36 siginfo_t sf_si;
/freebsd-src/sys/riscv/include/
H A Dframe.h63 struct sigframe { struct
64 siginfo_t sf_si; /* actual saved siginfo */
65 ucontext_t sf_uc; /* actual saved ucontext */
/freebsd-src/sys/arm64/include/
H A Dframe.h59 struct sigframe { struct
72 struct sigframe32 { argument
/freebsd-src/sys/arm/include/
H A Dframe.h93 struct sigframe { struct
94 siginfo_t sf_si; /* actual saved siginfo */
95 ucontext_t sf_uc; /* actual saved ucontext */
96 mcontext_vfp_t sf_vfp; /* actual saved VFP context */