Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp164 uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
190 reinterpret_cast<const char*>(ucbp->pr_cache.ehtp) + len, in unwindOneFrame()
468 exception_object->pr_cache.ehtp = in unwind_phase1()
477 exception_object->pr_cache.fnstart, exception_object->pr_cache.ehtp, in unwind_phase1()
590 exception_object->pr_cache.ehtp = in unwind_phase2()
/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/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.cpp1082 uint32_t *UnwindData = unwind_exception->pr_cache.ehtp + 1; in __gxx_personality_v0()