Home
last modified time | relevance | path

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

/external/libunwind_llvm/include/mach-o/
Dcompact_unwind_encoding.h417 uint32_t indexSectionOffset; member
/external/libunwind_llvm/src/
DUnwindCursor.hpp215 uint32_t indexSectionOffset() const { in indexSectionOffset() function in libunwind::UnwindSectionHeader
217 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
963 + sectionHeader.indexSectionOffset()); in getInfoFromCompactEncodingSection()