Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwindLevel1.c82 int stepResult = __unw_step(cursor); in unwind_phase1() local
83 if (stepResult == 0) { in unwind_phase1()
89 } else if (stepResult < 0) { in unwind_phase1()
185 int stepResult = __unw_step(cursor); in unwind_phase2() local
186 if (stepResult == 0) { in unwind_phase2()
192 } else if (stepResult < 0) { in unwind_phase2()