Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp653 if (Sec.NumberOfRelocations < XCOFF::RelocOverflow) in getLogicalNumberOfRelocationEntries()
654 return Sec.NumberOfRelocations; in getLogicalNumberOfRelocationEntries()
657 Sec.NumberOfRelocations == SectionIndex) in getLogicalNumberOfRelocationEntries()
H A DCOFFObjectFile.cpp366 return Sec->NumberOfRelocations; in getNumberOfRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp167 NewYAMLSection.Header.NumberOfRelocations = in dumpSections()
168 COFFSection->NumberOfRelocations; in dumpSections()
259 YAMLASD.NumberOfRelocations = ObjSD->NumberOfRelocations; in dumpSectionDefinition()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
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 DCOFFYAML.cpp528 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DCOFF.h278 uint16_t NumberOfRelocations; member
447 uint16_t NumberOfRelocations; member
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp103 S.Header.NumberOfRelocations = 0xffff; in layoutSections()
107 S.Header.NumberOfRelocations = S.Relocs.size(); in layoutSections()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp457 W.printNumber("IndexOfSectionOverflowed", Sec.NumberOfRelocations); in printOverflowSectionHeader()
470 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()
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dpe.h409 char NumberOfRelocations[2];/* # relocation entries. */ member
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dpe.h412 char NumberOfRelocations[2];/* # relocation entries. */ member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dwin64.d294 ushort NumberOfRelocations; variable
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
H A Dpe.h249 UINT16 NumberOfRelocations; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Dpe.h255 UINT16 NumberOfRelocations; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/
H A Dpe.h249 UINT16 NumberOfRelocations; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp705 , unsigned(asd->NumberOfRelocations) in printCOFFSymbolTable()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d3148 WORD NumberOfRelocations;
3206 WORD NumberOfRelocations;
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoffcode.h5705 H_GET_16 (abfd, ext->Section.NumberOfRelocations); in coff_bigobj_swap_aux_in()
5751 ext->Section.NumberOfRelocations); in coff_bigobj_swap_aux_out()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h5856 H_GET_16 (abfd, ext->Section.NumberOfRelocations); in coff_bigobj_swap_aux_in()
5902 ext->Section.NumberOfRelocations); in coff_bigobj_swap_aux_out()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1901 uint32_t(Header.NumberOfRelocations)); in dumpSectionHeaders()