Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DUnwindInfoSection.cpp230 iep->secondLevelPagesSectionOffset = l2PagesOffset; in writeTo()
242 iep->secondLevelPagesSectionOffset = 0; in writeTo()
/external/llvm-project/libunwind/include/mach-o/
Dcompact_unwind_encoding.h427 …uint32_t secondLevelPagesSectionOffset; // section offset to start of regular or compress … member
/external/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c1271 baton.first_level_index_entry.secondLevelPagesSectionOffset + in print_second_level_index_regular()
1302 baton.first_level_index_entry.secondLevelPagesSectionOffset; in print_second_level_index_compressed()
1341 baton.first_level_index_entry.secondLevelPagesSectionOffset; in print_second_level_index()
1385 index_entry.secondLevelPagesSectionOffset, in print_index_sections()
1389 if (index_entry.secondLevelPagesSectionOffset != 0) { in print_index_sections()
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp272 uint32_t secondLevelPagesSectionOffset(uint32_t index) const { in secondLevelPagesSectionOffset() function in libunwind::UnwindSectionIndexArray
275 secondLevelPagesSectionOffset)); in secondLevelPagesSectionOffset()
1610 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()