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

/macosx-10.9.5/libunwind-35.3/testsuite/
H A Dunw_getcontext.c18 // verify unw_getcontext() returns no UNW_ESUCCESS
20 if ( unw_getcontext(&uc) == UNW_ESUCCESS )
/macosx-10.9.5/libunwind-35.3/src/
H A Dlibuwind.cxx74 return UNW_ESUCCESS;
107 return UNW_ESUCCESS;
190 return UNW_ESUCCESS;
216 return UNW_ESUCCESS;
231 return UNW_ESUCCESS;
245 return UNW_ESUCCESS;
273 return UNW_ESUCCESS;
296 return UNW_ESUCCESS;
H A DUnwindLevel1.c65 if ( unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS ) {
74 if ( (unw_get_proc_name(&cursor1, functionName, 512, &offset) != UNW_ESUCCESS) || (frameInfo.start_ip+offset > frameInfo.end_ip) )
140 if ( unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS ) {
149 if ( (unw_get_proc_name(&cursor2, functionName, 512, &offset) != UNW_ESUCCESS) || (frameInfo.start_ip+offset > frameInfo.end_ip) )
211 if ( unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS ) {
220 if ( (unw_get_proc_name(&cursor2, functionName, 512, &offset) != UNW_ESUCCESS) || (frameInfo.start_ip+offset > frameInfo.end_ip) )
353 if ( unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS )
420 if ( unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS )
H A Dunw_getcontext.s48 xorl %eax, %eax # return UNW_ESUCCESS
82 xorl %eax, %eax # return UNW_ESUCCESS
223 li r3, 0 ; return UNW_ESUCCESS
H A DUnwindLevel1-gcc-ext.c97 if ( unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS )
/macosx-10.9.5/libunwind-35.3/include/
H A Dlibunwind.h43 UNW_ESUCCESS = 0, /* no error */ enumerator in enum:__anon9731
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-exception.mm1022 while ( (unw_step(&cursor) > 0) && (unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS) ) {

Completed in 158 milliseconds