Home
last modified time | relevance | path

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

/system/core/libbacktrace/
Dbacktrace_offline_test.cpp30 unw_context_t* unw_context = reinterpret_cast<unw_context_t*>(arg); in GetContextAndExit() local
38 unw_context_t unw_context; member
50 static ucontext_t GetUContextFromUnwContext(const unw_context_t& unw_context) { in GetUContextFromUnwContext()
DUnwindCurrent.cpp44 unw_tdep_context_t* unw_context = reinterpret_cast<unw_tdep_context_t*>(&context_); in GetUnwContextFromUcontext() local