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

/openbsd-current/gnu/llvm/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h454 uint16_t entryPageOffset; member in struct:unwind_info_regular_second_level_page_header
463 uint16_t entryPageOffset; member in struct:unwind_info_compressed_second_level_page_header
/openbsd-current/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp696 p2p->entryPageOffset =
700 p2p->entryPageOffset + p2p->entryCount * sizeof(uint32_t);
719 p2p->entryPageOffset =
/openbsd-current/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1229 baton.regular_second_level_page_header.entryPageOffset;
1261 this_index + baton.compressed_second_level_page_header.entryPageOffset;
1305 " UNWIND_SECOND_LEVEL_REGULAR #%d entryPageOffset %d, entryCount %d\n",
1306 baton.current_index_table_number, header.entryPageOffset,
1316 printf(" UNWIND_SECOND_LEVEL_COMPRESSED #%d entryPageOffset %d, "
1318 baton.current_index_table_number, header.entryPageOffset,
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp312 uint16_t entryPageOffset() const { function in class:libunwind::UnwindSectionRegularPageHeader
315 entryPageOffset));
359 uint16_t entryPageOffset() const { function in class:libunwind::UnwindSectionCompressedPageHeader
362 entryPageOffset));
1758 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset());
1810 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset());

Completed in 77 milliseconds