| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | xcoff2yaml.cpp | 72 YamlSec.NumberOfRelocations = S.NumberOfRelocations; in dumpSections() 91 if (S.NumberOfRelocations) { in dumpSections()
|
| H A D | coff2yaml.cpp | 169 NewYAMLSection.Header.NumberOfRelocations = in dumpSections() 170 COFFSection->NumberOfRelocations; in dumpSections() 260 YAMLASD.NumberOfRelocations = ObjSD->NumberOfRelocations; in dumpSectionDefinition()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 189 const uint32_t NumberOfRelocations = 3; in createImportDescriptor() local 199 NumberOfRelocations * sizeof(coff_relocation) + in createImportDescriptor() 218 u16(NumberOfRelocations), in createImportDescriptor() 228 NumberOfRelocations * sizeof(coff_relocation)), in createImportDescriptor() 244 const coff_relocation RelocationTable[NumberOfRelocations] = { in createImportDescriptor()
|
| H A D | WindowsResource.cpp | 754 SectionOneHeader->NumberOfRelocations = Data.size(); in writeFirstSectionHeader() 772 SectionTwoHeader->NumberOfRelocations = 0; in writeSecondSectionHeader() 823 Aux->NumberOfRelocations = Data.size(); in writeSymbolTable() 842 Aux->NumberOfRelocations = 0; in writeSymbolTable()
|
| H A D | XCOFFObjectFile.cpp | 987 return Section.NumberOfRelocations; in getNumberOfRelocationEntries() 990 if (Section.NumberOfRelocations < XCOFF::RelocOverflow) in getNumberOfRelocationEntries() 991 return Section.NumberOfRelocations; in getNumberOfRelocationEntries() 994 Sec.NumberOfRelocations == SectionIndex) in getNumberOfRelocationEntries()
|
| H A D | COFFObjectFile.cpp | 373 return Sec->NumberOfRelocations; in getNumberOfRelocations()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | XCOFFEmitter.cpp | 101 InitSection.NumberOfRelocations = InitSection.Relocations.size(); in initRelocations() 105 CurrentOffset += InitSection.NumberOfRelocations * RelSize; in initRelocations() 459 W.write<uint32_t>(YamlSec.NumberOfRelocations in writeSectionHeader() 460 ? YamlSec.NumberOfRelocations in writeSectionHeader() 461 : DerivedSec.NumberOfRelocations); in writeSectionHeader() 475 W.write<uint16_t>(YamlSec.NumberOfRelocations in writeSectionHeader() 476 ? YamlSec.NumberOfRelocations in writeSectionHeader() 477 : DerivedSec.NumberOfRelocations); in writeSectionHeader()
|
| H A D | COFFEmitter.cpp | 258 S.Header.NumberOfRelocations = 0xffff; in layoutCOFF() 261 S.Header.NumberOfRelocations = S.Relocations.size(); in layoutCOFF() 481 << binary_le(S.Header.NumberOfRelocations) in writeCOFF() 569 << binary_le(i->SectionDefinition->NumberOfRelocations) in writeCOFF()
|
| H A D | XCOFFYAML.cpp | 221 IO.mapOptional("NumberOfRelocations", Sec.NumberOfRelocations); in mapping()
|
| H A D | COFFYAML.cpp | 536 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFReader.cpp | 36 if (Sec.NumberOfRelocations) { in readSections()
|
| H A D | XCOFFWriter.cpp | 33 Sec.SectionHeader.NumberOfRelocations * sizeof(XCOFFRelocation32); in finalizeSections()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 530 W.write<uint16_t>(i.Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols() 570 W.write<uint16_t>(S.NumberOfRelocations); in writeSectionHeaders() 978 Sec->Header.NumberOfRelocations = 0xffff; in assignFileOffsets() 980 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets() 1003 Aux.Aux.SectionDefinition.NumberOfRelocations = in assignFileOffsets() 1004 Sec->Header.NumberOfRelocations; in assignFileOffsets()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 278 uint16_t NumberOfRelocations; member 448 uint16_t NumberOfRelocations; member
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFWriter.cpp | 105 S.Header.NumberOfRelocations = 0xffff; in layoutSections() 109 S.Header.NumberOfRelocations = S.Relocs.size(); in layoutSections()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | COFF.h | 448 support::ulittle16_t NumberOfRelocations; member 456 NumberOfRelocations == UINT16_MAX; in hasExtendedRelocations() 513 support::ulittle16_t NumberOfRelocations; member
|
| H A D | XCOFFObjectFile.h | 179 support::ubig16_t NumberOfRelocations; 192 support::ubig32_t NumberOfRelocations;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | XCOFFYAML.h | 79 llvm::yaml::Hex16 NumberOfRelocations; member
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 1001 W.printNumber("IndexOfSectionOverflowed", Sec.NumberOfRelocations); in printOverflowSectionHeader() 1014 W.printNumber("NumberOfRelocations", Sec.NumberOfRelocations); in printGenericSectionHeader()
|
| H A D | COFFDumper.cpp | 1435 W.printNumber("RelocationCount", Section->NumberOfRelocations); in printSectionHeaders() 1622 W.printNumber("RelocationCount", Aux->NumberOfRelocations); in printSymbol()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 876 , unsigned(asd->NumberOfRelocations) in printCOFFSymbolTable()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | InputFiles.cpp | 263 else if (ctx.config.tailMerge && sec->NumberOfRelocations == 0 && in readSection()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1806 uint32_t(Header.NumberOfRelocations)); in dumpSectionHeaders()
|