Searched refs:cursor1 (Results 1 – 2 of 2) sorted by relevance
/external/libunwind_llvm/src/ |
D | UnwindLevel1.c | 37 unw_cursor_t cursor1; in unwind_phase1() local 38 unw_init_local(&cursor1, uc); in unwind_phase1() 45 int stepResult = unw_step(&cursor1); in unwind_phase1() 61 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1() 73 if ((unw_get_proc_name(&cursor1, functionBuf, sizeof(functionBuf), in unwind_phase1() 78 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1() 96 exception_object, (struct _Unwind_Context *)(&cursor1)); in unwind_phase1() 102 unw_get_reg(&cursor1, UNW_REG_SP, &sp); in unwind_phase1()
|
D | Unwind-EHABI.cpp | 448 unw_cursor_t cursor1; in unwind_phase1() local 449 unw_init_local(&cursor1, uc); in unwind_phase1() 457 int stepResult = unw_step(&cursor1); in unwind_phase1() 473 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1() 485 if ((unw_get_proc_name(&cursor1, functionBuf, sizeof(functionBuf), in unwind_phase1() 490 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1() 508 struct _Unwind_Context *context = (struct _Unwind_Context *)(&cursor1); in unwind_phase1()
|