Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h454 uint16_t entryPageOffset; member
463 uint16_t entryPageOffset; member
/openbsd/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp696 p2p->entryPageOffset = in writeTo()
700 p2p->entryPageOffset + p2p->entryCount * sizeof(uint32_t); in writeTo()
719 p2p->entryPageOffset = in writeTo()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
1758 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset()); in getInfoFromCompactEncodingSection()
1810 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset()); in getInfoFromCompactEncodingSection()