Home
last modified time | relevance | path

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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
DReadContext.java110 SparseArray<Item> sa = itemsByType[itemType.SectionIndex]; in getOffsettedItemByOffset()
131 SparseArray<Item> sa = itemsByType[itemType.SectionIndex]; in getOptionalOffsettedItemByOffset()
147 int storedSectionSize = sectionSizes[itemType.SectionIndex]; in addSection()
149 sectionSizes[itemType.SectionIndex] = sectionSize; in addSection()
157 int storedSectionOffset = sectionOffsets[itemType.SectionIndex]; in addSection()
159 sectionOffsets[itemType.SectionIndex] = sectionOffset; in addSection()
177 SparseArray<Item> sa = itemsByType[itemType.SectionIndex]; in setItemsForSection()
190 return sectionSizes[itemType.SectionIndex]; in getSectionSize()
198 return sectionOffsets[itemType.SectionIndex]; in getSectionOffset()
DItemType.java83 public final int SectionIndex; field in ItemType
99 this.SectionIndex = sectionIndex; in ItemType()
DDexFile.java451 return (Section<T>)sectionsByType[item.getItemType().SectionIndex]; in getSectionForItem()
460 return sectionsByType[itemType.SectionIndex]; in getSectionForType()
/external/llvm/lib/Object/
DMachOObjectFile.cpp133 if (Entry->SectionIndex) { in getSymbolFileOffset()
135 getSection64(Sections[Entry->SectionIndex-1], Section); in getSymbolFileOffset()
142 if (Entry->SectionIndex) { in getSymbolFileOffset()
144 getSection(Sections[Entry->SectionIndex-1], Section); in getSymbolFileOffset()
171 uint8_t SectionIndex; in getSymbolSize() local
176 SectionIndex = Entry->SectionIndex; in getSymbolSize()
177 if (!SectionIndex) { in getSymbolSize()
194 if (Entry->SectionIndex == SectionIndex && Entry->Value > BeginOffset) in getSymbolSize()
204 SectionIndex = Entry->SectionIndex; in getSymbolSize()
205 if (!SectionIndex) { in getSymbolSize()
[all …]
/external/llvm/lib/MC/
DMachObjectWriter.cpp344 Write8(MSD.SectionIndex); in WriteNlist()
480 MSD.SectionIndex = 0; in ComputeSymbolTable()
483 MSD.SectionIndex = 0; in ComputeSymbolTable()
486 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable()
487 assert(MSD.SectionIndex && "Invalid section index!"); in ComputeSymbolTable()
516 MSD.SectionIndex = 0; in ComputeSymbolTable()
519 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable()
520 assert(MSD.SectionIndex && "Invalid section index!"); in ComputeSymbolTable()
DELFObjectWriter.cpp73 uint32_t SectionIndex; member
568 Size, Other, MSD.SectionIndex, IsReserved); in WriteSymbol()
908 MSD.SectionIndex = ELF::SHN_COMMON; in ComputeSymbolTable()
910 MSD.SectionIndex = ELF::SHN_ABS; in ComputeSymbolTable()
913 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]); in ComputeSymbolTable()
915 MSD.SectionIndex = ELF::SHN_UNDEF; in ComputeSymbolTable()
919 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in ComputeSymbolTable()
920 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in ComputeSymbolTable()
922 assert(MSD.SectionIndex && "Invalid section index!"); in ComputeSymbolTable()
933 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1; in ComputeSymbolTable()
[all …]
DMCAssembler.cpp577 unsigned SectionIndex = 0; in Finish() local
584 it->setOrdinal(SectionIndex++); in Finish()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp202 uint8_t Type, uint8_t SectionIndex, in DumpSymbolTableEntryData() argument
207 outs() << " ('n_sect', " << uint32_t(SectionIndex) << ")\n"; in DumpSymbolTableEntryData()
247 STE->SectionIndex, STE->Flags, STE->Value); in DumpSymtabCommand()
257 STE->SectionIndex, STE->Flags, STE->Value); in DumpSymtabCommand()
/external/llvm/include/llvm/Object/
DMachOFormat.h272 uint8_t SectionIndex; member
283 uint8_t SectionIndex; member
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h81 uint8_t SectionIndex; member