HomeSort by relevance Sort by last modified time
    Searched refs:indexDataAddr (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 702 pint_t indexDataAddr = itThisPC.dataAddress();
704 if (indexDataAddr == 0)
707 uint32_t indexData = _addressSpace.get32(indexDataAddr);
712 // the index table entry on the second word (aka |indexDataAddr|). Otherwise,
718 exceptionTableAddr = indexDataAddr;
723 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 695 pint_t indexDataAddr = itThisPC.dataAddress();
697 if (indexDataAddr == 0)
700 uint32_t indexData = _addressSpace.get32(indexDataAddr);
705 // the index table entry on the second word (aka |indexDataAddr|). Otherwise,
711 exceptionTableAddr = indexDataAddr;
716 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData);
    [all...]

Completed in 53 milliseconds