Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1.c30 unw_cursor_t cursor1; in unwind_phase1() local
31 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()
66 if ((unw_get_proc_name(&cursor1, functionBuf, sizeof(functionBuf), in unwind_phase1()
71 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1()
89 exception_object, (struct _Unwind_Context *)(&cursor1)); in unwind_phase1()
95 unw_get_reg(&cursor1, UNW_REG_SP, &sp); in unwind_phase1()
DUnwind-EHABI.cpp441 unw_cursor_t cursor1; in unwind_phase1() local
442 unw_init_local(&cursor1, uc); in unwind_phase1()
449 int stepResult = unw_step(&cursor1); in unwind_phase1()
464 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
476 if ((unw_get_proc_name(&cursor1, functionBuf, sizeof(functionBuf), in unwind_phase1()
481 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1()
499 struct _Unwind_Context *context = (struct _Unwind_Context *)(&cursor1); in unwind_phase1()