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()
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()
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()
1004 if (unw_step(cursor) != UNW_STEP_SUCCESS) in __gnu_unwind_frame()
DUnwindCursor.hpp455 return UNW_STEP_SUCCESS; in stepWithEHABI()
1309 if (result == UNW_STEP_SUCCESS) { in step()
DDwarfInstructions.hpp209 return UNW_STEP_SUCCESS; in stepWithDwarf()