Home
last modified time | relevance | path

Searched refs:personalityIndex (Results 1 – 1 of 1) sorted by relevance

/external/libunwind_llvm/src/
DUnwindCursor.hpp1737 uint32_t personalityIndex = (encoding & UNWIND_PERSONALITY_MASK) >> in getInfoFromCompactEncodingSection() local
1739 if (personalityIndex != 0) { in getInfoFromCompactEncodingSection()
1740 --personalityIndex; // change 1-based to zero-based index in getInfoFromCompactEncodingSection()
1741 if (personalityIndex > sectionHeader.personalityArrayCount()) { in getInfoFromCompactEncodingSection()
1744 encoding, personalityIndex, in getInfoFromCompactEncodingSection()
1751 personalityIndex * sizeof(uint32_t)); in getInfoFromCompactEncodingSection()