Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp84 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 DCOFFEmitter.cpp263 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 DXCOFFYAML.cpp138 IO.mapOptional("NumberOfRelocations", Sec.NumberOfRelocations); in mapping()
H A DCOFFYAML.cpp529 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp183 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 DWindowsResource.cpp756 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 DXCOFFObjectFile.cpp666 if (Sec.NumberOfRelocations < XCOFF::RelocOverflow) in getLogicalNumberOfRelocationEntries()
667 return Sec.NumberOfRelocations; in getLogicalNumberOfRelocationEntries()
670 Sec.NumberOfRelocations == SectionIndex) in getLogicalNumberOfRelocationEntries()
H A DCOFFObjectFile.cpp373 return Sec->NumberOfRelocations; in getNumberOfRelocations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp549 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 DXCOFFYAML.h46 llvm::yaml::Hex16 NumberOfRelocations; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h278 uint16_t NumberOfRelocations; member
448 uint16_t NumberOfRelocations; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp103 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 DXCOFFObjectFile.h81 support::ubig16_t NumberOfRelocations;
94 support::ubig32_t NumberOfRelocations;
H A DCOFF.h448 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 DXCOFFDumper.cpp509 W.printNumber("IndexOfSectionOverflowed", Sec.NumberOfRelocations); in printOverflowSectionHeader()
522 W.printNumber("NumberOfRelocations", Sec.NumberOfRelocations); in printGenericSectionHeader()
H A DCOFFDumper.cpp1377 W.printNumber("RelocationCount", Section->NumberOfRelocations); in printSectionHeaders()
1565 W.printNumber("RelocationCount", Aux->NumberOfRelocations); in printSymbol()
/freebsd-13.1/stand/efi/include/amd64/
H A Dpe.h244 UINT16 NumberOfRelocations; member
/freebsd-13.1/stand/efi/include/i386/
H A Dpe.h244 UINT16 NumberOfRelocations; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp705 , unsigned(asd->NumberOfRelocations) in printCOFFSymbolTable()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp291 else if (config->tailMerge && sec->NumberOfRelocations == 0 && in readSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1901 uint32_t(Header.NumberOfRelocations)); in dumpSectionHeaders()