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

  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 708 uint32_t exceptionTableData;
713 exceptionTableData = indexData;
717 exceptionTableData = _addressSpace.get32(exceptionTableAddr);
723 // exceptionTableData -- the data inside the first word of the eht entry.
731 if (exceptionTableData & 0x80000000) {
733 int choice = (exceptionTableData & 0x0f000000) >> 24;
743 extraWords = (exceptionTableData & 0x00ff0000) >> 16;
748 extraWords = (exceptionTableData & 0x00ff0000) >> 16;
765 exceptionTableAddr + signExtendPrel31(exceptionTableData);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 708 uint32_t exceptionTableData;
713 exceptionTableData = indexData;
717 exceptionTableData = _addressSpace.get32(exceptionTableAddr);
723 // exceptionTableData -- the data inside the first word of the eht entry.
731 if (exceptionTableData & 0x80000000) {
733 int choice = (exceptionTableData & 0x0f000000) >> 24;
743 extraWords = (exceptionTableData & 0x00ff0000) >> 16;
748 extraWords = (exceptionTableData & 0x00ff0000) >> 16;
765 exceptionTableAddr + signExtendPrel31(exceptionTableData);
    [all...]

Completed in 1174 milliseconds