Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h454 uint16_t entryPageOffset; member
463 uint16_t entryPageOffset; member
/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp693 p2p->entryPageOffset = in writeTo()
697 p2p->entryPageOffset + p2p->entryCount * sizeof(uint32_t); in writeTo()
716 p2p->entryPageOffset = in writeTo()
/llvm-project-15.0.7/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1229 baton.regular_second_level_page_header.entryPageOffset; in print_second_level_index_regular()
1261 this_index + baton.compressed_second_level_page_header.entryPageOffset; in print_second_level_index_compressed()
1306 baton.current_index_table_number, header.entryPageOffset, in print_second_level_index()
1318 baton.current_index_table_number, header.entryPageOffset, in print_second_level_index()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp311 uint16_t entryPageOffset() const { in entryPageOffset() function in libunwind::UnwindSectionRegularPageHeader
314 entryPageOffset)); in entryPageOffset()
358 uint16_t entryPageOffset() const { in entryPageOffset() function in libunwind::UnwindSectionCompressedPageHeader
361 entryPageOffset)); in entryPageOffset()
1742 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset()); in getInfoFromCompactEncodingSection()
1794 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset()); in getInfoFromCompactEncodingSection()