Home
last modified time | relevance | path

Searched defs:arm_ucontext_t (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DUcontextArm.h53 struct arm_ucontext_t { struct
54 uint32_t uc_flags; // unsigned long
55 uint32_t uc_link; // struct ucontext*
56 arm_stack_t uc_stack;
57 arm_mcontext_t uc_mcontext;