Home
last modified time | relevance | path

Searched refs:NumberOfRelocations (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp101 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 DCOFFEmitter.cpp256 S.Header.NumberOfRelocations = 0xffff; in layoutCOFF()
259 S.Header.NumberOfRelocations = S.Relocations.size(); in layoutCOFF()
479 << binary_le(S.Header.NumberOfRelocations) in writeCOFF()
570 << binary_le(i->SectionDefinition->NumberOfRelocations) in writeCOFF()
H A DXCOFFYAML.cpp221 IO.mapOptional("NumberOfRelocations", Sec.NumberOfRelocations); in mapping()
H A DCOFFYAML.cpp536 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp231 const uint32_t NumberOfRelocations = 3; in createImportDescriptor() local
241 NumberOfRelocations * sizeof(coff_relocation) + in createImportDescriptor()
260 u16(NumberOfRelocations), in createImportDescriptor()
270 NumberOfRelocations * sizeof(coff_relocation)), in createImportDescriptor()
286 const coff_relocation RelocationTable[NumberOfRelocations] = { in createImportDescriptor()
H A DWindowsResource.cpp754 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 DXCOFFObjectFile.cpp995 return Section.NumberOfRelocations; in getNumberOfRelocationEntries()
998 if (Section.NumberOfRelocations < XCOFF::RelocOverflow) in getNumberOfRelocationEntries()
999 return Section.NumberOfRelocations; in getNumberOfRelocationEntries()
1002 Sec.NumberOfRelocations == SectionIndex) in getNumberOfRelocationEntries()
H A DCOFFObjectFile.cpp373 return Sec->NumberOfRelocations; in getNumberOfRelocations()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp36 if (Sec.NumberOfRelocations) { in readSections()
H A DXCOFFWriter.cpp33 Sec.SectionHeader.NumberOfRelocations * sizeof(XCOFFRelocation32); in finalizeSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp549 W.write<uint16_t>(i.Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols()
590 W.write<uint16_t>(S.NumberOfRelocations); in writeSectionHeaders()
792 Sec->Header.NumberOfRelocations = 0xffff; in assignFileOffsets()
794 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets()
817 Aux.Aux.SectionDefinition.NumberOfRelocations = in assignFileOffsets()
818 Sec->Header.NumberOfRelocations; in assignFileOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h292 uint16_t NumberOfRelocations; member
462 uint16_t NumberOfRelocations; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp105 S.Header.NumberOfRelocations = 0xffff; in layoutSections()
109 S.Header.NumberOfRelocations = S.Relocs.size(); in layoutSections()
/freebsd-14.2/stand/efi/include/amd64/
H A Dpe.h243 UINT16 NumberOfRelocations; member
/freebsd-14.2/stand/efi/include/i386/
H A Dpe.h243 UINT16 NumberOfRelocations; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h79 llvm::yaml::Hex16 NumberOfRelocations; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h448 support::ulittle16_t NumberOfRelocations; member
456 NumberOfRelocations == UINT16_MAX; in hasExtendedRelocations()
513 support::ulittle16_t NumberOfRelocations; member
H A DXCOFFObjectFile.h182 support::ubig16_t NumberOfRelocations;
195 support::ubig32_t NumberOfRelocations;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1002 W.printNumber("IndexOfSectionOverflowed", Sec.NumberOfRelocations); in printOverflowSectionHeader()
1015 W.printNumber("NumberOfRelocations", Sec.NumberOfRelocations); in printGenericSectionHeader()
H A DCOFFDumper.cpp1523 W.printNumber("RelocationCount", Section->NumberOfRelocations); in printSectionHeaders()
1710 W.printNumber("RelocationCount", Aux->NumberOfRelocations); in printSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp885 , unsigned(asd->NumberOfRelocations) in printCOFFSymbolTable()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp263 else if (ctx.config.tailMerge && sec->NumberOfRelocations == 0 && in readSection()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1807 uint32_t(Header.NumberOfRelocations)); in dumpSectionHeaders()