Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp714 pint_t exceptionTableAddr; in getInfoFromEHABISection() local
718 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
723 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
724 exceptionTableData = _addressSpace.get32(exceptionTableAddr); in getInfoFromEHABISection()
772 exceptionTableAddr + signExtendPrel31(exceptionTableData); in getInfoFromEHABISection()
796 uint32_t *UnwindData = reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1; in getInfoFromEHABISection()
806 _info.unwind_info = exceptionTableAddr; in getInfoFromEHABISection()