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

  /external/libunwind/src/mi/
strerror.c 42 case UNW_ESTOPUNWIND: cp = "stop unwinding"; break;
  /external/libunwind/tests/
test-proc-info.c 31 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/
Gstep.c 51 if (ret == -UNW_ESTOPUNWIND)
218 else if (unlikely (ret == -UNW_ESTOPUNWIND))
229 if (ret == -UNW_ESTOPUNWIND || ret == 0)
Gex_tables.c 286 * -UNW_ESTOPUNWIND if the special bit pattern ARM_EXIDX_CANT_UNWIND (0x1) was
312 nbuf = -UNW_ESTOPUNWIND;
  /external/libunwind/src/sh/
Gstep.c 110 if (unlikely (ret == -UNW_ESTOPUNWIND))
  /external/libunwind/include/
libunwind-common.h.in 53 UNW_ESTOPUNWIND, /* stop unwinding */
libunwind-common.h 65 UNW_ESTOPUNWIND, /* stop unwinding */
  /external/libcxxabi/include/
libunwind.h 40 UNW_ESTOPUNWIND = -6544, /* stop unwinding */
  /external/libunwind/src/aarch64/
Gstep.c 164 if (unlikely (ret == -UNW_ESTOPUNWIND))
  /external/libunwind/src/mips/
Gstep.c 132 if (unlikely (ret == -UNW_ESTOPUNWIND))
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 46 UNW_ESTOPUNWIND = -6544, /* stop unwinding */
  /external/libunwind/src/ia64/
Gscript.c 631 if (ret != -UNW_ESTOPUNWIND)
689 if (ret != -UNW_ESTOPUNWIND)
  /external/libunwind/src/x86_64/
Gtrace.c 344 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 212 milliseconds