/openbsd/gnu/llvm/llvm/docs/ |
H A D | yaml2obj.rst | 36 SectionNumber: 1 46 SectionNumber: 1 164 SectionNumber: {type: int}
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 123 int SectionNumber = 0; in printRelocations() local 128 ++SectionNumber; in printRelocations() 132 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n"; in printRelocations()
|
H A D | COFFDumper.cpp | 1419 int SectionNumber = 0; in printSectionHeaders() local 1421 ++SectionNumber; in printSectionHeaders() 1427 W.printNumber("Number", SectionNumber); in printSectionHeaders() 1468 int SectionNumber = 0; in printRelocations() local 1470 ++SectionNumber; in printRelocations() 1476 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n"; in printRelocations() 1535 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() argument 1539 if (SectionNumber == llvm::COFF::IMAGE_SYM_DEBUG) in getSectionName() 1541 if (SectionNumber == llvm::COFF::IMAGE_SYM_ABSOLUTE) in getSectionName() 1543 if (SectionNumber == llvm::COFF::IMAGE_SYM_UNDEFINED) in getSectionName()
|
H A D | XCOFFDumper.cpp | 254 W.printNumber("SectionNum", LoadSecSymEntPtr->SectionNumber); in printLoaderSectionSymbolsHelper()
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | XCOFFObjectFile.h | 208 support::big16_t SectionNumber; 221 support::big16_t SectionNumber; 550 static bool isReservedSectionNumber(int16_t SectionNumber); 737 support::big16_t SectionNumber; 751 support::big16_t SectionNumber; 790 int16_t getSectionNumber() const { return GETVALUE(SectionNumber); }
|
H A D | COFF.h | 257 SectionNumberType SectionNumber; member 326 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) in getSectionNumber() 327 return CS16->SectionNumber; in getSectionNumber() 328 return static_cast<int16_t>(CS16->SectionNumber); in getSectionNumber() 330 return static_cast<int32_t>(CS32->SectionNumber); in getSectionNumber()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 190 int32_t SectionNumber; member 792 inline bool isReservedSectionNumber(int32_t SectionNumber) { in isReservedSectionNumber() argument 793 return SectionNumber <= 0; in isReservedSectionNumber()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 404 WeakDefault->Data.SectionNumber = COFF::IMAGE_SYM_ABSOLUTE; in DefineSymbol() 422 Sym->Data.SectionNumber = COFF::IMAGE_SYM_ABSOLUTE; in DefineSymbol() 504 W.write<uint32_t>(S.Data.SectionNumber); in WriteSymbol() 506 W.write<uint16_t>(static_cast<int16_t>(S.Data.SectionNumber)); in WriteSymbol() 862 File->Data.SectionNumber = COFF::IMAGE_SYM_DEBUG; in createFileSymbols() 906 if (!Sym->Section && Sym->Data.SectionNumber != COFF::IMAGE_SYM_ABSOLUTE) in setWeakDefaultNames() 935 Section.Symbol->Data.SectionNumber = I; in assignSectionNumbers() 1031 Symbol->Data.SectionNumber = Symbol->Section->Number; in writeObject()
|
H A D | XCOFFObjectWriter.cpp | 343 int16_t SectionNumber, uint16_t SymbolType, 763 int16_t SectionNumber, in writeSymbolEntry() argument 774 W.write<int16_t>(SectionNumber); in writeSymbolEntry()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 166 Dest.SectionNumber = Src.SectionNumber; in copySymbol()
|
H A D | COFFObjcopy.cpp | 204 Sym.Sym.SectionNumber == 0) in handleArgs() 214 Sym.Sym.SectionNumber != 0) in handleArgs()
|
H A D | COFFWriter.cpp | 46 Sym.Sym.SectionNumber = static_cast<uint32_t>(Sym.TargetSectionId); in finalizeSymbolContents() 53 Sym.Sym.SectionNumber = Sec->Index; in finalizeSymbolContents()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 805 Symbol->SectionNumber = 0xffff; in writeSymbolTable() 815 Symbol->SectionNumber = 1; in writeSymbolTable() 834 Symbol->SectionNumber = 2; in writeSymbolTable() 855 Symbol->SectionNumber = 2; in writeSymbolTable()
|
H A D | COFFObjectFile.cpp | 169 int32_t SectionNumber = Symb.getSectionNumber(); in getSymbolAddress() local 172 COFF::isReservedSectionNumber(SectionNumber)) in getSymbolAddress() 175 Expected<const coff_section *> Section = getSection(SectionNumber); in getSymbolAddress() 189 int32_t SectionNumber = Symb.getSectionNumber(); in getSymbolType() local 201 if (SectionNumber == COFF::IMAGE_SYM_DEBUG || Symb.isSectionDefinition()) in getSymbolType() 204 if (!COFF::isReservedSectionNumber(SectionNumber)) in getSymbolType()
|
H A D | XCOFFObjectFile.cpp | 830 bool XCOFFObjectFile::isReservedSectionNumber(int16_t SectionNumber) { in isReservedSectionNumber() argument 831 return (SectionNumber <= 0 && SectionNumber >= -2); in isReservedSectionNumber()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | COFFEmitter.cpp | 530 OS << binary_le(i->Header.SectionNumber); in writeCOFF() 532 OS << binary_le(static_cast<int16_t>(i->Header.SectionNumber)); in writeCOFF()
|
H A D | COFFYAML.cpp | 555 IO.mapRequired("SectionNumber", S.Header.SectionNumber); in mapping()
|
H A D | CodeViewYAMLSymbols.cpp | 325 IO.mapRequired("SectionNumber", Symbol.SectionNumber); in map()
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 291 Sym.Header.SectionNumber = Symbol.getSectionNumber(); in dumpSymbols()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordMapping.cpp | 91 error(IO.mapInteger(Section.SectionNumber)); in visitKnownRecord()
|
H A D | SymbolDumper.cpp | 157 W.printNumber("SectionNumber", Section.SectionNumber); in visitKnownRecord()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 112 uint16_t SectionNumber = 0; variable
|
/openbsd/gnu/llvm/lld/COFF/ |
H A D | Writer.cpp | 1207 sym.SectionNumber = IMAGE_SYM_ABSOLUTE; in createSymbol() 1224 sym.SectionNumber = os->sectionIndex; in createSymbol()
|
H A D | PDB.cpp | 1485 sym.SectionNumber = os.sectionIndex; in addLinkerModuleSectionSymbol()
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 442 Section.SectionNumber); in visitKnownRecord()
|