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

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp76 return UNW_ESUCCESS;
89 return UNW_ESUCCESS;
121 return UNW_ESUCCESS;
136 return UNW_ESUCCESS;
155 return UNW_ESUCCESS;
178 return UNW_ESUCCESS;
199 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.cpp456 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
470 &offset) != UNW_ESUCCESS) ||
575 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
589 &offset) != UNW_ESUCCESS) ||
733 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
774 *(unw_word_t *)valuep) == UNW_ESUCCESS
790 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS
798 *(unw_word_t *)valuep) == UNW_ESUCCESS
805 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS
828 (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
1022 clr %o0 // return UNW_ESUCCESS
[all...]
/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h48 UNW_ESUCCESS = 0, /* no error */ enumerator in enum:__anon2623

Completed in 82 milliseconds