Searched refs:_URC_OK (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | unwind-arm-common.inc | 259 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 …]
|
| D | unwind-c.c | 85 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/ |
| D | unwind-arm-common.h | 46 _URC_OK = 0, /* operation completed successfully */ enumerator 74 #define _URC_NO_REASON _URC_OK
|
| /netbsd/src/sys/arch/arm/include/ |
| D | ehabi.h | 41 _URC_OK = 0, /* operation complete */ enumerator
|
| /netbsd/src/external/bsd/libc++/dist/libcxxrt/src/ |
| D | unwind-itanium.h | 43 _URC_OK = 0, enumerator
|
| D | unwind-arm.h | 33 _URC_OK = 0, /* operation completed successfully */ enumerator
|
| D | exception.cc | 117 if (__gnu_unwind_frame(ex, context) != _URC_OK) { return _URC_FAILURE; } in continueUnwinding()
|
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | exception.c | 216 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| D | eh_personality.cc | 196 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
|