| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 266 const uint32_t NumberOfSections = 2; in createImportDescriptor() local 273 u16(NumberOfSections), in createImportDescriptor() 275 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createImportDescriptor() 288 const coff_section SectionTable[NumberOfSections] = { in createImportDescriptor() 293 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section)), in createImportDescriptor() 294 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) + in createImportDescriptor() 305 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) + in createImportDescriptor() 406 const uint32_t NumberOfSections = 1; in createNullImportDescriptor() local 412 u16(NumberOfSections), in createNullImportDescriptor() 414 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createNullImportDescriptor() [all …]
|
| H A D | MachOUniversalWriter.cpp | 46 unsigned NumberOfSections = in calculateFileAlignment() local 49 P2CurrentAlignment = NumberOfSections ? 2 : P2MinAlignment; in calculateFileAlignment() 50 for (unsigned SI = 0; SI < NumberOfSections; ++SI) { in calculateFileAlignment()
|
| H A D | XCOFFObjectFile.cpp | 587 const uint16_t NumberOfSections = getNumberOfSections(); in getRelocationOffset() local 588 for (uint16_t I = 0; I < NumberOfSections; ++I) { in getRelocationOffset() 601 const uint16_t NumberOfSections = getNumberOfSections(); in getRelocationOffset() local 602 for (uint16_t I = 0; I < NumberOfSections; ++I) { in getRelocationOffset() 856 return is64Bit() ? fileHeader64()->NumberOfSections in getNumberOfSections() 857 : fileHeader32()->NumberOfSections; in getNumberOfSections()
|
| H A D | WindowsResource.cpp | 733 Header->NumberOfSections = 2; in writeCOFFHeader()
|
| H A D | COFFObjectFile.cpp | 923 COFFHeader->NumberOfSections == uint16_t(0xffff) && in initialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFF.cpp | 82 COFFHeader->NumberOfSections == uint16_t(0xffff) && in createLinkGraphFromCOFFObject()
|
| /freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | PeImage.h | 84 UINT16 NumberOfSections; member 783 UINT8 NumberOfSections; ///< From the original file header. member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 67 int32_t NumberOfSections; member 88 uint32_t NumberOfSections; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 82 support::ulittle16_t NumberOfSections; member 89 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() 103 support::ulittle32_t NumberOfSections; member 994 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections() 996 return COFFBigObjHeader->NumberOfSections; in getNumberOfSections()
|
| H A D | XCOFFObjectFile.h | 32 support::ubig16_t NumberOfSections; member 46 support::ubig16_t NumberOfSections; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | XCOFFEmitter.cpp | 311 InitFileHdr.NumberOfSections = Obj.Sections.size(); in initFileHeader() 442 W.write<uint16_t>(Obj.Header.NumberOfSections ? Obj.Header.NumberOfSections in writeFileHeader() 443 : InitFileHdr.NumberOfSections); in writeFileHeader()
|
| H A D | COFFEmitter.cpp | 289 CP.Obj.Header.NumberOfSections = CP.Obj.Sections.size(); in layoutCOFF() 424 << zeros(uint32_t(0)) << binary_le(CP.Obj.Header.NumberOfSections) in writeCOFF() 429 << binary_le(static_cast<int16_t>(CP.Obj.Header.NumberOfSections)) in writeCOFF()
|
| H A D | XCOFFYAML.cpp | 194 IO.mapOptional("NumberOfSections", FileHdr.NumberOfSections); in mapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 476 W.write<uint32_t>(Header.NumberOfSections); in WriteFileHeader() 481 W.write<uint16_t>(static_cast<int16_t>(Header.NumberOfSections)); in WriteFileHeader() 738 Offset += COFF::SectionSize * Header.NumberOfSections; in assignFileOffsets() 825 Header.NumberOfSections = Sections.size(); in executePostLayoutBinding()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFWriter.cpp | 277 Obj.CoffFileHeader.NumberOfSections = Obj.getSections().size(); in finalize() 362 BigObjHeader.NumberOfSections = Obj.getSections().size(); in writeHeaders()
|
| /freebsd/stand/efi/include/amd64/ |
| H A D | pe.h | 75 UINT16 NumberOfSections; member
|
| /freebsd/stand/efi/include/i386/ |
| H A D | pe.h | 75 UINT16 NumberOfSections; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | XCOFFYAML.h | 25 uint16_t NumberOfSections; member
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | AddressSpace.hpp | 565 for (unsigned j = 0; j < pifh->NumberOfSections; j++, pish++) { in findUnwindSections()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 1794 coff->NumberOfSections = ctx.outputSections.size(); in writeHeader()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | msdos | 394 # NumberOfSections; Normal Dynamic Link libraries have a few sections for code, data and resource e…
|