Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/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.cpp75 _Unwind_Control_Block* ucbp, in ProcessDescriptors() argument
115 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()
168 _Unwind_Control_Block* ucbp, in unwindOneFrame() argument
171 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
182 ProcessDescriptors(state, ucbp, context, format, lsda, in unwindOneFrame()
183 ucbp->pr_cache.additional); in unwindOneFrame()
424 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0() argument
426 return unwindOneFrame(state, ucbp, context); in __aeabi_unwind_cpp_pr0()
430 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1() argument
432 return unwindOneFrame(state, ucbp, context); in __aeabi_unwind_cpp_pr1()
[all …]