Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/
Dcompact_unwind_encoding.h429 …uint32_t lsdaIndexArraySectionOffset; // section offset to start of lsda_index array for… member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp236 uint32_t lsdaIndexArraySectionOffset(uint32_t index) const { in lsdaIndexArraySectionOffset() function in libunwind::UnwindSectionIndexArray
239 lsdaIndexArraySectionOffset)); in lsdaIndexArraySectionOffset()
933 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
935 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()