| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 268 const uint32_t NumberOfRelocations = 3; in createImportDescriptor() local 278 NumberOfRelocations * sizeof(coff_relocation) + in createImportDescriptor() 297 u16(NumberOfRelocations), in createImportDescriptor() 307 NumberOfRelocations * sizeof(coff_relocation)), in createImportDescriptor() 323 const coff_relocation RelocationTable[NumberOfRelocations] = { in createImportDescriptor()
|
| H A D | WindowsResource.cpp | 755 SectionOneHeader->NumberOfRelocations = Data.size(); in writeFirstSectionHeader() 773 SectionTwoHeader->NumberOfRelocations = 0; in writeSecondSectionHeader() 824 Aux->NumberOfRelocations = Data.size(); in writeSymbolTable() 843 Aux->NumberOfRelocations = 0; in writeSymbolTable()
|
| H A D | XCOFFObjectFile.cpp | 1008 return Section.NumberOfRelocations; in getNumberOfRelocationEntries() 1011 if (Section.NumberOfRelocations < XCOFF::RelocOverflow) in getNumberOfRelocationEntries() 1012 return Section.NumberOfRelocations; in getNumberOfRelocationEntries() 1015 Sec.NumberOfRelocations == SectionIndex) in getNumberOfRelocationEntries()
|
| H A D | COFFObjectFile.cpp | 372 return Sec->NumberOfRelocations; in getNumberOfRelocations()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 520 W.write<uint16_t>(i.Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols() 561 W.write<uint16_t>(S.NumberOfRelocations); in writeSectionHeaders() 759 Sec->Header.NumberOfRelocations = 0xffff; in assignFileOffsets() 761 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets() 787 Aux.Aux.SectionDefinition.NumberOfRelocations = in assignFileOffsets() 788 Sec->Header.NumberOfRelocations; in assignFileOffsets()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | COFFEmitter.cpp | 250 S.Header.NumberOfRelocations = 0xffff; in layoutCOFF() 253 S.Header.NumberOfRelocations = S.Relocations.size(); in layoutCOFF() 473 << binary_le(S.Header.NumberOfRelocations) in writeCOFF() 564 << binary_le(i->SectionDefinition->NumberOfRelocations) in writeCOFF()
|
| H A D | XCOFFEmitter.cpp | 117 if (!InitSection.NumberOfRelocations) in initRelocations() 118 InitSection.NumberOfRelocations = InitSection.Relocations.size(); in initRelocations() 540 W.write<uint32_t>(DerivedSec.NumberOfRelocations); in writeSectionHeaders() 552 W.write<uint16_t>(DerivedSec.NumberOfRelocations); in writeSectionHeaders()
|
| H A D | XCOFFYAML.cpp | 250 IO.mapOptional("NumberOfRelocations", Sec.NumberOfRelocations); in mapping()
|
| H A D | COFFYAML.cpp | 559 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 293 uint16_t NumberOfRelocations; member 496 uint16_t NumberOfRelocations; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFWriter.cpp | 178 S.Header.NumberOfRelocations = 0xffff; in layoutSections() 182 S.Header.NumberOfRelocations = S.Relocs.size(); in layoutSections()
|
| /freebsd/stand/efi/include/amd64/ |
| H A D | pe.h | 243 UINT16 NumberOfRelocations; member
|
| /freebsd/stand/efi/include/i386/ |
| H A D | pe.h | 243 UINT16 NumberOfRelocations; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | XCOFFYAML.h | 79 llvm::yaml::Hex16 NumberOfRelocations; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 457 support::ulittle16_t NumberOfRelocations; member 465 NumberOfRelocations == UINT16_MAX; in hasExtendedRelocations() 522 support::ulittle16_t NumberOfRelocations; member
|
| H A D | XCOFFObjectFile.h | 192 support::ubig16_t NumberOfRelocations; 205 support::ubig32_t NumberOfRelocations;
|
| /freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | PeImage.h | 306 UINT16 NumberOfRelocations; member
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 1028 W.printNumber("IndexOfSectionOverflowed", Sec.NumberOfRelocations); in printOverflowSectionHeader() 1041 W.printNumber("NumberOfRelocations", Sec.NumberOfRelocations); in printGenericSectionHeader()
|
| H A D | COFFDumper.cpp | 1572 W.printNumber("RelocationCount", Section->NumberOfRelocations); in printSectionHeaders() 1759 W.printNumber("RelocationCount", Aux->NumberOfRelocations); in printSymbol()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 903 , unsigned(asd->NumberOfRelocations) in printCOFFSymbolTable()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.cpp | 446 else if (symtab.ctx.config.tailMerge && sec->NumberOfRelocations == 0 && in readSection()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1806 uint32_t(Header.NumberOfRelocations)); in dumpSectionHeaders()
|