Home
last modified time | relevance | path

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

/external/libcxxabi/src/Unwind/
DUnwindCursor.hpp702 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
704 if (indexDataAddr == 0) in getInfoFromEHABISection()
707 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
718 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
723 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()