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()
135 int stepResult = unw_step(&cursor2); in unwind_phase2() local
136 if (stepResult == 0) { in unwind_phase2()
141 } else if (stepResult < 0) { in unwind_phase2()
DUnwind-EHABI.cpp449 int stepResult = unw_step(&cursor1); in unwind_phase1() local
450 if (stepResult == 0) { in unwind_phase1()
455 } else if (stepResult < 0) { in unwind_phase1()
579 int stepResult = unw_step(&cursor2); in unwind_phase2() local
580 if (stepResult == 0) { in unwind_phase2()
585 } else if (stepResult < 0) { in unwind_phase2()