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.cpp703 p2p->entryPageOffset = in writeTo()
707 p2p->entryPageOffset + p2p->entryCount * sizeof(uint32_t); in writeTo()
726 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.hpp336 uint16_t entryPageOffset() const { in entryPageOffset() function in libunwind::UnwindSectionRegularPageHeader
339 entryPageOffset)); in entryPageOffset()
383 uint16_t entryPageOffset() const { in entryPageOffset() function in libunwind::UnwindSectionCompressedPageHeader
386 entryPageOffset)); in entryPageOffset()
1807 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset()); in getInfoFromCompactEncodingSection()
1859 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset()); in getInfoFromCompactEncodingSection()