Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c84 int stepResult = __unw_step(cursor); in unwind_phase1() local
85 if (stepResult == 0) { in unwind_phase1()
91 } else if (stepResult < 0) { in unwind_phase1()
190 int stepResult = __unw_step_stage2(cursor); in unwind_phase2() local
191 if (stepResult == 0) { in unwind_phase2()
197 } else if (stepResult < 0) { in unwind_phase2()