Searched refs:ucbp (Results 1 – 2 of 2) sorted by relevance
/external/libunwind_llvm/src/ |
D | Unwind-EHABI.h | 37 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 40 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 43 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
|
D | Unwind-EHABI.cpp | 71 _Unwind_Control_Block* ucbp, in ProcessDescriptors() argument 111 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors() 164 _Unwind_Control_Block* ucbp, in unwindOneFrame() argument 167 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame() 178 ProcessDescriptors(state, ucbp, context, format, lsda, in unwindOneFrame() 179 ucbp->pr_cache.additional); in unwindOneFrame() 421 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0() argument 423 return unwindOneFrame(state, ucbp, context); in __aeabi_unwind_cpp_pr0() 428 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1() argument 430 return unwindOneFrame(state, ucbp, context); in __aeabi_unwind_cpp_pr1() [all …]
|