Searched refs:UNW_ESUCCESS (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | UnwindLevel1.c | 63 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()
|
D | libunwind.cpp | 76 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()
|
D | Unwind-EHABI.cpp | 456 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 …]
|
D | Unwind-seh.cpp | 240 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()
|
D | UnwindLevel1-gcc-ext.c | 99 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()
|
D | UnwindRegistersSave.S | 53 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/ |
D | unw_getcontext.pass.cpp | 7 assert(ret == UNW_ESUCCESS); in main()
|
D | libunwind_01.pass.cpp | 47 if (ret != UNW_ESUCCESS) in test_no_info()
|
/external/llvm-project/libunwind/include/ |
D | libunwind.h | 54 UNW_ESUCCESS = 0, /* no error */ enumerator
|