Searched defs:arm_ucontext_t (Results 1 – 1 of 1) sorted by relevance
52 struct arm_ucontext_t { struct53 uint32_t uc_flags; // unsigned long54 uint32_t uc_link; // struct ucontext*55 arm_stack_t uc_stack;56 arm_mcontext_t uc_mcontext;