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 | 133 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/ |
D | MachObjectWriter.cpp | 344 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()
|
D | ELFObjectWriter.cpp | 73 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 …]
|
D | MCAssembler.cpp | 577 unsigned SectionIndex = 0; in Finish() local 584 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 | 272 uint8_t SectionIndex; member 283 uint8_t SectionIndex; member
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 81 uint8_t SectionIndex; member
|