Home
last modified time | relevance | path

Searched refs:stop_code (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dunwind.inc151 _Unwind_Reason_Code code, stop_code;
167 stop_code = (*stop) (1, action, exc->exception_class, exc,
169 if (stop_code != _URC_NO_REASON)
/freebsd-12.1/contrib/gcc/config/arm/
H A Dunwind-arm.c529 _Unwind_Reason_Code stop_code; in unwind_phase2_forced() local
568 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp, in unwind_phase2_forced()
570 if (stop_code != _URC_NO_REASON) in unwind_phase2_forced()