Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h82 _Unwind_EHT_Header* ehtp; // pointer to EHT entry header word member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp168 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
184 reinterpret_cast<const char*>(ucbp->pr_cache.ehtp) + len, in unwindOneFrame()
501 exception_object->pr_cache.ehtp = in unwind_phase1()
511 static_cast<void *>(exception_object->pr_cache.ehtp), in unwind_phase1()
627 exception_object->pr_cache.ehtp = in unwind_phase2()
DUnwindLevel1-gcc-ext.c147 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo; in _Unwind_Backtrace()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h96 _Unwind_EHT_Header* ehtp; /* pointer to EHT entry header word */ member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp1048 uint32_t *unwind_opcodes = unwind_exception->pr_cache.ehtp + 1; in continue_unwind()