Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindLevel1.c45 int stepResult = __unw_step(cursor); in unwind_phase1() local
46 if (stepResult == 0) { in unwind_phase1()
52 } else if (stepResult < 0) { in unwind_phase1()
143 int stepResult = __unw_step(cursor); in unwind_phase2() local
144 if (stepResult == 0) { in unwind_phase2()
150 } else if (stepResult < 0) { in unwind_phase2()