Home
last modified time | relevance | path

Searched refs:UNW_ENOMEM (Results 1 – 14 of 14) sorted by relevance

/external/libunwind/src/x86_64/
DGtrace.c149 return -UNW_ENOMEM; in trace_cache_expand()
426 Debug (1, "returning %d, cannot get trace cache\n", -UNW_ENOMEM); in tdep_trace()
429 return -UNW_ENOMEM; in tdep_trace()
/external/libunwind/src/mi/
Dstrerror.c39 case UNW_ENOMEM: cp = "out of memory"; break; in unw_strerror()
DGdyn-remote.c76 ret = -UNW_ENOMEM; in intern_regions()
109 ret = -UNW_ENOMEM; in intern_array()
DGget_proc_name.c45 return -UNW_ENOMEM; in intern_string()
/external/libunwind/src/ptrace/
D_UPT_find_proc_info.c127 return -UNW_ENOMEM; in _UPT_find_proc_info()
/external/libunwind/src/ia64/
DGinit.c431 return -UNW_ENOMEM; in ia64_uc_access_reg()
499 return -UNW_ENOMEM; in ia64_uc_access_fpreg()
DGtables.c344 return -UNW_ENOMEM; in unw_search_ia64_unwind_table()
417 return -UNW_ENOMEM; in get_kernel_table()
/external/libunwind/src/coredump/
D_UCD_find_proc_info.c138 return -UNW_ENOMEM; in _UCD_find_proc_info()
/external/libunwind/include/
Dlibunwind-common.h62 UNW_ENOMEM, /* out of memory */ enumerator
Dlibunwind-common.h.in50 UNW_ENOMEM, /* out of memory */ enumerator
/external/libunwind/src/dwarf/
DGparser.c243 ret = -UNW_ENOMEM; in run_cfi_program()
885 return -UNW_ENOMEM; in dwarf_find_save_locs()
916 return -UNW_ENOMEM; in dwarf_find_save_locs()
DGfde.c355 return -UNW_ENOMEM; in dwarf_extract_proc_info_from_fde()
/external/libunwind_llvm/include/
Dlibunwind.h37 UNW_ENOMEM = -6541, /* out of memory */ enumerator
/external/strace/
Dunwind.c283 if (rc != -UNW_ENOMEM) { in get_symbol_name()