Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/src/
H A DUnwindLevel1.c46 int stepResult = unw_step(cursor); in unwind_phase1() local
47 if (stepResult == 0) { in unwind_phase1()
52 } else if (stepResult < 0) { in unwind_phase1()
142 int stepResult = unw_step(cursor); in unwind_phase2() local
143 if (stepResult == 0) { in unwind_phase2()
148 } else if (stepResult < 0) { in unwind_phase2()