Searched refs:cursor2 (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindLevel1.c | 122 unw_cursor_t cursor2; in unwind_phase2() local 123 unw_init_local(&cursor2, uc); in unwind_phase2() 131 int stepResult = unw_step(&cursor2); in unwind_phase2() 147 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2() 148 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2() 159 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) != in unwind_phase2() 181 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2() 202 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2() 203 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2() 210 unw_resume(&cursor2); in unwind_phase2() [all …]
|
D | Unwind-EHABI.cpp | 517 unw_cursor_t cursor2; in unwind_phase2() local 518 unw_init_local(&cursor2, uc); in unwind_phase2() 539 unw_set_reg(&cursor2, UNW_REG_IP, in unwind_phase2() 544 int stepResult = unw_step(&cursor2); in unwind_phase2() 560 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2() 561 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2() 572 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) != in unwind_phase2() 587 struct _Unwind_Context *context = (struct _Unwind_Context *)(&cursor2); in unwind_phase2() 616 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2() 617 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2() [all …]
|