Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwind-EHABI.h36 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
39 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
42 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
DUnwind-EHABI.cpp69 _Unwind_Control_Block* ucbp, in ProcessDescriptors() argument
109 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()
162 _Unwind_Control_Block* ucbp, in unwindOneFrame() argument
165 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
176 ProcessDescriptors(state, ucbp, context, format, lsda, in unwindOneFrame()
177 ucbp->pr_cache.additional); in unwindOneFrame()
418 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0() argument
420 return unwindOneFrame(state, ucbp, context); in __aeabi_unwind_cpp_pr0()
424 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1() argument
426 return unwindOneFrame(state, ucbp, context); in __aeabi_unwind_cpp_pr1()
[all …]