Lines Matching refs:UNW_ESUCCESS
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()
844 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
852 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
859 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
975 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetRegionStart()