Searched refs:UNW_ESUCCESS (Results 1 - 10 of 10) sorted by relevance

/external/libunwind/src/mi/
H A Dstrerror.c37 case UNW_ESUCCESS: cp = "no error"; break;
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c53 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
65 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
148 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
160 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
236 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
248 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
406 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
476 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
H A Dlibunwind.cpp65 return UNW_ESUCCESS;
101 return UNW_ESUCCESS;
162 return UNW_ESUCCESS;
181 return UNW_ESUCCESS;
195 return UNW_ESUCCESS;
214 return UNW_ESUCCESS;
238 return UNW_ESUCCESS;
258 return UNW_ESUCCESS;
H A DUnwind-EHABI.cpp467 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
479 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
594 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
606 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
746 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
792 *(unw_word_t *)valuep) == UNW_ESUCCESS
799 *(unw_word_t *)valuep) == UNW_ESUCCESS
815 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS
822 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS
840 (unw_word_t *)valuep) == UNW_ESUCCESS
[all...]
H A DUnwindLevel1-gcc-ext.c92 if (unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS)
126 if (unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) {
H A DUnwindRegistersSave.S52 xorl %eax, %eax # return UNW_ESUCCESS
87 xorl %eax, %eax # return UNW_ESUCCESS
229 li r3, 0 ; return UNW_ESUCCESS
280 ldr x0, #0 ; return UNW_ESUCCESS
306 mov r0, #0 @ return UNW_ESUCCESS
/external/libunwind/include/
H A Dlibunwind-common.h.in48 UNW_ESUCCESS = 0, /* no error */
H A Dlibunwind-common.h52 UNW_ESUCCESS = 0, /* no error */ enumerator in enum:__anon24656
/external/libcxxabi/include/
H A Dlibunwind.h41 UNW_ESUCCESS = 0, /* no error */ enumerator in enum:__anon23592
/external/libunwind/src/arm/
H A DGstep.c247 ret = UNW_ESUCCESS;

Completed in 160 milliseconds