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

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindLevel1.c84 int stepResult = __unw_step(cursor); local
85 if (stepResult == 0) {
91 } else if (stepResult < 0) {
190 int stepResult = __unw_step_stage2(cursor); local
191 if (stepResult == 0) {
197 } else if (stepResult < 0) {

Completed in 100 milliseconds