| /netbsd-src/external/apache2/llvm/dist/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 | 653 if (Sec.NumberOfRelocations < XCOFF::RelocOverflow) in getLogicalNumberOfRelocationEntries() 654 return Sec.NumberOfRelocations; in getLogicalNumberOfRelocationEntries() 657 Sec.NumberOfRelocations == SectionIndex) in getLogicalNumberOfRelocationEntries()
|
| H A D | COFFObjectFile.cpp | 366 return Sec->NumberOfRelocations; in getNumberOfRelocations()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | coff2yaml.cpp | 167 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| 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 | COFFYAML.cpp | 528 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 278 uint16_t NumberOfRelocations; member 447 uint16_t NumberOfRelocations; member
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 457 W.printNumber("IndexOfSectionOverflowed", Sec.NumberOfRelocations); in printOverflowSectionHeader() 470 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()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
| H A D | pe.h | 409 char NumberOfRelocations[2];/* # relocation entries. */ member
|
| /netbsd-src/external/gpl3/binutils/dist/include/coff/ |
| H A D | pe.h | 412 char NumberOfRelocations[2];/* # relocation entries. */ member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/ |
| H A D | win64.d | 294 ushort NumberOfRelocations; variable
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/x86_64/ |
| H A D | pe.h | 249 UINT16 NumberOfRelocations; member
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
| H A D | pe.h | 255 UINT16 NumberOfRelocations; member
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/ |
| H A D | pe.h | 249 UINT16 NumberOfRelocations; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 705 , unsigned(asd->NumberOfRelocations) in printCOFFSymbolTable()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | winnt.d | 3148 WORD NumberOfRelocations; 3206 WORD NumberOfRelocations;
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | coffcode.h | 5705 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 D | coffcode.h | 5856 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 D | DumpOutputStyle.cpp | 1901 uint32_t(Header.NumberOfRelocations)); in dumpSectionHeaders()
|