Searched refs:_URC_OK (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-itanium.h43 _URC_OK = 0, enumerator in enum:__anon13
H A Dunwind-arm.h33 _URC_OK = 0, /* operation completed successfully */ enumerator in enum:__anon5
H A Dexception.cc117 if (__gnu_unwind_frame(ex, context) != _URC_OK) { return _URC_FAILURE; }
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp996 return _URC_OK;
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h34 _URC_OK = 0, enumerator in enum:__anon1283
/freebsd-11-stable/contrib/llvm-project/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.c163 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h76 _URC_OK = 0, /* used by ARM EHABI */ enumerator in enum:__anon634
/freebsd-11-stable/contrib/gcc/config/arm/
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 ((pr_result = get_eit_entry (ucbp, saved_vrs.core.r[R_PC])) != _URC_OK)
776 if ((code = get_eit_entry (ucbp, saved_vrs.core.r[R_PC])) != _URC_OK)
1022 if (__gnu_unwind_execute (context, &uws) != _URC_OK)
H A Dpr-support.c318 return _URC_OK;
H A Dunwind-arm.h55 _URC_OK = 0, /* operation completed successfully */ enumerator in enum:__anon1219
83 #define _URC_NO_REASON _URC_OK
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc190 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
/freebsd-11-stable/contrib/gcc/
H A Dunwind-c.c89 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \

Completed in 145 milliseconds