Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DOatFile.java410 SectionHeader sectionHeader;
412 sectionHeader = getSections().get(getSectionIndex());
417 long sectionAddress = sectionHeader.getAddress();
418 int sectionOffset = sectionHeader.getOffset();
419 int sectionSize = sectionHeader.getSize();
/external/libunwind_llvm/src/
DUnwindCursor.hpp915 const UnwindSectionHeader<A> sectionHeader(_addressSpace, in getInfoFromCompactEncodingSection() local
917 if (sectionHeader.version() != UNWIND_SECTION_VERSION) in getInfoFromCompactEncodingSection()
924 + sectionHeader.indexSectionOffset()); in getInfoFromCompactEncodingSection()
926 uint32_t high = sectionHeader.indexCount(); in getInfoFromCompactEncodingSection()
1068 if (encodingIndex < sectionHeader.commonEncodingsArrayCount()) { in getInfoFromCompactEncodingSection()
1072 sectionHeader.commonEncodingsArraySectionOffset() + in getInfoFromCompactEncodingSection()
1077 encodingIndex - (uint16_t)sectionHeader.commonEncodingsArrayCount(); in getInfoFromCompactEncodingSection()
1125 if (personalityIndex > sectionHeader.personalityArrayCount()) { in getInfoFromCompactEncodingSection()
1129 sectionHeader.personalityArrayCount()); in getInfoFromCompactEncodingSection()
1134 sectionHeader.personalityArraySectionOffset() + in getInfoFromCompactEncodingSection()