Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.c527 _Unwind_Reason_Code entry_code; in unwind_phase2_forced() local
531 entry_code = get_eit_entry (ucbp, saved_vrs.core.r[R_PC]); in unwind_phase2_forced()
541 if (entry_code == _URC_OK) in unwind_phase2_forced()
572 if (entry_code != _URC_OK) in unwind_phase2_forced()
573 return entry_code; in unwind_phase2_forced()