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

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c440 ucbp->pr_cache.ehtp = (_Unwind_EHT_Header *)&eitp->content;
447 ucbp->pr_cache.ehtp =
453 if (*ucbp->pr_cache.ehtp & (1u << 31))
456 _uw idx = (*(_uw *) ucbp->pr_cache.ehtp >> 24) & 0xf;
472 UCB_PR_ADDR (ucbp) = selfrel_offset31 (ucbp->pr_cache.ehtp);
829 data = (_uw *) ucbp->pr_cache.ehtp;
H A Dpr-support.c332 ptr = (_uw *) ucbp->pr_cache.ehtp;
373 ptr = (_uw *) ucbp->pr_cache.ehtp;
H A Dunwind-arm.h123 _Unwind_EHT_Header *ehtp; /* pointer to EHT entry header word */ member in struct:_Unwind_Control_Block::__anon1224
/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-arm.h93 _Unwind_EHT_Header *ehtp; member in struct:_Unwind_Exception::__anon9
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h105 _Unwind_EHT_Header* ehtp; /* pointer to EHT entry header word */ member in struct:_Unwind_Exception::__anon1288
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h133 _Unwind_EHT_Header *ehtp; /* pointer to EHT entry header word */ member in struct:_Unwind_Control_Block::__anon639
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp169 const uint32_t* unwindingData = ucbp->pr_cache.ehtp;
492 exception_object->pr_cache.ehtp =
498 "unwind_phase1(ex_ojb=%p): personality result %d start_ip %x ehtp %p "
502 static_cast<void *>(exception_object->pr_cache.ehtp),
605 exception_object->pr_cache.ehtp =
H A DUnwindLevel1-gcc-ext.c147 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo;
H A DUnwindCursor.hpp915 const uint32_t *ehtp = local
918 if (_Unwind_VRS_Interpret((_Unwind_Context *)this, ehtp, off, len) !=
1424 // +---- ehtp

Completed in 91 milliseconds