Searched refs:SectionIndex (Results 1 – 10 of 10) sorted by relevance
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
D | ReadContext.java | 110 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()
|
D | ItemType.java | 83 public final int SectionIndex; field in ItemType 99 this.SectionIndex = sectionIndex; in ItemType()
|
D | DexFile.java | 451 return (Section<T>)sectionsByType[item.getItemType().SectionIndex]; in getSectionForItem() 460 return sectionsByType[itemType.SectionIndex]; in getSectionForType()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 140 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/ |
D | MachObjectWriter.cpp | 354 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()
|
D | ELFObjectWriter.cpp | 72 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 …]
|
D | MCAssembler.cpp | 737 unsigned SectionIndex = 0; in Finish() local 744 it->setOrdinal(SectionIndex++); in Finish()
|
/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 202 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/ |
D | MachOFormat.h | 291 uint8_t SectionIndex; member 302 uint8_t SectionIndex; member
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 88 uint8_t SectionIndex; member
|