Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dlibunwind.cpp65 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()
DUnwindLevel1.c54 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()
DUnwind-EHABI.cpp434 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 …]
DUnwindRegistersSave.S52 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
DUnwindLevel1-gcc-ext.c92 if (unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS) in _Unwind_FindEnclosingFunction()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h41 UNW_ESUCCESS = 0, /* no error */ enumerator