Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/arm/
Dunwind-arm.c425 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset); in get_eit_entry()
439 ucbp->pr_cache.ehtp = (_Unwind_EHT_Header *)&eitp->content; in get_eit_entry()
440 ucbp->pr_cache.additional = 1; in get_eit_entry()
446 ucbp->pr_cache.ehtp = in get_eit_entry()
448 ucbp->pr_cache.additional = 0; in get_eit_entry()
452 if (*ucbp->pr_cache.ehtp & (1u << 31)) in get_eit_entry()
455 _uw idx = (*(_uw *) ucbp->pr_cache.ehtp >> 24) & 0xf; in get_eit_entry()
471 UCB_PR_ADDR (ucbp) = selfrel_offset31 (ucbp->pr_cache.ehtp); in get_eit_entry()
771 data = (_uw *) ucbp->pr_cache.ehtp; in __gnu_unwind_pr_common()
792 if ((ucbp->pr_cache.additional & 1) == 0) in __gnu_unwind_pr_common()
[all …]
Dpr-support.c332 ptr = (_uw *) ucbp->pr_cache.ehtp; in __gnu_unwind_frame()
360 return (_Unwind_Ptr) ucbp->pr_cache.fnstart; in _Unwind_GetRegionStart()
373 ptr = (_uw *) ucbp->pr_cache.ehtp; in _Unwind_GetLanguageSpecificData()
Dunwind-arm.h123 pr_cache; member
/freebsd-9-stable/contrib/libcxxrt/
Dunwind-arm.h93 } pr_cache; member