Searched refs:cursor1 (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindLevel1.c | 29 unw_cursor_t cursor1; in unwind_phase1() local 30 unw_init_local(&cursor1, uc); in unwind_phase1() 38 int stepResult = unw_step(&cursor1); in unwind_phase1() 54 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1() 65 if ((unw_get_proc_name(&cursor1, functionName, 512, &offset) != in unwind_phase1() 69 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1() 87 exception_object, (struct _Unwind_Context *)(&cursor1)); in unwind_phase1() 93 unw_get_reg(&cursor1, UNW_REG_SP, &sp); in unwind_phase1()
|
D | Unwind-EHABI.cpp | 410 unw_cursor_t cursor1; in unwind_phase1() local 411 unw_init_local(&cursor1, uc); in unwind_phase1() 418 int stepResult = unw_step(&cursor1); in unwind_phase1() 434 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1() 445 if ((unw_get_proc_name(&cursor1, functionName, 512, &offset) != in unwind_phase1() 449 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1() 466 struct _Unwind_Context *context = (struct _Unwind_Context *)(&cursor1); in unwind_phase1()
|