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

/barrelfish-master/lib/cxx/unwind/
H A DUnwindCursor.hpp1332 pint_t indexDataAddr = itThisPC.dataAddress(); local
1334 if (indexDataAddr == 0)
1337 uint32_t indexData = _addressSpace.get32(indexDataAddr);
1342 // the index table entry on the second word (aka |indexDataAddr|). Otherwise,
1348 exceptionTableAddr = indexDataAddr;
1353 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData);

Completed in 29 milliseconds