Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1.c38 int stepResult = unw_step(&cursor1); in unwind_phase1() local
39 if (stepResult == 0) { in unwind_phase1()
44 } else if (stepResult < 0) { in unwind_phase1()
131 int stepResult = unw_step(&cursor2); in unwind_phase2() local
132 if (stepResult == 0) { in unwind_phase2()
137 } else if (stepResult < 0) { in unwind_phase2()
DUnwind-EHABI.cpp418 int stepResult = unw_step(&cursor1); in unwind_phase1() local
419 if (stepResult == 0) { in unwind_phase1()
424 } else if (stepResult < 0) { in unwind_phase1()
544 int stepResult = unw_step(&cursor2); in unwind_phase2() local
545 if (stepResult == 0) { in unwind_phase2()
550 } else if (stepResult < 0) { in unwind_phase2()