Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DUnwindCurrent.cpp40 bool UnwindCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()
54 void UnwindCurrent::GetUnwContextFromUcontext(const ucontext_t* ucontext) { in GetUnwContextFromUcontext()
DBacktraceThread.cpp138 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); in CopyUcontextFromSigcontext() local
175 bool BacktraceThread::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()
DUnwindPtrace.cpp49 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()
DBacktraceImpl.cpp59 bool Backtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()