Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp52 const void* compact_unwind_section; member
79 …info->compact_unwind_section = getsectiondata(mh, "__TEXT", "__unwind_info", &info->compact_unwind… in _dyld_find_unwind_sections()
85 if (!info->compact_unwind_section) { in _dyld_find_unwind_sections()
169 uintptr_t compact_unwind_section; member
395 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
DUnwindCursor.hpp1532 sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1539 sects.compact_unwind_section in getInfoFromCompactEncodingSection()
1564 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
1566 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
1568 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
1687 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1701 (uint64_t) sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1749 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1850 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()