Searched refs:UNW_ESUCCESS (Results 1 – 12 of 12) sorted by relevance
/external/libunwind_llvm/src/ |
D | libunwind.cpp | 76 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()
|
D | UnwindLevel1.c | 61 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()
|
D | Unwind-EHABI.cpp | 450 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 …]
|
D | Unwind-seh.cpp | 250 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()
|
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 696 li r3, 0 ; return UNW_ESUCCESS 787 movs r0, #0 @ return UNW_ESUCCESS 796 mov r0, #0 @ return UNW_ESUCCESS
|
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()
|
/external/libunwind_llvm/test/ |
D | unw_getcontext.pass.cpp | 7 assert(ret == UNW_ESUCCESS); in main()
|
/external/libunwind/src/mi/ |
D | strerror.c | 37 case UNW_ESUCCESS: cp = "no error"; break; in unw_strerror()
|
/external/libunwind/include/ |
D | libunwind-common.h | 60 UNW_ESUCCESS = 0, /* no error */ enumerator
|
D | libunwind-common.h.in | 48 UNW_ESUCCESS = 0, /* no error */ enumerator
|
/external/libunwind/src/arm/ |
D | Gstep.c | 239 ret = UNW_ESUCCESS; in unw_step()
|
/external/libunwind_llvm/include/ |
D | libunwind.h | 48 UNW_ESUCCESS = 0, /* no error */ enumerator
|