Searched refs:UNW_ESUCCESS (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | libunwind.cpp | 65 return UNW_ESUCCESS; in unw_init_local() 101 return UNW_ESUCCESS; in unw_init_remote_thread() 162 return UNW_ESUCCESS; in unw_get_reg() 181 return UNW_ESUCCESS; in unw_set_reg() 195 return UNW_ESUCCESS; in unw_get_fpreg() 212 return UNW_ESUCCESS; in unw_set_fpreg() 236 return UNW_ESUCCESS; in unw_get_proc_info() 256 return UNW_ESUCCESS; in unw_get_proc_name()
|
D | UnwindLevel1.c | 54 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1() 66 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1() 148 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2() 160 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2() 239 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced() 251 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced() 409 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetLanguageSpecificData() 480 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetRegionStart()
|
D | Unwind-EHABI.cpp | 434 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1() 446 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1() 561 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2() 573 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2() 712 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetLanguageSpecificData() 758 UNW_ESUCCESS in _Unwind_VRS_Set() 765 UNW_ESUCCESS in _Unwind_VRS_Set() 781 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 788 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 806 UNW_ESUCCESS in _Unwind_VRS_Get_Internal() [all …]
|
D | UnwindRegistersSave.S | 52 xorl %eax, %eax # return UNW_ESUCCESS 87 xorl %eax, %eax # return UNW_ESUCCESS 229 li r3, 0 ; return UNW_ESUCCESS 280 ldr x0, #0 ; return UNW_ESUCCESS 306 mov r0, #0 @ return UNW_ESUCCESS
|
D | UnwindLevel1-gcc-ext.c | 92 if (unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS) in _Unwind_FindEnclosingFunction()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | libunwind.h | 41 UNW_ESUCCESS = 0, /* no error */ enumerator
|