Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DUcontextArm64.h55 struct arm64_ucontext_t { struct
56 uint64_t uc_flags; // unsigned long
57 uint64_t uc_link; // struct ucontext*
58 arm64_stack_t uc_stack;
59 arm64_sigset_t uc_sigmask;
61 char __padding[128 - sizeof(arm64_sigset_t)];
64 arm64_mcontext_t uc_mcontext __attribute__((aligned(16)));