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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1345 pint_t indexDataAddr = itThisPC.dataAddress(); local
1347 if (indexDataAddr == 0)
1350 uint32_t indexData = _addressSpace.get32(indexDataAddr);
1355 // the index table entry on the second word (aka |indexDataAddr|). Otherwise,
1362 exceptionTableAddr = indexDataAddr;
1367 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData);

Completed in 106 milliseconds