Searched refs:_URC_OK (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dunwind-arm.h55 _URC_OK = 0, /* operation completed successfully */ enumerator in enum:__anon1219
83 #define _URC_NO_REASON _URC_OK
H A Dunwind-arm.c388 Returns _URC_FAILURE if an error occurred, _URC_OK on success. */
474 return _URC_OK;
488 if (get_eit_entry (ucbp, vrs->core.r[R_PC]) != _URC_OK)
542 if (entry_code == _URC_OK)
573 if (entry_code != _URC_OK)
628 if (get_eit_entry (ucbp, saved_vrs.core.r[R_PC]) != _URC_OK)
776 if (get_eit_entry (ucbp, saved_vrs.core.r[R_PC]) != _URC_OK)
1025 if (__gnu_unwind_execute (context, &uws) != _URC_OK)
H A Dpr-support.c318 return _URC_OK;
/freebsd-11.0-release/contrib/gcc/
H A Dunwind-c.c89 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
/freebsd-11.0-release/contrib/libcxxrt/
H A Dunwind-arm.h29 _URC_OK = 0, /* operation completed successfully */ enumerator in enum:__anon1935
H A Dexception.cc117 if (__gnu_unwind_frame(ex, context) != _URC_OK) { return _URC_FAILURE; }
/freebsd-11.0-release/contrib/llvm/projects/libunwind/include/
H A Dunwind.h30 _URC_OK = 0, enumerator in enum:__anon3314
/freebsd-11.0-release/contrib/libstdc++/libsupc++/
H A Deh_personality.cc190 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DUnwind-EHABI.cpp974 return _URC_OK;

Completed in 169 milliseconds