Home
last modified time | relevance | path

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

/third_party/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()
/third_party/libunwind/src/aarch64/
DGtrace.c151 return -UNW_ENOMEM; in trace_cache_expand()
430 Debug (1, "returning %d, cannot get trace cache\n", -UNW_ENOMEM); in tdep_trace()
433 return -UNW_ENOMEM; in tdep_trace()
/third_party/libunwind/src/arm/
DGtrace.c152 return -UNW_ENOMEM; in trace_cache_expand()
432 Debug (1, "returning %d, cannot get trace cache\n", -UNW_ENOMEM); in tdep_trace()
435 return -UNW_ENOMEM; in tdep_trace()
/third_party/mesa3d/src/util/
Du_debug_stack.c73 if (ret && ret != -UNW_ENOMEM) { in symbol_name_cached()
78 if (asprintf(&name, "%s%s", procname, ret == -UNW_ENOMEM ? "..." : "") == -1) in symbol_name_cached()
/third_party/libunwind/src/x86_64/
DGtrace.c150 return -UNW_ENOMEM; in trace_cache_expand()
428 Debug (1, "returning %d, cannot get trace cache\n", -UNW_ENOMEM); in tdep_trace()
431 return -UNW_ENOMEM; in tdep_trace()
/third_party/libunwind/src/ia64/
DGinit.c402 return -UNW_ENOMEM; in ia64_uc_access_reg()
470 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()
/third_party/libunwind/src/ptrace/
D_UPT_find_proc_info.c121 return -UNW_ENOMEM; in _UPT_find_proc_info()
/third_party/libunwind/src/coredump/
D_UCD_find_proc_info.c142 return -UNW_ENOMEM; in _UCD_find_proc_info()
/third_party/libunwind/include/
Dlibunwind-common.h54 UNW_ENOMEM, /* out of memory */ enumerator
Dlibunwind-common.h.in63 UNW_ENOMEM, /* out of memory */ enumerator
/third_party/libunwind/src/
Delfxx.c146 ? -UNW_ENOMEM : 0); in elf_w()
372 if (ret_mdi == 0 || ret_mdi == -UNW_ENOMEM) in elf_w()
/third_party/libunwind/src/dwarf/
DGfde.c349 return -UNW_ENOMEM; in dwarf_extract_proc_info_from_fde()
DGparser.c275 ret = -UNW_ENOMEM; in run_cfi_program()
594 return -UNW_ENOMEM; in dwarf_flush_rs_cache()