Home
last modified time | relevance | path

Searched refs:x86_mcontext_t (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DUcontextX86.h44 struct x86_mcontext_t { struct
71 x86_mcontext_t uc_mcontext; argument
/aosp12/system/unwinding/libunwindstack/
H A DRegsX86.cpp135 struct x86_mcontext_t context; in StepIfSignalHandler()
166 if (!process_memory->ReadFully(ptr + 0x14, &x86_ucontext.uc_mcontext, sizeof(x86_mcontext_t))) { in StepIfSignalHandler()