Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/src/
H A DUnwind-seh.cpp236 unw_cursor_t cursor2; in unwind_phase2_forced() local
237 unw_init_local(&cursor2, uc); in unwind_phase2_forced()
240 while (unw_step(&cursor2) > 0) { in unwind_phase2_forced()
244 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
256 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
272 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()
292 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2_forced()
307 unw_resume(&cursor2); in unwind_phase2_forced()
328 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()