Home
last modified time | relevance | path

Searched refs:entryCount (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/
Dcompact_unwind_encoding.h456 uint16_t entryCount; member
465 uint16_t entryCount; member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp261 uint16_t entryCount() const { in entryCount() function in libunwind::UnwindSectionRegularPageHeader
264 offsetof(unwind_info_regular_second_level_page_header, entryCount)); in entryCount()
308 uint16_t entryCount() const { in entryCount() function in libunwind::UnwindSectionCompressedPageHeader
311 offsetof(unwind_info_compressed_second_level_page_header, entryCount)); in entryCount()
960 high = pageHeader.entryCount(); in getInfoFromCompactEncodingSection()
964 if (mid == (uint32_t)(pageHeader.entryCount() - 1)) { in getInfoFromCompactEncodingSection()
1014 last = pageHeader.entryCount() - 1; in getInfoFromCompactEncodingSection()
1015 high = pageHeader.entryCount(); in getInfoFromCompactEncodingSection()