Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libunwind/src/
DUnwindCursor.hpp1492 pint_t indexDataAddr = itThisPC.dataAddress(); in getInfoFromEHABISection() local
1494 if (indexDataAddr == 0) in getInfoFromEHABISection()
1497 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection()
1509 exceptionTableAddr = indexDataAddr; in getInfoFromEHABISection()
1514 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData); in getInfoFromEHABISection()