Searched refs:_LIBUNWIND_ABORT (Results 1 - 12 of 12) sorted by relevance

/barrelfish-master/lib/cxx/unwind/
H A DAddressSpace.hpp260 _LIBUNWIND_ABORT("truncated uleb128 expression");
265 _LIBUNWIND_ABORT("malformed uleb128 expression");
284 _LIBUNWIND_ABORT("truncated sleb128 expression");
349 _LIBUNWIND_ABORT("unknown pointer encoding");
361 _LIBUNWIND_ABORT("DW_EH_PE_textrel pointer encoding not supported");
368 _LIBUNWIND_ABORT("DW_EH_PE_datarel is invalid with a datarelBase of 0");
372 _LIBUNWIND_ABORT("DW_EH_PE_funcrel pointer encoding not supported");
375 _LIBUNWIND_ABORT("DW_EH_PE_aligned pointer encoding not supported");
378 _LIBUNWIND_ABORT("unknown pointer encoding");
H A DRegisters.hpp154 _LIBUNWIND_ABORT("unsupported x86 register");
198 _LIBUNWIND_ABORT("unsupported x86 register");
229 _LIBUNWIND_ABORT("no x86 float registers");
233 _LIBUNWIND_ABORT("no x86 float registers");
237 _LIBUNWIND_ABORT("no x86 vector registers");
241 _LIBUNWIND_ABORT("no x86 vector registers");
379 _LIBUNWIND_ABORT("unsupported x86_64 register");
439 _LIBUNWIND_ABORT("unsupported x86_64 register");
518 _LIBUNWIND_ABORT("no x86_64 float registers");
522 _LIBUNWIND_ABORT("n
[all...]
H A DUnwind-seh.cpp57 _LIBUNWIND_ABORT("SEH cleanup called on non-SEH exception");
146 _LIBUNWIND_ABORT("Personality continued unwind at the target frame!");
155 _LIBUNWIND_ABORT("Personality indicated exception handler in phase 2!");
164 _LIBUNWIND_ABORT("RtlUnwindEx() failed");
173 _LIBUNWIND_ABORT("Personality installed context during phase 1!");
200 _LIBUNWIND_ABORT("RtlUnwindEx() failed");
406 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
H A DUnwind-sjlj.c206 _LIBUNWIND_ABORT("during phase1 personality function said it would "
366 _LIBUNWIND_ABORT("_Unwind_SjLj_Resume() can't return");
388 _LIBUNWIND_ABORT("__Unwind_SjLj_Resume_or_Rethrow() called "
489 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");
500 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");
H A Dconfig.h117 #define _LIBUNWIND_ABORT(msg) \ macro
122 #define _LIBUNWIND_ABORT(msg) \ macro
H A DEHHeaderParser.hpp157 _LIBUNWIND_ABORT("Can't binary search on variable length encoded data.");
161 _LIBUNWIND_ABORT("Unknown DWARF encoding for search table.");
H A DUnwindLevel1-gcc-ext.c61 _LIBUNWIND_ABORT("_Unwind_Resume_or_Rethrow() called _Unwind_RaiseException()"
73 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");
83 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");
H A DDwarfInstructions.hpp102 _LIBUNWIND_ABORT("unsupported restore location for register");
125 _LIBUNWIND_ABORT("unsupported restore location for float register");
148 _LIBUNWIND_ABORT("unsupported restore location for vector register");
767 _LIBUNWIND_ABORT("DW_OP_fbreg not implemented");
771 _LIBUNWIND_ABORT("DW_OP_piece not implemented");
791 _LIBUNWIND_ABORT("DW_OP_deref_size with bad size");
805 _LIBUNWIND_ABORT("DWARF opcode not implemented");
H A DCompactUnwinder.hpp70 _LIBUNWIND_ABORT("invalid compact unwind encoding");
108 _LIBUNWIND_ABORT("invalid compact unwind encoding");
227 _LIBUNWIND_ABORT("invalid compact unwind encoding");
301 _LIBUNWIND_ABORT("invalid compact unwind encoding");
339 _LIBUNWIND_ABORT("invalid compact unwind encoding");
458 _LIBUNWIND_ABORT("invalid compact unwind encoding");
527 _LIBUNWIND_ABORT("invalid compact unwind encoding");
H A DUnwindCursor.hpp417 virtual bool validReg(int) { _LIBUNWIND_ABORT("validReg not implemented"); }
418 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); }
420 _LIBUNWIND_ABORT("setReg not implemented");
423 _LIBUNWIND_ABORT("validFloatReg not implemented");
426 _LIBUNWIND_ABORT("getFloatReg not implemented");
429 _LIBUNWIND_ABORT("setFloatReg not implemented");
431 virtual int step() { _LIBUNWIND_ABORT("step not implemented"); }
433 _LIBUNWIND_ABORT("getInfo not implemented");
435 virtual void jumpto() { _LIBUNWIND_ABORT("jumpto not implemented"); }
437 _LIBUNWIND_ABORT("isSignalFram
[all...]
H A DUnwind-EHABI.cpp150 _LIBUNWIND_ABORT("Type matching not implemented");
156 _LIBUNWIND_ABORT("Invalid descriptor kind found.");
619 _LIBUNWIND_ABORT("during phase1 personality function said it would "
722 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
812 _LIBUNWIND_ABORT("unsupported register class");
866 _LIBUNWIND_ABORT("unsupported register class");
961 _LIBUNWIND_ABORT("unsupported register class");
H A DUnwindLevel1.c209 _LIBUNWIND_ABORT("during phase1 personality function said it would "
399 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");

Completed in 103 milliseconds