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

/external/libunwind_llvm/include/mach-o/
H A Dcompact_unwind_encoding.h416 uint32_t personalityArrayCount; member in struct:unwind_info_section_header
/external/libunwind_llvm/src/
H A DUnwindCursor.hpp203 uint32_t personalityArrayCount() const { function in class:libunwind::UnwindSectionHeader
205 _addr + offsetof(unwind_info_section_header, personalityArrayCount));
1125 if (personalityIndex > sectionHeader.personalityArrayCount()) {
1129 sectionHeader.personalityArrayCount());

Completed in 49 milliseconds