Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp897 const UnwindSectionIndexArray<A> topIndex(_addressSpace, in getInfoFromCompactEncodingSection() local
907 if (topIndex.functionOffset(mid) <= targetFunctionOffset) { in getInfoFromCompactEncodingSection()
909 (topIndex.functionOffset(mid + 1) > targetFunctionOffset)) { in getInfoFromCompactEncodingSection()
919 const uint32_t firstLevelFunctionOffset = topIndex.functionOffset(low); in getInfoFromCompactEncodingSection()
921 topIndex.functionOffset(low + 1); in getInfoFromCompactEncodingSection()
923 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
925 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
927 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()