Searched defs:x86_ucontext_t (Results 1 – 1 of 1) sorted by relevance
66 struct x86_ucontext_t { struct67 uint32_t uc_flags; // unsigned long68 uint32_t uc_link; // struct ucontext*69 x86_stack_t uc_stack;70 x86_mcontext_t uc_mcontext;