Searched refs:stop_code (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | unwind.inc | 143 _Unwind_Reason_Code code, stop_code; 159 stop_code = (*stop) (1, action, exc->exception_class, exc, 161 if (stop_code != _URC_NO_REASON)
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | unwind.inc | 151 _Unwind_Reason_Code code, stop_code; 167 stop_code = (*stop) (1, action, exc->exception_class, exc, 169 if (stop_code != _URC_NO_REASON)
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | unwind-arm.c | 528 _Unwind_Reason_Code stop_code; in unwind_phase2_forced() local 567 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp, in unwind_phase2_forced() 569 if (stop_code != _URC_NO_REASON) in unwind_phase2_forced()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | advlib.c | 2723 u_int8_t stop_code; in AscCleanUpBusyQueue() local 2728 stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B); in AscCleanUpBusyQueue() 2729 if ((stop_code & ASC_STOP_CLEAN_UP_BUSY_Q) == 0) in AscCleanUpBusyQueue() 2764 u_int8_t stop_code; in AscCleanUpDiscQueue() local 2770 stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B); in AscCleanUpDiscQueue() 2771 if ((stop_code & ASC_STOP_CLEAN_UP_DISC_Q) == 0) in AscCleanUpDiscQueue()
|