Searched refs:UNW_ENOMEM (Results 1 – 16 of 16) sorted by relevance
/third_party/libunwind/src/mi/ |
D | strerror.c | 39 case UNW_ENOMEM: cp = "out of memory"; break; in unw_strerror()
|
D | Gdyn-remote.c | 76 ret = -UNW_ENOMEM; in intern_regions() 109 ret = -UNW_ENOMEM; in intern_array()
|
D | Gget_proc_name.c | 45 return -UNW_ENOMEM; in intern_string()
|
/third_party/libunwind/src/aarch64/ |
D | Gtrace.c | 151 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/ |
D | Gtrace.c | 152 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/ |
D | u_debug_stack.c | 73 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/ |
D | Gtrace.c | 150 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/ |
D | Ginit.c | 402 return -UNW_ENOMEM; in ia64_uc_access_reg() 470 return -UNW_ENOMEM; in ia64_uc_access_fpreg()
|
D | Gtables.c | 344 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.c | 121 return -UNW_ENOMEM; in _UPT_find_proc_info()
|
/third_party/libunwind/src/coredump/ |
D | _UCD_find_proc_info.c | 142 return -UNW_ENOMEM; in _UCD_find_proc_info()
|
/third_party/libunwind/include/ |
D | libunwind-common.h | 54 UNW_ENOMEM, /* out of memory */ enumerator
|
D | libunwind-common.h.in | 63 UNW_ENOMEM, /* out of memory */ enumerator
|
/third_party/libunwind/src/ |
D | elfxx.c | 146 ? -UNW_ENOMEM : 0); in elf_w() 372 if (ret_mdi == 0 || ret_mdi == -UNW_ENOMEM) in elf_w()
|
/third_party/libunwind/src/dwarf/ |
D | Gfde.c | 349 return -UNW_ENOMEM; in dwarf_extract_proc_info_from_fde()
|
D | Gparser.c | 275 ret = -UNW_ENOMEM; in run_cfi_program() 594 return -UNW_ENOMEM; in dwarf_flush_rs_cache()
|