HomeSort by relevance Sort by last modified time
    Searched refs:_LIBUNWIND_ABORT (Results 1 - 11 of 11) sorted by null

  /external/libunwind_llvm/src/
Registers.hpp 142 _LIBUNWIND_ABORT("unsupported x86 register");
186 _LIBUNWIND_ABORT("unsupported x86 register");
217 _LIBUNWIND_ABORT("no x86 float registers");
221 _LIBUNWIND_ABORT("no x86 float registers");
225 _LIBUNWIND_ABORT("no x86 vector registers");
229 _LIBUNWIND_ABORT("no x86 vector registers");
366 _LIBUNWIND_ABORT("unsupported x86_64 register");
426 _LIBUNWIND_ABORT("unsupported x86_64 register");
505 _LIBUNWIND_ABORT("no x86_64 float registers");
509 _LIBUNWIND_ABORT("no x86_64 float registers")
    [all...]
Unwind-sjlj.c 200 _LIBUNWIND_ABORT("during phase1 personality function said it would "
357 _LIBUNWIND_ABORT("_Unwind_SjLj_Resume() can't return");
379 _LIBUNWIND_ABORT("__Unwind_SjLj_Resume_or_Rethrow() called "
477 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");
488 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");
EHHeaderParser.hpp 61 _LIBUNWIND_ABORT("Unsupported .eh_frame_hdr version");
152 _LIBUNWIND_ABORT("Can't binary search on variable length encoded data.");
156 _LIBUNWIND_ABORT("Unknown DWARF encoding for search table.");
config.h 79 #define _LIBUNWIND_ABORT(msg) \
84 #define _LIBUNWIND_ABORT(msg) \
AddressSpace.hpp 209 _LIBUNWIND_ABORT("truncated uleb128 expression");
214 _LIBUNWIND_ABORT("malformed uleb128 expression");
233 _LIBUNWIND_ABORT("truncated sleb128 expression");
298 _LIBUNWIND_ABORT("unknown pointer encoding");
310 _LIBUNWIND_ABORT("DW_EH_PE_textrel pointer encoding not supported");
317 _LIBUNWIND_ABORT("DW_EH_PE_datarel is invalid with a datarelBase of 0");
321 _LIBUNWIND_ABORT("DW_EH_PE_funcrel pointer encoding not supported");
324 _LIBUNWIND_ABORT("DW_EH_PE_aligned pointer encoding not supported");
327 _LIBUNWIND_ABORT("unknown pointer encoding");
UnwindCursor.hpp 379 virtual bool validReg(int) { _LIBUNWIND_ABORT("validReg not implemented"); }
380 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); }
382 _LIBUNWIND_ABORT("setReg not implemented");
385 _LIBUNWIND_ABORT("validFloatReg not implemented");
388 _LIBUNWIND_ABORT("getFloatReg not implemented");
391 _LIBUNWIND_ABORT("setFloatReg not implemented");
393 virtual int step() { _LIBUNWIND_ABORT("step not implemented"); }
395 _LIBUNWIND_ABORT("getInfo not implemented");
397 virtual void jumpto() { _LIBUNWIND_ABORT("jumpto not implemented"); }
399 _LIBUNWIND_ABORT("isSignalFrame not implemented")
    [all...]
UnwindLevel1-gcc-ext.c 58 _LIBUNWIND_ABORT("_Unwind_Resume_or_Rethrow() called _Unwind_RaiseException()"
70 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");
80 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");
CompactUnwinder.hpp 71 _LIBUNWIND_ABORT("invalid compact unwind encoding");
109 _LIBUNWIND_ABORT("invalid compact unwind encoding");
228 _LIBUNWIND_ABORT("invalid compact unwind encoding");
302 _LIBUNWIND_ABORT("invalid compact unwind encoding");
340 _LIBUNWIND_ABORT("invalid compact unwind encoding");
459 _LIBUNWIND_ABORT("invalid compact unwind encoding");
528 _LIBUNWIND_ABORT("invalid compact unwind encoding");
DwarfInstructions.hpp 104 _LIBUNWIND_ABORT("unsupported restore location for register");
127 _LIBUNWIND_ABORT("unsupported restore location for float register");
150 _LIBUNWIND_ABORT("unsupported restore location for vector register");
708 _LIBUNWIND_ABORT("DW_OP_fbreg not implemented");
712 _LIBUNWIND_ABORT("DW_OP_piece not implemented");
732 _LIBUNWIND_ABORT("DW_OP_deref_size with bad size");
746 _LIBUNWIND_ABORT("DWARF opcode not implemented");
Unwind-EHABI.cpp 149 _LIBUNWIND_ABORT("Type matching not implemented");
155 _LIBUNWIND_ABORT("Invalid descriptor kind found.");
616 _LIBUNWIND_ABORT("during phase1 personality function said it would "
719 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
809 _LIBUNWIND_ABORT("unsupported register class");
863 _LIBUNWIND_ABORT("unsupported register class");
    [all...]
UnwindLevel1.c 201 _LIBUNWIND_ABORT("during phase1 personality function said it would "
391 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");

Completed in 315 milliseconds