Home
last modified time | relevance | path

Searched refs:_LIBUNWIND_ABORT (Results 1 – 11 of 11) sorted by relevance

/external/libunwind_llvm/src/
DRegisters.hpp134 _LIBUNWIND_ABORT("unsupported x86 register"); in getRegister()
170 _LIBUNWIND_ABORT("unsupported x86 register"); in setRegister()
201 _LIBUNWIND_ABORT("no x86 float registers"); in getFloatRegister()
205 _LIBUNWIND_ABORT("no x86 float registers"); in setFloatRegister()
209 _LIBUNWIND_ABORT("no x86 vector registers"); in getVectorRegister()
213 _LIBUNWIND_ABORT("no x86 vector registers"); in setVectorRegister()
342 _LIBUNWIND_ABORT("unsupported x86_64 register"); in getRegister()
402 _LIBUNWIND_ABORT("unsupported x86_64 register"); in setRegister()
449 _LIBUNWIND_ABORT("no x86_64 float registers"); in getFloatRegister()
453 _LIBUNWIND_ABORT("no x86_64 float registers"); in setFloatRegister()
[all …]
DAddressSpace.hpp176 _LIBUNWIND_ABORT("truncated uleb128 expression"); in getULEB128()
181 _LIBUNWIND_ABORT("malformed uleb128 expression"); in getULEB128()
200 _LIBUNWIND_ABORT("truncated sleb128 expression"); in getSLEB128()
265 _LIBUNWIND_ABORT("unknown pointer encoding"); in getEncodedP()
277 _LIBUNWIND_ABORT("DW_EH_PE_textrel pointer encoding not supported"); in getEncodedP()
284 _LIBUNWIND_ABORT("DW_EH_PE_datarel is invalid with a datarelBase of 0"); in getEncodedP()
288 _LIBUNWIND_ABORT("DW_EH_PE_funcrel pointer encoding not supported"); in getEncodedP()
291 _LIBUNWIND_ABORT("DW_EH_PE_aligned pointer encoding not supported"); in getEncodedP()
294 _LIBUNWIND_ABORT("unknown pointer encoding"); in getEncodedP()
DUnwind-sjlj.c164 _LIBUNWIND_ABORT("during phase1 personality function said it would " in unwind_phase2()
321 _LIBUNWIND_ABORT("_Unwind_SjLj_Resume() can't return"); in _Unwind_SjLj_Resume()
343 _LIBUNWIND_ABORT("__Unwind_SjLj_Resume_or_Rethrow() called " in _Unwind_SjLj_Resume_or_Rethrow()
441 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented"); in _Unwind_GetDataRelBase()
452 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented"); in _Unwind_GetTextRelBase()
DUnwindCursor.hpp377 virtual bool validReg(int) { _LIBUNWIND_ABORT("validReg not implemented"); } in validReg()
378 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); } in getReg()
380 _LIBUNWIND_ABORT("setReg not implemented"); in setReg()
383 _LIBUNWIND_ABORT("validFloatReg not implemented"); in validFloatReg()
386 _LIBUNWIND_ABORT("getFloatReg not implemented"); in getFloatReg()
389 _LIBUNWIND_ABORT("setFloatReg not implemented"); in setFloatReg()
391 virtual int step() { _LIBUNWIND_ABORT("step not implemented"); } in step()
393 _LIBUNWIND_ABORT("getInfo not implemented"); in getInfo()
395 virtual void jumpto() { _LIBUNWIND_ABORT("jumpto not implemented"); } in jumpto()
397 _LIBUNWIND_ABORT("isSignalFrame not implemented"); in isSignalFrame()
[all …]
DEHHeaderParser.hpp62 _LIBUNWIND_ABORT("Unsupported .eh_frame_hdr version"); in decodeEHHdr()
151 _LIBUNWIND_ABORT("Can't binary search on variable length encoded data."); in getTableEntrySize()
155 _LIBUNWIND_ABORT("Unknown DWARF encoding for search table."); in getTableEntrySize()
DUnwindLevel1-gcc-ext.c58 _LIBUNWIND_ABORT("_Unwind_Resume_or_Rethrow() called _Unwind_RaiseException()" in _Unwind_Resume_or_Rethrow()
70 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented"); in _Unwind_GetDataRelBase()
80 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented"); in _Unwind_GetTextRelBase()
Dconfig.h51 #define _LIBUNWIND_ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg) macro
83 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg) macro
DDwarfInstructions.hpp105 _LIBUNWIND_ABORT("unsupported restore location for register"); in getSavedRegister()
128 _LIBUNWIND_ABORT("unsupported restore location for float register"); in getSavedFloatRegister()
151 _LIBUNWIND_ABORT("unsupported restore location for vector register"); in getSavedVectorRegister()
709 _LIBUNWIND_ABORT("DW_OP_fbreg not implemented"); in evaluateExpression()
713 _LIBUNWIND_ABORT("DW_OP_piece not implemented"); in evaluateExpression()
733 _LIBUNWIND_ABORT("DW_OP_deref_size with bad size"); in evaluateExpression()
747 _LIBUNWIND_ABORT("dwarf opcode not implemented"); in evaluateExpression()
DCompactUnwinder.hpp71 _LIBUNWIND_ABORT("invalid compact unwind encoding"); in stepWithCompactEncoding()
109 _LIBUNWIND_ABORT("invalid compact unwind encoding"); in stepWithCompactEncodingEBPFrame()
228 _LIBUNWIND_ABORT("invalid compact unwind encoding"); in stepWithCompactEncodingFrameless()
300 _LIBUNWIND_ABORT("invalid compact unwind encoding"); in stepWithCompactEncoding()
338 _LIBUNWIND_ABORT("invalid compact unwind encoding"); in stepWithCompactEncodingRBPFrame()
457 _LIBUNWIND_ABORT("invalid compact unwind encoding"); in stepWithCompactEncodingFrameless()
524 _LIBUNWIND_ABORT("invalid compact unwind encoding"); in stepWithCompactEncoding()
DUnwind-EHABI.cpp148 _LIBUNWIND_ABORT("Type matching not implemented"); in ProcessDescriptors()
154 _LIBUNWIND_ABORT("Invalid descriptor kind found."); in ProcessDescriptors()
652 _LIBUNWIND_ABORT("during phase1 personality function said it would " in unwind_phase2()
753 _LIBUNWIND_ABORT("_Unwind_Resume() can't return"); in _Unwind_Resume()
837 _LIBUNWIND_ABORT("unsupported register class"); in _Unwind_VRS_Set()
885 _LIBUNWIND_ABORT("unsupported register class"); in _Unwind_VRS_Get_Internal()
971 _LIBUNWIND_ABORT("unsupported register class"); in _Unwind_VRS_Pop()
DUnwindLevel1.c203 _LIBUNWIND_ABORT("during phase1 personality function said it would " in unwind_phase2()
392 _LIBUNWIND_ABORT("_Unwind_Resume() can't return"); in _Unwind_Resume()