Searched defs:x86_64_ucontext_t (Results 1 – 1 of 1) sorted by relevance
72 struct x86_64_ucontext_t { struct73 uint64_t uc_flags; // unsigned long74 uint64_t uc_link; // struct ucontext*75 x86_64_stack_t uc_stack;76 x86_64_mcontext_t uc_mcontext;