Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwind-seh.cpp232 unw_cursor_t cursor2; in unwind_phase2_forced() local
233 __unw_init_local(&cursor2, uc); in unwind_phase2_forced()
236 while (__unw_step(&cursor2) > 0) { in unwind_phase2_forced()
240 if (__unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
253 if ((__unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
270 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()
290 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2_forced()
305 __unw_resume(&cursor2); in unwind_phase2_forced()
326 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()