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

/external/libunwind/src/mi/
H A Dstrerror.c42 case UNW_ESTOPUNWIND: cp = "stop unwinding"; break;
/external/libunwind/tests/
H A Dtest-proc-info.c31 to return -UNW_ESTOPUNWIND to terminate unwinding (though this
53 return -UNW_ESTOPUNWIND;
157 if (ret != -UNW_ESTOPUNWIND)
159 ret, -UNW_ESTOPUNWIND);
162 if (ret != -UNW_ESTOPUNWIND)
164 ret, -UNW_ESTOPUNWIND);
/external/libunwind/src/arm/
H A DGstep.c51 if (ret == -UNW_ESTOPUNWIND)
218 else if (unlikely (ret == -UNW_ESTOPUNWIND))
229 if (ret == -UNW_ESTOPUNWIND || ret == 0)
H A DGex_tables.c286 * -UNW_ESTOPUNWIND if the special bit pattern ARM_EXIDX_CANT_UNWIND (0x1) was
312 nbuf = -UNW_ESTOPUNWIND;
/external/libunwind/src/sh/
H A DGstep.c110 if (unlikely (ret == -UNW_ESTOPUNWIND))
/external/libunwind/include/
H A Dlibunwind-common.h.in53 UNW_ESTOPUNWIND, /* stop unwinding */
H A Dlibunwind-common.h65 UNW_ESTOPUNWIND, /* stop unwinding */ enumerator in enum:__anon9107
/external/libcxxabi/include/
H A Dlibunwind.h40 UNW_ESTOPUNWIND = -6544, /* stop unwinding */ enumerator in enum:__anon7812
/external/libunwind/src/aarch64/
H A DGstep.c164 if (unlikely (ret == -UNW_ESTOPUNWIND))
/external/libunwind/src/mips/
H A DGstep.c132 if (unlikely (ret == -UNW_ESTOPUNWIND))
/external/libunwind/src/ia64/
H A DGscript.c631 if (ret != -UNW_ESTOPUNWIND)
689 if (ret != -UNW_ESTOPUNWIND)
/external/libunwind/src/x86_64/
H A DGtrace.c344 fails by returning -UNW_ESTOPUNWIND, meaning the routine hit a
369 The function returns a negative value for errors, -UNW_ESTOPUNWIND
513 ret = -UNW_ESTOPUNWIND;

Completed in 285 milliseconds