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

/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h79 uint8_t SectionIndex; member in struct:llvm::MachObjectWriter::MachSymbolData
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp129 uint64_t SectionIndex = local
133 ELFSymbol->setIndex(SectionIndex);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCMachObjectWriter.h81 uint8_t SectionIndex; member in struct:llvm::MachObjectWriter::MachSymbolData
/external/swiftshader/third_party/LLVM/tools/macho-dump/
H A Dmacho-dump.cpp202 uint8_t Type, uint8_t SectionIndex,
207 outs() << " ('n_sect', " << uint32_t(SectionIndex) << ")\n";
247 STE->SectionIndex, STE->Flags, STE->Value);
257 STE->SectionIndex, STE->Flags, STE->Value);
200 DumpSymbolTableEntryData(MachOObject &Obj, unsigned Index, uint32_t StringIndex, uint8_t Type, uint8_t SectionIndex, uint16_t Flags, uint64_t Value) argument
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp80 uint32_t SectionIndex; member in struct:__anon12848::ELFObjectWriter::ELFSymbolData
92 return SectionIndex < RHS.SectionIndex;
498 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex,
813 MSD.SectionIndex = ELF::SHN_ABS;
816 MSD.SectionIndex = ELF::SHN_COMMON;
819 MSD.SectionIndex = RevGroupMap.lookup(&Symbol);
820 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
823 MSD.SectionIndex = ELF::SHN_UNDEF;
828 MSD.SectionIndex
[all...]
H A DMCAssembler.cpp641 unsigned SectionIndex = 0; local
648 Sec.setOrdinal(SectionIndex++);
H A DMachObjectWriter.cpp325 uint8_t SectionIndex = MSD.SectionIndex; local
335 SectionIndex = AliaseeInfo->SectionIndex;
376 write8(SectionIndex);
547 MSD.SectionIndex = 0;
550 MSD.SectionIndex = 0;
553 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
554 assert(MSD.SectionIndex && "Invalid section index!");
573 MSD.SectionIndex
[all...]
/external/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp74 uint8_t SectionIndex, uint16_t Flags,
87 uint8_t Type, uint8_t SectionIndex, uint16_t Flags,
209 uint8_t SectionIndex, uint16_t Flags,
253 << format_hex_no_prefix(SectionIndex, 2) << " "
340 uint8_t SectionIndex,
207 dumpSymTabEntry(raw_ostream &OS, uint64_t Index, uint32_t StringIndex, uint8_t Type, uint8_t SectionIndex, uint16_t Flags, uint64_t Value) argument
338 handleStabSymbolTableEntry(uint32_t StringIndex, uint8_t Type, uint8_t SectionIndex, uint16_t Flags, uint64_t Value) argument
/external/swiftshader/third_party/LLVM/lib/MC/
H A DELFObjectWriter.h68 uint32_t SectionIndex; member in struct:llvm::ELFObjectWriter::ELFSymbolData
H A DMCAssembler.cpp573 unsigned SectionIndex = 0; local
580 it->setOrdinal(SectionIndex++);
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMachODump.cpp100 uint8_t SectionIndex; member in struct:Symbol
120 S.SectionIndex = STE->SectionIndex;
429 if ((unsigned)Symbols[SymIdx].SectionIndex - 1 != SectIdx)
437 Symbols[SymIdx].SectionIndex != Symbols[SymIdx+1].SectionIndex) ?
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h332 void PrintIndexTable(unsigned SectionIndex, const Elf_Shdr *IT) const;
480 void PrinterContext<ET>::PrintIndexTable(unsigned SectionIndex, argument
510 errs() << "corrupt unwind data in section " << SectionIndex << "\n";
533 FindExceptionTable(SectionIndex, Entry * IndexTableEntrySize + 4);
550 int SectionIndex = 0; local
555 SW.printNumber("SectionIndex", SectionIndex);
560 PrintIndexTable(SectionIndex, &Sec);
562 ++SectionIndex;
H A DMachODumper.cpp286 uint8_t SectionIndex; member in struct:__anon13655::MachOSymbol
372 Symbol.SectionIndex = Entry.n_sect;
380 Symbol.SectionIndex = Entry.n_sect;
436 int SectionIndex = -1; local
438 ++SectionIndex;
452 W.printNumber("Index", SectionIndex);
637 W.printHex("Section", SectionName, MOSymbol.SectionIndex);
H A DELFDumper.cpp713 StringRef &SectionName, unsigned &SectionIndex) {
714 SectionIndex = Symbol->st_shndx;
725 else if (Symbol->isReserved() && SectionIndex != SHN_XINDEX)
728 if (SectionIndex == SHN_XINDEX)
729 SectionIndex =
732 unwrapOrError(Obj.getSection(SectionIndex));
2120 unsigned SectionIndex = 0; local
2123 Dumper->getShndxTable(), SectionName, SectionIndex);
2124 W.printHex("Section", SectionName, SectionIndex);
2154 unsigned SectionIndex local
710 getSectionNameIndex(const ELFO &Obj, const typename ELFO::Elf_Sym *Symbol, const typename ELFO::Elf_Sym *FirstSym, ArrayRef<typename ELFO::Elf_Word> ShndxTable, StringRef &SectionName, unsigned &SectionIndex) argument
2424 uint32_t SectionIndex = 0; local
2634 size_t SectionIndex = 0; local
2731 unsigned SectionIndex = Symbol->st_shndx; local
3210 uint32_t SectionIndex = 0; local
3319 int SectionIndex = -1; local
3398 unsigned SectionIndex = 0; local
[all...]
/external/swiftshader/third_party/LLVM/lib/Object/
H A DMachOObjectFile.cpp130 uint8_t SectionIndex; local
135 SectionIndex = Entry->SectionIndex;
140 SectionIndex = Entry->SectionIndex;
142 getSectionAddress(Sections[SectionIndex-1], SectionOffset);
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachOFormat.h270 uint8_t SectionIndex; member in struct:llvm::object::macho::SymbolTableEntry
277 uint8_t SectionIndex; member in struct:llvm::object::macho::Symbol64TableEntry

Completed in 3364 milliseconds