Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-arm-common.inc259 Returns _URC_FAILURE if an error occurred, _URC_OK on success. */
298 return _URC_OK;
333 return _URC_OK;
362 return _URC_OK;
421 return _URC_OK;
435 if (get_eit_entry (ucbp, VRS_PC(vrs)) != _URC_OK)
504 if (entry_code == _URC_OK)
545 if (entry_code != _URC_OK)
605 if (get_eit_entry (ucbp, VRS_PC (&saved_vrs)) != _URC_OK)
768 if (get_eit_entry (ucbp, VRS_PC (&saved_vrs)) != _URC_OK)
[all …]
Dunwind-c.c85 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
/netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/
Dunwind-arm-common.h46 _URC_OK = 0, /* operation completed successfully */ enumerator
74 #define _URC_NO_REASON _URC_OK
/netbsd/src/sys/arch/arm/include/
Dehabi.h41 _URC_OK = 0, /* operation complete */ enumerator
/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
Dunwind-itanium.h43 _URC_OK = 0, enumerator
Dunwind-arm.h33 _URC_OK = 0, /* operation completed successfully */ enumerator
Dexception.cc117 if (__gnu_unwind_frame(ex, context) != _URC_OK) { return _URC_FAILURE; } in continueUnwinding()
/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dexception.c216 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Deh_personality.cc196 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \