Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/src/
H A DUnwind-EHABI.cpp112 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()
168 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
180 ucbp->pr_cache.additional); in unwindOneFrame()
489 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
490 exception_object->pr_cache.ehtp = in unwind_phase1()
492 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1()
499 exception_object->pr_cache.fnstart, in unwind_phase1()
501 exception_object->pr_cache.additional); in unwind_phase1()
601 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2()
602 exception_object->pr_cache.ehtp = in unwind_phase2()
[all …]
H A DUnwindLevel1-gcc-ext.c147 ex.pr_cache.fnstart = frameInfo.start_ip; in _Unwind_Backtrace()
148 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo; in _Unwind_Backtrace()
149 ex.pr_cache.additional= frameInfo.flags; in _Unwind_Backtrace()
/freebsd-12.1/contrib/gcc/config/arm/
H A Dunwind-arm.c426 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset); in get_eit_entry()
440 ucbp->pr_cache.ehtp = (_Unwind_EHT_Header *)&eitp->content; in get_eit_entry()
441 ucbp->pr_cache.additional = 1; in get_eit_entry()
447 ucbp->pr_cache.ehtp = in get_eit_entry()
449 ucbp->pr_cache.additional = 0; in get_eit_entry()
453 if (*ucbp->pr_cache.ehtp & (1u << 31)) in get_eit_entry()
456 _uw idx = (*(_uw *) ucbp->pr_cache.ehtp >> 24) & 0xf; in get_eit_entry()
472 UCB_PR_ADDR (ucbp) = selfrel_offset31 (ucbp->pr_cache.ehtp); in get_eit_entry()
829 data = (_uw *) ucbp->pr_cache.ehtp; in __gnu_unwind_pr_common()
850 if ((ucbp->pr_cache.additional & 1) == 0) in __gnu_unwind_pr_common()
[all …]
H A 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()
H A Dunwind-arm.h127 pr_cache; member
/freebsd-12.1/contrib/libcxxrt/
H A Dunwind-arm.h96 } pr_cache; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h150 } pr_cache; member
/freebsd-12.1/contrib/libunwind/include/
H A Dunwind.h105 } pr_cache; member