Home
last modified time | relevance | path

Searched refs:SetFromUcontext (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DRegsX86.cpp94 void RegsX86::SetFromUcontext(x86_ucontext_t* ucontext) { in SetFromUcontext() function in unwindstack::RegsX86
111 regs->SetFromUcontext(x86_ucontext); in CreateFromUcontext()
169 SetFromUcontext(&x86_ucontext); in StepIfSignalHandler()
H A DRegsX86_64.cpp111 void RegsX86_64::SetFromUcontext(x86_64_ucontext_t* ucontext) { in SetFromUcontext() function in unwindstack::RegsX86_64
131 regs->SetFromUcontext(x86_64_ucontext); in CreateFromUcontext()
160 SetFromUcontext(&x86_64_ucontext); in StepIfSignalHandler()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DRegsX86.h44 void SetFromUcontext(x86_ucontext_t* ucontext);
H A DRegsX86_64.h44 void SetFromUcontext(x86_64_ucontext_t* ucontext);