Searched refs:UNW_ENOMEM (Results 1 - 16 of 16) sorted by relevance

/external/libunwind/src/mi/
H A Dstrerror.c39 case UNW_ENOMEM: cp = "out of memory"; break;
H A DGget_proc_name.c45 return -UNW_ENOMEM;
H A DGdyn-remote.c76 ret = -UNW_ENOMEM;
109 ret = -UNW_ENOMEM;
/external/libunwind/src/x86_64/
H A DGtrace.c149 return -UNW_ENOMEM;
426 Debug (1, "returning %d, cannot get trace cache\n", -UNW_ENOMEM);
429 return -UNW_ENOMEM;
/external/libunwind/src/coredump/
H A D_UCD_find_proc_info.c138 return -UNW_ENOMEM;
/external/libunwind/src/ptrace/
H A D_UPT_find_proc_info.c127 return -UNW_ENOMEM;
/external/libunwind/src/
H A Delfxx.c149 ? -UNW_ENOMEM : 0);
333 if (ret_mdi == 0 || ret_mdi == -UNW_ENOMEM)
/external/libunwind/include/
H A Dlibunwind-common.h.in50 UNW_ENOMEM, /* out of memory */
H A Dlibunwind-common.h54 UNW_ENOMEM, /* out of memory */ enumerator in enum:__anon24656
/external/libunwind/src/ia64/
H A DGinit.c431 return -UNW_ENOMEM;
499 return -UNW_ENOMEM;
H A DGtables.c344 return -UNW_ENOMEM;
417 return -UNW_ENOMEM;
/external/libcxxabi/include/
H A Dlibunwind.h43 UNW_ENOMEM = -6541, /* out of memory */ enumerator in enum:__anon23592
/external/libunwind/src/dwarf/
H A DGfde.c339 return -UNW_ENOMEM;
H A DGparser.c243 ret = -UNW_ENOMEM;
885 return -UNW_ENOMEM;
916 return -UNW_ENOMEM;
/external/strace/
H A Dunwind.c288 if (rc != -UNW_ENOMEM) {
/external/ltrace/
H A Doutput.c762 if (rc == 0 || rc == -UNW_ENOMEM)

Completed in 430 milliseconds