Home
last modified time | relevance | path

Searched refs:x86_64_ucontext_t (Results 1 – 3 of 3) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DRegsX86_64.h31 struct x86_64_ucontext_t;
46 void SetFromUcontext(x86_64_ucontext_t* ucontext);
DUcontextX86_64.h72 struct x86_64_ucontext_t { struct
/system/core/libunwindstack/
DRegsX86_64.cpp118 void RegsX86_64::SetFromUcontext(x86_64_ucontext_t* ucontext) { in SetFromUcontext()
135 x86_64_ucontext_t* x86_64_ucontext = reinterpret_cast<x86_64_ucontext_t*>(ucontext); in CreateFromUcontext()
163 x86_64_ucontext_t x86_64_ucontext; in StepIfSignalHandler()