Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwind-EHABI.cpp167 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
510 exception_object->pr_cache.ehtp = in unwind_phase1()
520 static_cast<void *>(exception_object->pr_cache.ehtp), in unwind_phase1()
638 exception_object->pr_cache.ehtp = in unwind_phase2()
DUnwindLevel1-gcc-ext.c144 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo; in _Unwind_Backtrace()
DUnwindCursor.hpp449 const uint32_t *ehtp = in stepWithEHABI() local
452 if (_Unwind_VRS_Interpret((_Unwind_Context *)this, ehtp, off, len) != in stepWithEHABI()
/external/libunwind_llvm/include/
Dunwind.h96 _Unwind_EHT_Header* ehtp; /* pointer to EHT entry header word */ member