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

/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dunwind-arm.c528 _Unwind_Reason_Code entry_code; local
532 entry_code = get_eit_entry (ucbp, saved_vrs.core.r[R_PC]);
542 if (entry_code == _URC_OK)
573 if (entry_code != _URC_OK)
574 return entry_code;

Completed in 98 milliseconds