| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | XCOFFEmitter.cpp | 84 InitSections[I].NumberOfRelocations = InitSections[I].Relocations.size(); in initRelocations() 86 CurrentOffset += InitSections[I].NumberOfRelocations * in initRelocations() 216 W.write<uint16_t>(YamlSec.NumberOfRelocations in writeSectionHeader() 217 ? YamlSec.NumberOfRelocations in writeSectionHeader() 218 : DerivedSec.NumberOfRelocations); in writeSectionHeader()
|
| H A D | COFFEmitter.cpp | 263 S.Header.NumberOfRelocations = 0xffff; in layoutCOFF() 266 S.Header.NumberOfRelocations = S.Relocations.size(); in layoutCOFF() 487 << binary_le(i->Header.NumberOfRelocations) in writeCOFF() 577 << binary_le(i->SectionDefinition->NumberOfRelocations) in writeCOFF()
|
| H A D | XCOFFYAML.cpp | 138 IO.mapOptional("NumberOfRelocations", Sec.NumberOfRelocations); in mapping()
|
| H A D | COFFYAML.cpp | 529 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 183 const uint32_t NumberOfRelocations = 3; in createImportDescriptor() local 193 NumberOfRelocations * sizeof(coff_relocation) + in createImportDescriptor() 212 u16(NumberOfRelocations), in createImportDescriptor() 222 NumberOfRelocations * sizeof(coff_relocation)), in createImportDescriptor() 238 const coff_relocation RelocationTable[NumberOfRelocations] = { in createImportDescriptor()
|
| H A D | WindowsResource.cpp | 756 SectionOneHeader->NumberOfRelocations = Data.size(); in writeFirstSectionHeader() 774 SectionTwoHeader->NumberOfRelocations = 0; in writeSecondSectionHeader() 825 Aux->NumberOfRelocations = Data.size(); in writeSymbolTable() 844 Aux->NumberOfRelocations = 0; in writeSymbolTable()
|
| H A D | XCOFFObjectFile.cpp | 666 if (Sec.NumberOfRelocations < XCOFF::RelocOverflow) in getLogicalNumberOfRelocationEntries() 667 return Sec.NumberOfRelocations; in getLogicalNumberOfRelocationEntries() 670 Sec.NumberOfRelocations == SectionIndex) in getLogicalNumberOfRelocationEntries()
|
| H A D | COFFObjectFile.cpp | 373 return Sec->NumberOfRelocations; in getNumberOfRelocations()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 549 W.write<uint16_t>(i.Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols() 589 W.write<uint16_t>(S.NumberOfRelocations); in writeSectionHeaders() 982 Sec->Header.NumberOfRelocations = 0xffff; in assignFileOffsets() 984 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets() 1007 Aux.Aux.SectionDefinition.NumberOfRelocations = in assignFileOffsets() 1008 Sec->Header.NumberOfRelocations; in assignFileOffsets()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | XCOFFYAML.h | 46 llvm::yaml::Hex16 NumberOfRelocations; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 278 uint16_t NumberOfRelocations; member 448 uint16_t NumberOfRelocations; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Writer.cpp | 103 S.Header.NumberOfRelocations = 0xffff; in layoutSections() 107 S.Header.NumberOfRelocations = S.Relocs.size(); in layoutSections()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 81 support::ubig16_t NumberOfRelocations; 94 support::ubig32_t NumberOfRelocations;
|
| H A D | COFF.h | 448 support::ulittle16_t NumberOfRelocations; member 456 NumberOfRelocations == UINT16_MAX; in hasExtendedRelocations() 513 support::ulittle16_t NumberOfRelocations; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 509 W.printNumber("IndexOfSectionOverflowed", Sec.NumberOfRelocations); in printOverflowSectionHeader() 522 W.printNumber("NumberOfRelocations", Sec.NumberOfRelocations); in printGenericSectionHeader()
|
| H A D | COFFDumper.cpp | 1377 W.printNumber("RelocationCount", Section->NumberOfRelocations); in printSectionHeaders() 1565 W.printNumber("RelocationCount", Aux->NumberOfRelocations); in printSymbol()
|
| /freebsd-13.1/stand/efi/include/amd64/ |
| H A D | pe.h | 244 UINT16 NumberOfRelocations; member
|
| /freebsd-13.1/stand/efi/include/i386/ |
| H A D | pe.h | 244 UINT16 NumberOfRelocations; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 705 , unsigned(asd->NumberOfRelocations) in printCOFFSymbolTable()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.cpp | 291 else if (config->tailMerge && sec->NumberOfRelocations == 0 && in readSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1901 uint32_t(Header.NumberOfRelocations)); in dumpSectionHeaders()
|