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

  /external/libunwind/src/mi/
strerror.c 39 case UNW_ENOMEM: cp = "out of memory"; break;
Gget_proc_name.c 45 return -UNW_ENOMEM;
Gdyn-remote.c 76 ret = -UNW_ENOMEM;
109 ret = -UNW_ENOMEM;
  /external/libunwind/src/x86_64/
Gtrace.c 149 return -UNW_ENOMEM;
426 Debug (1, "returning %d, cannot get trace cache\n", -UNW_ENOMEM);
429 return -UNW_ENOMEM;
  /external/libunwind/src/coredump/
_UCD_find_proc_info.c 138 return -UNW_ENOMEM;
  /external/libunwind/src/ptrace/
_UPT_find_proc_info.c 127 return -UNW_ENOMEM;
  /external/libunwind/src/
elfxx.c 149 ? -UNW_ENOMEM : 0);
333 if (ret_mdi == 0 || ret_mdi == -UNW_ENOMEM)
  /external/libunwind/include/
libunwind-common.h.in 50 UNW_ENOMEM, /* out of memory */
libunwind-common.h 54 UNW_ENOMEM, /* out of memory */
  /external/libunwind/src/ia64/
Ginit.c 431 return -UNW_ENOMEM;
499 return -UNW_ENOMEM;
Gtables.c 344 return -UNW_ENOMEM;
417 return -UNW_ENOMEM;
  /external/libcxxabi/include/
libunwind.h 43 UNW_ENOMEM = -6541, /* out of memory */
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 43 UNW_ENOMEM = -6541, /* out of memory */
  /external/libunwind/src/dwarf/
Gfde.c 339 return -UNW_ENOMEM;
Gparser.c 243 ret = -UNW_ENOMEM;
885 return -UNW_ENOMEM;
916 return -UNW_ENOMEM;
  /external/strace/
unwind.c 288 if (rc != -UNW_ENOMEM) {
  /external/ltrace/
output.c 762 if (rc == 0 || rc == -UNW_ENOMEM)

Completed in 726 milliseconds