Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DUcontextArm64.h54 struct arm64_ucontext_t { struct
55 uint64_t uc_flags; // unsigned long
56 uint64_t uc_link; // struct ucontext*
57 arm64_stack_t uc_stack;
58 arm64_sigset_t uc_sigmask;
60 char __padding[128 - sizeof(arm64_sigset_t)];
63 arm64_mcontext_t uc_mcontext __attribute__((aligned(16)));