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/src/mips/
Gstep.c 40 if (unlikely (ret == -UNW_ESTOPUNWIND))
  /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 55 if (ret == -UNW_ESTOPUNWIND)
226 else if (unlikely (ret == -UNW_ESTOPUNWIND))
237 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 57 UNW_ESTOPUNWIND, /* stop unwinding */
  /external/libcxxabi/include/
libunwind.h 46 UNW_ESTOPUNWIND = -6544, /* stop unwinding */