Searched refs:SectionIndex (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 325 uint8_t SectionIndex = MSD.SectionIndex; in writeNlist() local 335 SectionIndex = AliaseeInfo->SectionIndex; in writeNlist() 376 write8(SectionIndex); in writeNlist() 543 MSD.SectionIndex = 0; in computeSymbolTable() 546 MSD.SectionIndex = 0; in computeSymbolTable() 549 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable() 550 assert(MSD.SectionIndex && "Invalid section index!"); in computeSymbolTable() 569 MSD.SectionIndex = 0; in computeSymbolTable() 572 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable() 573 assert(MSD.SectionIndex && "Invalid section index!"); in computeSymbolTable()
|
D | ELFObjectWriter.cpp | 81 uint32_t SectionIndex; member 93 return SectionIndex < RHS.SectionIndex; in operator <() 488 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex, in writeSymbol() 807 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable() 810 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable() 813 MSD.SectionIndex = RevGroupMap.lookup(&Symbol); in computeSymbolTable() 814 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable() 817 MSD.SectionIndex = ELF::SHN_UNDEF; in computeSymbolTable() 822 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable() 823 assert(MSD.SectionIndex && "Invalid section index!"); in computeSymbolTable() [all …]
|
D | MCAssembler.cpp | 894 unsigned SectionIndex = 0; in layout() local 901 Sec.setOrdinal(SectionIndex++); in layout()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMEHABIPrinter.h | 331 void PrintIndexTable(unsigned SectionIndex, const Elf_Shdr *IT) const; 472 void PrinterContext<ET>::PrintIndexTable(unsigned SectionIndex, in PrintIndexTable() argument 502 errs() << "corrupt unwind data in section " << SectionIndex << "\n"; in PrintIndexTable() 525 FindExceptionTable(SectionIndex, Entry * IndexTableEntrySize + 4); in PrintIndexTable() 542 int SectionIndex = 0; in PrintUnwindInformation() local 547 SW.printNumber("SectionIndex", SectionIndex); in PrintUnwindInformation() 552 PrintIndexTable(SectionIndex, &Sec); in PrintUnwindInformation() 554 ++SectionIndex; in PrintUnwindInformation()
|
D | ELFDumper.cpp | 468 StringRef &SectionName, unsigned &SectionIndex) { in getSectionNameIndex() argument 469 SectionIndex = Symbol->st_shndx; in getSectionNameIndex() 480 else if (Symbol->isReserved() && SectionIndex != SHN_XINDEX) in getSectionNameIndex() 483 if (SectionIndex == SHN_XINDEX) in getSectionNameIndex() 484 SectionIndex = in getSectionNameIndex() 486 ErrorOr<const typename ELFO::Elf_Shdr *> Sec = Obj.getSection(SectionIndex); in getSectionNameIndex() 1086 int SectionIndex = -1; in printSections() local 1088 ++SectionIndex; in printSections() 1093 W.printNumber("Index", SectionIndex); in printSections() 1272 unsigned SectionIndex = 0; in printSymbol() local [all …]
|
D | MachODumper.cpp | 286 uint8_t SectionIndex; member 372 Symbol.SectionIndex = Entry.n_sect; in getSymbol() 380 Symbol.SectionIndex = Entry.n_sect; in getSymbol() 436 int SectionIndex = -1; in printSections() local 438 ++SectionIndex; in printSections() 452 W.printNumber("Index", SectionIndex); in printSections() 632 W.printHex("Section", SectionName, MOSymbol.SectionIndex); in printSymbol()
|
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 74 uint8_t SectionIndex, uint16_t Flags, 87 uint8_t Type, uint8_t SectionIndex, uint16_t Flags, 211 uint8_t SectionIndex, uint16_t Flags, in dumpSymTabEntry() argument 255 << format_hex_no_prefix(SectionIndex, 2) << " " in dumpSymTabEntry() 340 uint8_t SectionIndex, in handleStabSymbolTableEntry() argument
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 124 uint64_t SectionIndex = in HexagonMCEmitCommonSymbol() local 128 ELFSymbol->setIndex(SectionIndex); in HexagonMCEmitCommonSymbol()
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 79 uint8_t SectionIndex; member
|