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

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dunwind-ehabi-helpers.h18 // NOTE: _URC_OK, _URC_FAILURE must be present as preprocessor tokens. This
36 #define _URC_OK 0 macro
H A Dgcc_personality_v0.c158 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK)
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h51 _URC_OK = 0, /* operation completed successfully */ enumerator in enum:__anon127
79 #define _URC_NO_REASON _URC_OK
H A Dunwind-arm.c387 Returns _URC_FAILURE if an error occurred, _URC_OK on success. */
473 return _URC_OK;
487 if (get_eit_entry (ucbp, vrs->core.r[R_PC]) != _URC_OK)
541 if (entry_code == _URC_OK)
572 if (entry_code != _URC_OK)
627 if (get_eit_entry (ucbp, saved_vrs.core.r[R_PC]) != _URC_OK)
964 if (__gnu_unwind_execute (context, &uws) != _URC_OK)
H A Dpr-support.c318 return _URC_OK;
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind.h34 _URC_OK = 0, enumerator in enum:__anon295
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-c.c89 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h78 _URC_OK = 0, /* used by ARM EHABI */ enumerator in enum:__anon670
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc190 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp1200 return _URC_OK;
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp1019 case _URC_OK:

Completed in 172 milliseconds