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

/external/libunwind_llvm/src/
H A DUnwindCursor.hpp716 pint_t indexDataAddr = itThisPC.dataAddress(); local
718 if (indexDataAddr == 0)
721 uint32_t indexData = _addressSpace.get32(indexDataAddr);
726 // the index table entry on the second word (aka |indexDataAddr|). Otherwise,
732 exceptionTableAddr = indexDataAddr;
737 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData);

Completed in 55 milliseconds