Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dlibunwind_ext.h18 #define UNW_STEP_SUCCESS 1 macro
DCompactUnwinder.hpp115 return UNW_STEP_SUCCESS; in stepWithCompactEncodingEBPFrame()
233 return UNW_STEP_SUCCESS; in stepWithCompactEncodingFrameless()
344 return UNW_STEP_SUCCESS; in stepWithCompactEncodingRBPFrame()
462 return UNW_STEP_SUCCESS; in stepWithCompactEncodingFrameless()
606 return UNW_STEP_SUCCESS; in stepWithCompactEncodingFrameless()
687 return UNW_STEP_SUCCESS; in stepWithCompactEncodingFrame()
DUnwindCursor.hpp1276 result = UNW_STEP_SUCCESS; in step()
1279 result = UNW_STEP_SUCCESS; in step()
1287 if (result == UNW_STEP_SUCCESS) { in step()
DDwarfInstructions.hpp209 return UNW_STEP_SUCCESS; in stepWithDwarf()