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

/openbsd-current/gnu/llvm/libunwind/src/
H A Dlibunwind.cpp93 return UNW_ESUCCESS;
106 return UNW_ESUCCESS;
138 return UNW_ESUCCESS;
153 return UNW_ESUCCESS;
172 return UNW_ESUCCESS;
204 return UNW_ESUCCESS;
229 return UNW_ESUCCESS;
H A DUnwind-EHABI.cpp479 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
494 &offset) != UNW_ESUCCESS) ||
600 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
615 &offset) != UNW_ESUCCESS) ||
711 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
725 &offset) != UNW_ESUCCESS) ||
880 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
921 *(unw_word_t *)valuep) == UNW_ESUCCESS
937 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS
945 *(unw_word_t *)valuep) == UNW_ESUCCESS
[all...]
H A DUnwindLevel1.c102 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
117 &offset) != UNW_ESUCCESS) ||
209 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
224 &offset) != UNW_ESUCCESS) ||
322 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
337 &offset) != UNW_ESUCCESS) ||
502 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
525 if (__unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
H A DUnwind-seh.cpp240 if (__unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
254 &offset) != UNW_ESUCCESS) ||
448 return UNW_ESUCCESS;
455 return UNW_ESUCCESS;
462 return UNW_ESUCCESS;
H A DUnwindLevel1-gcc-ext.c123 if (__unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS)
165 if (__unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) {
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
525 li 3, 0 // return UNW_ESUCCESS
677 li 3, 0 // return UNW_ESUCCESS
728 mov x0, #0 // return UNW_ESUCCESS
771 movs r0, #0 @ return UNW_ESUCCESS
780 mov r0, #0 @ return UNW_ESUCCESS
1030 # return UNW_ESUCCESS
[all...]
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h54 UNW_ESUCCESS = 0, /* no error */ enumerator in enum:__anon273

Completed in 87 milliseconds