Searched defs:x86_64_ucontext_t (Results 1 – 1 of 1) sorted by relevance
71 struct x86_64_ucontext_t { struct72 uint64_t uc_flags; // unsigned long73 uint64_t uc_link; // struct ucontext*74 x86_64_stack_t uc_stack;75 x86_64_mcontext_t uc_mcontext;