Searched defs:x86_ucontext_t (Results 1 – 1 of 1) sorted by relevance
67 struct x86_ucontext_t { struct68 uint32_t uc_flags; // unsigned long69 uint32_t uc_link; // struct ucontext*70 x86_stack_t uc_stack;71 x86_mcontext_t uc_mcontext;