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.cpp140 if (Entry->SectionIndex) { in getSymbolFileOffset()
142 getSection64(Sections[Entry->SectionIndex-1], Section); in getSymbolFileOffset()
149 if (Entry->SectionIndex) { in getSymbolFileOffset()
151 getSection(Sections[Entry->SectionIndex-1], Section); in getSymbolFileOffset()
178 uint8_t SectionIndex; in getSymbolSize() local
183 SectionIndex = Entry->SectionIndex; in getSymbolSize()
184 if (!SectionIndex) { in getSymbolSize()
201 if (Entry->SectionIndex == SectionIndex && Entry->Value > BeginOffset) in getSymbolSize()
211 SectionIndex = Entry->SectionIndex; in getSymbolSize()
212 if (!SectionIndex) { in getSymbolSize()
[all …]
/external/llvm/lib/MC/
DMachObjectWriter.cpp354 Write8(MSD.SectionIndex); in WriteNlist()
523 MSD.SectionIndex = 0; in ComputeSymbolTable()
526 MSD.SectionIndex = 0; in ComputeSymbolTable()
529 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable()
530 assert(MSD.SectionIndex && "Invalid section index!"); in ComputeSymbolTable()
559 MSD.SectionIndex = 0; in ComputeSymbolTable()
562 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable()
563 assert(MSD.SectionIndex && "Invalid section index!"); in ComputeSymbolTable()
DELFObjectWriter.cpp72 uint32_t SectionIndex; member
576 Size, Other, MSD.SectionIndex, IsReserved); in WriteSymbol()
918 MSD.SectionIndex = ELF::SHN_COMMON; in ComputeSymbolTable()
920 MSD.SectionIndex = ELF::SHN_ABS; in ComputeSymbolTable()
923 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]); in ComputeSymbolTable()
925 MSD.SectionIndex = ELF::SHN_UNDEF; in ComputeSymbolTable()
929 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in ComputeSymbolTable()
930 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in ComputeSymbolTable()
932 assert(MSD.SectionIndex && "Invalid section index!"); in ComputeSymbolTable()
943 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1; in ComputeSymbolTable()
[all …]
DMCAssembler.cpp737 unsigned SectionIndex = 0; in Finish() local
744 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.h291 uint8_t SectionIndex; member
302 uint8_t SectionIndex; member
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h88 uint8_t SectionIndex; member