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

/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dunwind-arm.c527 _Unwind_Reason_Code entry_code; local
531 entry_code = get_eit_entry (ucbp, saved_vrs.core.r[R_PC]);
541 if (entry_code == _URC_OK)
572 if (entry_code != _URC_OK)
573 return entry_code;

Completed in 110 milliseconds