Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp479 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
494 &offset) != UNW_ESUCCESS) || in unwind_phase1()
615 &offset) != UNW_ESUCCESS) || in unwind_phase2()
725 &offset) != UNW_ESUCCESS) || in unwind_phase2_forced()
880 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetLanguageSpecificData()
924 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
948 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
987 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1011 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1031 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
[all …]
H A Dlibunwind.cpp93 return UNW_ESUCCESS; in __unw_init_local()
106 return UNW_ESUCCESS; in _LIBUNWIND_WEAK_ALIAS()
138 return UNW_ESUCCESS; in _LIBUNWIND_WEAK_ALIAS()
153 return UNW_ESUCCESS; in _LIBUNWIND_WEAK_ALIAS()
172 return UNW_ESUCCESS; in _LIBUNWIND_WEAK_ALIAS()
204 return UNW_ESUCCESS; in __unw_get_proc_info()
229 return UNW_ESUCCESS; in _LIBUNWIND_WEAK_ALIAS()
402 return UNW_ESUCCESS; in __unw_add_find_dynamic_unwind_sections()
430 return UNW_ESUCCESS; in __unw_remove_find_dynamic_unwind_sections()
H A DUnwindLevel1.c102 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
117 &offset) != UNW_ESUCCESS) || in unwind_phase1()
209 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
224 &offset) != UNW_ESUCCESS) || in unwind_phase2()
322 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
337 &offset) != UNW_ESUCCESS) || in unwind_phase2_forced()
502 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetLanguageSpecificData()
525 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS) in _Unwind_GetRegionStart()
H A DUnwind-seh.cpp249 if (__unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
263 &offset) != UNW_ESUCCESS) || in unwind_phase2_forced()
465 return UNW_ESUCCESS; in __unw_init_seh()
472 return UNW_ESUCCESS; in __unw_init_seh()
479 return UNW_ESUCCESS; in __unw_init_seh()
H A DUnwindRegistersSave.S65 xorl %eax, %eax # return UNW_ESUCCESS
128 xorl %eax, %eax # return UNW_ESUCCESS
238 # return UNW_ESUCCESS
273 # return UNW_ESUCCESS
809 movs r0, #0 @ return UNW_ESUCCESS
818 mov r0, #0 @ return UNW_ESUCCESS
H A DUnwindLevel1-gcc-ext.c123 if (__unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS) in _Unwind_FindEnclosingFunction()
165 if (__unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) { in _Unwind_Backtrace()
/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h54 UNW_ESUCCESS = 0, /* no error */ enumerator