Searched refs:SectionIndex (Results 1 - 12 of 12) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DReadContext.java110 SparseArray<Item> sa = itemsByType[itemType.SectionIndex];
131 SparseArray<Item> sa = itemsByType[itemType.SectionIndex];
147 int storedSectionSize = sectionSizes[itemType.SectionIndex];
149 sectionSizes[itemType.SectionIndex] = sectionSize;
157 int storedSectionOffset = sectionOffsets[itemType.SectionIndex];
159 sectionOffsets[itemType.SectionIndex] = sectionOffset;
177 SparseArray<Item> sa = itemsByType[itemType.SectionIndex];
190 return sectionSizes[itemType.SectionIndex];
198 return sectionOffsets[itemType.SectionIndex];
H A DItemType.java83 public final int SectionIndex; field in class:ItemType
99 this.SectionIndex = sectionIndex;
H A DDexFile.java451 return (Section<T>)sectionsByType[item.getItemType().SectionIndex];
460 return sectionsByType[itemType.SectionIndex];
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp159 uint8_t SectionIndex; member in struct:__anon21782::MachOSymbol
201 Symbol.SectionIndex = Entry.SectionIndex;
209 Symbol.SectionIndex = Entry.SectionIndex;
225 int SectionIndex = -1; local
232 ++SectionIndex;
247 W.printNumber("Index", SectionIndex);
423 W.printHex ("Section", SectionName, Symbol.SectionIndex);
H A DELFDumper.cpp463 int SectionIndex = -1; local
470 ++SectionIndex;
478 W.printNumber("Index", SectionIndex);
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp178 uint8_t Type, uint8_t SectionIndex,
185 outs() << " ('n_sect', " << uint32_t(SectionIndex) << ")\n";
216 STE.SectionIndex, STE.Flags, STE.Value,
221 STE.SectionIndex, STE.Flags, STE.Value,
176 DumpSymbolTableEntryData(const MachOObjectFile &Obj, unsigned Index, uint32_t StringIndex, uint8_t Type, uint8_t SectionIndex, uint16_t Flags, uint64_t Value, StringRef StringTable) argument
/external/llvm/include/llvm/Object/
H A DMachOFormat.h309 uint8_t SectionIndex; member in struct:llvm::object::macho::SymbolTableEntry
320 uint8_t SectionIndex; member in struct:llvm::object::macho::Symbol64TableEntry
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp354 Write8(MSD.SectionIndex);
523 MSD.SectionIndex = 0;
526 MSD.SectionIndex = 0;
529 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
530 assert(MSD.SectionIndex && "Invalid section index!");
559 MSD.SectionIndex = 0;
562 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
563 assert(MSD.SectionIndex && "Invalid section index!");
H A DELFObjectWriter.cpp72 uint32_t SectionIndex; member in struct:__anon21281::ELFObjectWriter::ELFSymbolData
576 Size, Other, MSD.SectionIndex, IsReserved);
915 MSD.SectionIndex = ELF::SHN_COMMON;
917 MSD.SectionIndex = ELF::SHN_ABS;
920 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]);
922 MSD.SectionIndex = ELF::SHN_UNDEF;
926 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
927 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
929 assert(MSD.SectionIndex && "Invalid section index!");
940 unsigned Skip = MSD.SectionIndex
[all...]
H A DMCAssembler.cpp768 unsigned SectionIndex = 0; local
775 it->setOrdinal(SectionIndex++);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp35 uint8_t SectionIndex; member in struct:llvm::object::SymbolTableEntryBase
484 if (Entry.SectionIndex) {
487 SecRel.d.a = Entry.SectionIndex-1;
519 uint8_t SectionIndex; local
527 SectionIndex = Entry.SectionIndex;
528 if (!SectionIndex) {
545 if (Entry.SectionIndex == SectionIndex && Value > BeginOffset)
552 Sec.d.a = SectionIndex
[all...]
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h88 uint8_t SectionIndex; member in struct:llvm::MachObjectWriter::MachSymbolData

Completed in 231 milliseconds