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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp74 return UNW_ESUCCESS;
87 return UNW_ESUCCESS;
119 return UNW_ESUCCESS;
134 return UNW_ESUCCESS;
153 return UNW_ESUCCESS;
176 return UNW_ESUCCESS;
197 return UNW_ESUCCESS;
H A DUnwindLevel1.c64 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
78 &offset) != UNW_ESUCCESS) ||
164 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
178 &offset) != UNW_ESUCCESS) ||
256 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
269 &offset) != UNW_ESUCCESS) ||
432 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
453 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
H A DUnwind-EHABI.cpp454 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
468 &offset) != UNW_ESUCCESS) ||
573 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
587 &offset) != UNW_ESUCCESS) ||
731 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
772 *(unw_word_t *)valuep) == UNW_ESUCCESS
788 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS
796 *(unw_word_t *)valuep) == UNW_ESUCCESS
803 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS
826 (unw_word_t *)valuep) == UNW_ESUCCESS
[all...]
H A DUnwind-seh.cpp252 if (__unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
265 &offset) != UNW_ESUCCESS) ||
458 return UNW_ESUCCESS;
465 return UNW_ESUCCESS;
472 return UNW_ESUCCESS;
H A DUnwindLevel1-gcc-ext.c99 if (__unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS)
140 if (__unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) {
H A DUnwindRegistersSave.S53 xorl %eax, %eax # return UNW_ESUCCESS
115 xorl %eax, %eax # return UNW_ESUCCESS
223 # return UNW_ESUCCESS
313 # return UNW_ESUCCESS
553 li %r3, 0 // return UNW_ESUCCESS
696 li %r3, 0 // return UNW_ESUCCESS
747 mov x0, #0 // return UNW_ESUCCESS
790 movs r0, #0 @ return UNW_ESUCCESS
799 mov r0, #0 @ return UNW_ESUCCESS
976 clr %o0 // return UNW_ESUCCESS
[all...]
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h48 UNW_ESUCCESS = 0, /* no error */ enumerator in enum:__anon3722

Completed in 112 milliseconds