Home
last modified time | relevance | path

Searched defs:__ucontext32 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Ducontext.h73 typedef struct __ucontext32 { struct
74 sigset_t uc_sigmask;
75 mcontext32_t uc_mcontext;
76 u_int32_t uc_link;
77 struct sigaltstack32 uc_stack;
78 u_int32_t uc_flags;
79 u_int32_t __spare__[4];
/f-stack/freebsd/mips/include/
H A Ducontext.h78 typedef struct __ucontext32 { struct
79 sigset_t uc_sigmask;
80 mcontext32_t uc_mcontext;
81 uint32_t uc_link;
82 struct sigaltstack32 uc_stack;
83 uint32_t uc_flags;
84 uint32_t __spare__[4];