Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DCompactUnwinder.hpp115 return UNW_STEP_SUCCESS; in stepWithCompactEncodingEBPFrame()
233 return UNW_STEP_SUCCESS; in stepWithCompactEncodingFrameless()
346 return UNW_STEP_SUCCESS; in stepWithCompactEncodingRBPFrame()
464 return UNW_STEP_SUCCESS; in stepWithCompactEncodingFrameless()
610 return UNW_STEP_SUCCESS; in stepWithCompactEncodingFrameless()
691 return UNW_STEP_SUCCESS; in stepWithCompactEncodingFrame()
Dlibunwind_ext.h20 #define UNW_STEP_SUCCESS 1 macro
DUnwind-EHABI.cpp184 if (unw_step(reinterpret_cast<unw_cursor_t*>(context)) != UNW_STEP_SUCCESS) in unwindOneFrame()
985 if (unw_step(cursor) != UNW_STEP_SUCCESS) in __gnu_unwind_frame()
DUnwindCursor.hpp463 return UNW_STEP_SUCCESS; in stepWithEHABI()
1348 if (result == UNW_STEP_SUCCESS) { in step()
DDwarfInstructions.hpp208 return UNW_STEP_SUCCESS; in stepWithDwarf()