Home
last modified time | relevance | path

Searched refs:UNW_ESUCCESS (Results 1 – 9 of 9) sorted by relevance

/third_party/libunwind/src/coredump/
D_UCD_corefile_elf.c73 ret = UNW_ESUCCESS; in _UCD_elf_read_segment()
99 int ret = UNW_ESUCCESS; in _UCD_elf_visit_notes()
117 if (ret != UNW_ESUCCESS) in _UCD_elf_visit_notes()
D_UCD_get_threadinfo_prstatus.c48 return UNW_ESUCCESS; in _count_thread_notes()
68 return UNW_ESUCCESS; in _save_thread_notes()
100 if (ret == UNW_ESUCCESS) in _UCD_get_threadinfo()
D_UCD_get_mapinfo_linux.c101 return UNW_ESUCCESS; in _handle_file_note()
116 int ret = UNW_ESUCCESS; /* it's OK if there are no file mappings */ in _UCD_get_mapinfo()
125 if (ret == UNW_ESUCCESS) in _UCD_get_mapinfo()
D_UCD_get_mapinfo_generic.c31 int ret = UNW_ESUCCESS; /* it's OK if there are no file mappings */ in _UCD_get_mapinfo()
D_UCD_create.c179 if (ret != UNW_ESUCCESS) { in _UCD_create()
185 if (ret != UNW_ESUCCESS) { in _UCD_create()
/third_party/libunwind/src/mi/
Dstrerror.c37 case UNW_ESUCCESS: cp = "no error"; break; in unw_strerror()
/third_party/libunwind/src/arm/
DGstep.c161 ret = UNW_ESUCCESS; in unw_step()
/third_party/libunwind/include/
Dlibunwind-common.h52 UNW_ESUCCESS = 0, /* no error */ enumerator
Dlibunwind-common.h.in61 UNW_ESUCCESS = 0, /* no error */ enumerator