Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
Dlibunwind.cpp73 return UNW_ESUCCESS; in unw_init_local()
105 return UNW_ESUCCESS; in unw_init_remote_thread()
167 return UNW_ESUCCESS; in unw_get_reg()
186 return UNW_ESUCCESS; in unw_set_reg()
201 return UNW_ESUCCESS; in unw_get_fpreg()
220 return UNW_ESUCCESS; in unw_set_fpreg()
244 return UNW_ESUCCESS; in unw_get_proc_info()
265 return UNW_ESUCCESS; in unw_get_proc_name()
DUnwindLevel1.c60 if (unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
73 &offset) != UNW_ESUCCESS) || in unwind_phase1()
157 if (unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
170 &offset) != UNW_ESUCCESS) || in unwind_phase2()
248 if (unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
261 &offset) != UNW_ESUCCESS) || in unwind_phase2_forced()
424 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetLanguageSpecificData()
445 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetRegionStart()
DUnwind-EHABI.cpp452 if (unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
465 &offset) != UNW_ESUCCESS) || in unwind_phase1()
570 if (unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
583 &offset) != UNW_ESUCCESS) || in unwind_phase2()
727 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetLanguageSpecificData()
768 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
784 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
792 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
799 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
822 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
[all …]
DUnwindRegistersSave.S52 xorl %eax, %eax # return UNW_ESUCCESS
87 xorl %eax, %eax # return UNW_ESUCCESS
238 li r3, 0 ; return UNW_ESUCCESS
329 movs r0, #0 @ return UNW_ESUCCESS
338 mov r0, #0 @ return UNW_ESUCCESS
DUnwindLevel1-gcc-ext.c96 if (unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS) in _Unwind_FindEnclosingFunction()
137 if (unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) { in _Unwind_Backtrace()
/external/libunwind_llvm/test/
Dunw_getcontext.pass.cpp7 assert(ret == UNW_ESUCCESS); in main()
/external/libunwind/src/mi/
Dstrerror.c37 case UNW_ESUCCESS: cp = "no error"; break; in unw_strerror()
/external/libunwind/include/
Dlibunwind-common.h60 UNW_ESUCCESS = 0, /* no error */ enumerator
Dlibunwind-common.h.in48 UNW_ESUCCESS = 0, /* no error */ enumerator
/external/libunwind_llvm/include/
Dlibunwind.h49 UNW_ESUCCESS = 0, /* no error */ enumerator
/external/libunwind/src/arm/
DGstep.c239 ret = UNW_ESUCCESS; in unw_step()