Searched defs:SectionIndex (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h88 uint8_t SectionIndex; member in struct:llvm::MachObjectWriter::MachSymbolData
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DItemType.java83 public final int SectionIndex; field in class:ItemType
99 this.SectionIndex = sectionIndex;
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp159 uint8_t SectionIndex; member in struct:__anon21761::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/lib/MC/
H A DMCAssembler.cpp768 unsigned SectionIndex = 0; local
775 it->setOrdinal(SectionIndex++);
H A DELFObjectWriter.cpp72 uint32_t SectionIndex; member in struct:__anon21260::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...]
/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/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...]

Completed in 269 milliseconds