Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/mach-o/
Dcompact_unwind_encoding.h454 uint16_t entryPageOffset; member
463 uint16_t entryPageOffset; member
/external/llvm-project/lld/MachO/
DUnwindInfoSection.cpp266 p2p->entryPageOffset = in writeTo()
270 p2p->entryPageOffset + p2p->entryCount * sizeof(uint32_t); in writeTo()
/external/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c1272 baton.regular_second_level_page_header.entryPageOffset; in print_second_level_index_regular()
1304 this_index + baton.compressed_second_level_page_header.entryPageOffset; in print_second_level_index_compressed()
1349 baton.current_index_table_number, header.entryPageOffset, in print_second_level_index()
1361 baton.current_index_table_number, header.entryPageOffset, in print_second_level_index()
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp297 uint16_t entryPageOffset() const { in entryPageOffset() function in libunwind::UnwindSectionRegularPageHeader
300 entryPageOffset)); in entryPageOffset()
344 uint16_t entryPageOffset() const { in entryPageOffset() function in libunwind::UnwindSectionCompressedPageHeader
347 entryPageOffset)); in entryPageOffset()
1631 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset()); in getInfoFromCompactEncodingSection()
1683 _addressSpace, secondLevelAddr + pageHeader.entryPageOffset()); in getInfoFromCompactEncodingSection()