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

/freebsd-11.0-release/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);
832 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.0-release/contrib/libcxxrt/
H A Dunwind-arm.h87 _Unwind_EHT_Header *ehtp; member in struct:_Unwind_Exception::__anon1939
/freebsd-11.0-release/contrib/llvm/projects/libunwind/include/
H A Dunwind.h96 _Unwind_EHT_Header* ehtp; /* pointer to EHT entry header word */ member in struct:_Unwind_Control_Block::__anon3319
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DUnwind-EHABI.cpp167 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),
604 exception_object->pr_cache.ehtp =
H A DUnwindLevel1-gcc-ext.c144 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo;
H A DUnwindCursor.hpp451 const uint32_t *ehtp = local
454 if (_Unwind_VRS_Interpret((_Unwind_Context *)this, ehtp, off, len) !=
832 // +---- ehtp

Completed in 77 milliseconds