Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h454 uint16_t entryPageOffset; member
463 uint16_t entryPageOffset; member
/freebsd/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp705 p2p->entryPageOffset = in writeTo()
709 p2p->entryPageOffset + p2p->entryCount * sizeof(uint32_t); in writeTo()
728 p2p->entryPageOffset = in writeTo()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp312 uint16_t entryPageOffset() const { in entryPageOffset() function in libunwind::UnwindSectionRegularPageHeader
315 entryPageOffset)); in entryPageOffset()
359 uint16_t entryPageOffset() const { in entryPageOffset() function in libunwind::UnwindSectionCompressedPageHeader
362 entryPageOffset)); in entryPageOffset()
1775 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset()); in getInfoFromCompactEncodingSection()
1827 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset()); in getInfoFromCompactEncodingSection()