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

/freebsd-13-stable/contrib/llvm-project/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
/freebsd-13-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1272 baton.regular_second_level_page_header.entryPageOffset;
1304 this_index + baton.compressed_second_level_page_header.entryPageOffset;
1348 " UNWIND_SECOND_LEVEL_REGULAR #%d entryPageOffset %d, entryCount %d\n",
1349 baton.current_index_table_number, header.entryPageOffset,
1359 printf(" UNWIND_SECOND_LEVEL_COMPRESSED #%d entryPageOffset %d, "
1361 baton.current_index_table_number, header.entryPageOffset,
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp296 uint16_t entryPageOffset() const { function in class:libunwind::UnwindSectionRegularPageHeader
299 entryPageOffset));
343 uint16_t entryPageOffset() const { function in class:libunwind::UnwindSectionCompressedPageHeader
346 entryPageOffset));
1611 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset());
1663 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset());

Completed in 115 milliseconds