Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
Dlibunwind.cpp76 return UNW_ESUCCESS; in unw_init_local()
88 return UNW_ESUCCESS; in unw_get_reg()
119 return UNW_ESUCCESS; in unw_set_reg()
134 return UNW_ESUCCESS; in unw_get_fpreg()
153 return UNW_ESUCCESS; in unw_set_fpreg()
177 return UNW_ESUCCESS; in unw_get_proc_info()
198 return UNW_ESUCCESS; in unw_get_proc_name()
DUnwindLevel1.c61 if (unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
74 &offset) != UNW_ESUCCESS) || in unwind_phase1()
158 if (unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
171 &offset) != UNW_ESUCCESS) || in unwind_phase2()
249 if (unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
262 &offset) != UNW_ESUCCESS) || in unwind_phase2_forced()
425 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetLanguageSpecificData()
446 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetRegionStart()
DUnwind-EHABI.cpp450 if (unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
463 &offset) != UNW_ESUCCESS) || in unwind_phase1()
568 if (unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
581 &offset) != UNW_ESUCCESS) || in unwind_phase2()
725 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetLanguageSpecificData()
766 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
782 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
790 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
797 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
820 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
[all …]
DUnwind-seh.cpp250 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
263 &offset) != UNW_ESUCCESS) || in unwind_phase2_forced()
456 return UNW_ESUCCESS; in _unw_init_seh()
463 return UNW_ESUCCESS; in _unw_init_seh()
470 return UNW_ESUCCESS; in _unw_init_seh()
DUnwindRegistersSave.S53 xorl %eax, %eax # return UNW_ESUCCESS
115 xorl %eax, %eax # return UNW_ESUCCESS
223 # return UNW_ESUCCESS
313 # return UNW_ESUCCESS
696 li r3, 0 ; return UNW_ESUCCESS
787 movs r0, #0 @ return UNW_ESUCCESS
796 mov r0, #0 @ return UNW_ESUCCESS
DUnwindLevel1-gcc-ext.c99 if (unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS) in _Unwind_FindEnclosingFunction()
140 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/src/arm/
DGstep.c239 ret = UNW_ESUCCESS; in unw_step()
/external/libunwind_llvm/include/
Dlibunwind.h48 UNW_ESUCCESS = 0, /* no error */ enumerator