Searched defs:cursor2 (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/tests/
H A Dia64-test-sig.c41 unw_cursor_t cursor, cursor2; local
56 cursor2 = cursor;
57 while (!unw_is_signal_frame (&cursor2))
58 if (unw_step (&cursor2) < 0)
61 if (unw_step (&cursor2) < 0)
64 if (unw_get_reg (&cursor2, UNW_REG_IP, &ip) < 0)
72 if (unw_set_reg (&cursor2, UNW_REG_IP, ip) < 0)
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c124 unw_cursor_t cursor2; local
125 unw_init_local(&cursor2, uc);
135 int stepResult = unw_step(&cursor2);
151 unw_get_reg(&cursor2, UNW_REG_SP, &sp);
152 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
164 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf),
187 (struct _Unwind_Context *)(&cursor2));
208 unw_get_reg(&cursor2, UNW_REG_IP, &pc);
209 unw_get_reg(&cursor2, UNW_REG_SP, &sp);
215 unw_resume(&cursor2);
236 unw_cursor_t cursor2; local
[all...]
H A DUnwind-EHABI.cpp551 unw_cursor_t cursor2; local
552 unw_init_local(&cursor2, uc);
574 unw_set_reg(&cursor2, UNW_REG_IP,
579 int stepResult = unw_step(&cursor2);
595 unw_get_reg(&cursor2, UNW_REG_SP, &sp);
596 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
608 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf),
624 struct _Unwind_Context *context = (struct _Unwind_Context *)(&cursor2);
653 unw_get_reg(&cursor2, UNW_REG_IP, &pc);
654 unw_get_reg(&cursor2, UNW_REG_S
[all...]

Completed in 78 milliseconds