Home
last modified time | relevance | path

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

/external/libcxxabi/src/Unwind/
DUnwindCursor.hpp707 pint_t exceptionTableAddr; in getInfoFromEHABISection() local
711 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
716 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()
717 exceptionTableData = _addressSpace.get32(exceptionTableAddr); in getInfoFromEHABISection()
765 exceptionTableAddr + signExtendPrel31(exceptionTableData); in getInfoFromEHABISection()
789 uint32_t *UnwindData = reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1; in getInfoFromEHABISection()
799 _info.unwind_info = exceptionTableAddr; in getInfoFromEHABISection()