Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
921 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
945 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
984 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1008 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1028 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
[all …]
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 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()
H A DUnwind-seh.cpp240 if (__unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
254 &offset) != UNW_ESUCCESS) || in unwind_phase2_forced()
448 return UNW_ESUCCESS; in __unw_init_seh()
455 return UNW_ESUCCESS; in __unw_init_seh()
462 return UNW_ESUCCESS; in __unw_init_seh()
H A DUnwindRegistersSave.S65 xorl %eax, %eax # return UNW_ESUCCESS
128 xorl %eax, %eax # return UNW_ESUCCESS
236 # return UNW_ESUCCESS
269 # return UNW_ESUCCESS
771 movs r0, #0 @ return UNW_ESUCCESS
780 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()
/openbsd/gnu/llvm/libunwind/include/
H A Dlibunwind.h54 UNW_ESUCCESS = 0, /* no error */ enumerator