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

/external/libcxxabi/src/Unwind/
H A Dconfig.h48 #define _LIBUNWIND_ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg) macro
76 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg) macro
H A DRegisters.hpp134 _LIBUNWIND_ABORT("unsupported x86 register");
170 _LIBUNWIND_ABORT("unsupported x86 register");
201 _LIBUNWIND_ABORT("no x86 float registers");
205 _LIBUNWIND_ABORT("no x86 float registers");
209 _LIBUNWIND_ABORT("no x86 vector registers");
213 _LIBUNWIND_ABORT("no x86 vector registers");
342 _LIBUNWIND_ABORT("unsupported x86_64 register");
402 _LIBUNWIND_ABORT("unsupported x86_64 register");
449 _LIBUNWIND_ABORT("no x86_64 float registers");
453 _LIBUNWIND_ABORT("n
[all...]
H A DAddressSpace.hpp149 _LIBUNWIND_ABORT("truncated uleb128 expression");
154 _LIBUNWIND_ABORT("malformed uleb128 expression");
173 _LIBUNWIND_ABORT("truncated sleb128 expression");
238 _LIBUNWIND_ABORT("unknown pointer encoding");
250 _LIBUNWIND_ABORT("DW_EH_PE_textrel pointer encoding not supported");
253 _LIBUNWIND_ABORT("DW_EH_PE_datarel pointer encoding not supported");
256 _LIBUNWIND_ABORT("DW_EH_PE_funcrel pointer encoding not supported");
259 _LIBUNWIND_ABORT("DW_EH_PE_aligned pointer encoding not supported");
262 _LIBUNWIND_ABORT("unknown pointer encoding");
H A DUnwind-sjlj.c164 _LIBUNWIND_ABORT("during phase1 personality function said it would "
321 _LIBUNWIND_ABORT("_Unwind_SjLj_Resume() can't return");
343 _LIBUNWIND_ABORT("__Unwind_SjLj_Resume_or_Rethrow() called "
441 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");
452 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");
H A DUnwindLevel1-gcc-ext.c54 _LIBUNWIND_ABORT("_Unwind_Resume_or_Rethrow() called _Unwind_RaiseException()"
66 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");
76 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");
H A DCompactUnwinder.hpp71 _LIBUNWIND_ABORT("invalid compact unwind encoding");
109 _LIBUNWIND_ABORT("invalid compact unwind encoding");
228 _LIBUNWIND_ABORT("invalid compact unwind encoding");
300 _LIBUNWIND_ABORT("invalid compact unwind encoding");
338 _LIBUNWIND_ABORT("invalid compact unwind encoding");
457 _LIBUNWIND_ABORT("invalid compact unwind encoding");
524 _LIBUNWIND_ABORT("invalid compact unwind encoding");
H A DDwarfInstructions.hpp105 _LIBUNWIND_ABORT("unsupported restore location for register");
128 _LIBUNWIND_ABORT("unsupported restore location for float register");
151 _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");
H A DUnwindLevel1.c189 _LIBUNWIND_ABORT("during phase1 personality function said it would "
374 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
H A DUnwind-EHABI.cpp150 _LIBUNWIND_ABORT("Type matching not implemented");
156 _LIBUNWIND_ABORT("Invalid descriptor kind found.");
637 _LIBUNWIND_ABORT("during phase1 personality function said it would "
737 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
H A DUnwindCursor.hpp752 _LIBUNWIND_ABORT("unknown personality routine");
758 _LIBUNWIND_ABORT("index inlined table detected but pr function "

Completed in 553 milliseconds