Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindLevel1.c63 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
77 &offset) != UNW_ESUCCESS) || in unwind_phase1()
162 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
176 &offset) != UNW_ESUCCESS) || in unwind_phase2()
254 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
267 &offset) != UNW_ESUCCESS) || in unwind_phase2_forced()
430 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetLanguageSpecificData()
451 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetRegionStart()
Dlibunwind.cpp76 return UNW_ESUCCESS; in __unw_init_local()
89 return UNW_ESUCCESS; in _LIBUNWIND_WEAK_ALIAS()
121 return UNW_ESUCCESS; in _LIBUNWIND_WEAK_ALIAS()
136 return UNW_ESUCCESS; in _LIBUNWIND_WEAK_ALIAS()
155 return UNW_ESUCCESS; in _LIBUNWIND_WEAK_ALIAS()
178 return UNW_ESUCCESS; in _LIBUNWIND_WEAK_ALIAS()
199 return UNW_ESUCCESS; in _LIBUNWIND_WEAK_ALIAS()
DUnwind-EHABI.cpp456 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
470 &offset) != UNW_ESUCCESS) || in unwind_phase1()
575 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
589 &offset) != UNW_ESUCCESS) || in unwind_phase2()
733 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetLanguageSpecificData()
774 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
790 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
798 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
805 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
828 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
[all …]
DUnwind-seh.cpp240 if (__unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
253 &offset) != UNW_ESUCCESS) || in unwind_phase2_forced()
446 return UNW_ESUCCESS; in __unw_init_seh()
453 return UNW_ESUCCESS; in __unw_init_seh()
460 return UNW_ESUCCESS; in __unw_init_seh()
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()
DUnwindRegistersSave.S53 xorl %eax, %eax # return UNW_ESUCCESS
115 xorl %eax, %eax # return UNW_ESUCCESS
223 # return UNW_ESUCCESS
313 # return UNW_ESUCCESS
795 movs r0, #0 @ return UNW_ESUCCESS
804 mov r0, #0 @ return UNW_ESUCCESS
/external/llvm-project/libunwind/test/
Dunw_getcontext.pass.cpp7 assert(ret == UNW_ESUCCESS); in main()
Dlibunwind_01.pass.cpp47 if (ret != UNW_ESUCCESS) in test_no_info()
/external/llvm-project/libunwind/include/
Dlibunwind.h54 UNW_ESUCCESS = 0, /* no error */ enumerator