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

/external/libcxxabi/src/Unwind/
H A DAddressSpace.hpp66 uintptr_t compact_unwind_section; member in struct:libunwind::UnwindInfoSections
278 const void* compact_unwind_section; member in struct:libunwind::dyld_unwind_sections
306 info->compact_unwind_section = 0;
324 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section;
H A DUnwindCursor.hpp891 sects.compact_unwind_section);
898 sects.compact_unwind_section
923 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low);
925 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low);
927 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1);
1046 sects.compact_unwind_section +
1060 (uint64_t) sects.compact_unwind_section);
1108 sects.compact_unwind_section +
1160 if (sects.compact_unwind_section != 0) {

Completed in 120 milliseconds