/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 181 const uint32_t NumberOfSections = 2; in createImportDescriptor() local 188 u16(NumberOfSections), in createImportDescriptor() 190 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createImportDescriptor() 203 const coff_section SectionTable[NumberOfSections] = { in createImportDescriptor() 208 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section)), in createImportDescriptor() 209 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) + in createImportDescriptor() 220 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) + in createImportDescriptor() 321 const uint32_t NumberOfSections = 1; in createNullImportDescriptor() local 327 u16(NumberOfSections), in createNullImportDescriptor() 329 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createNullImportDescriptor() [all …]
|
D | XCOFFObjectFile.cpp | 467 return is64Bit() ? fileHeader64()->NumberOfSections in getNumberOfSections() 468 : fileHeader32()->NumberOfSections; in getNumberOfSections()
|
D | WindowsResource.cpp | 732 Header->NumberOfSections = 2; in writeCOFFHeader()
|
D | COFFObjectFile.cpp | 707 COFFHeader->NumberOfSections == uint16_t(0xffff) && in COFFObjectFile()
|
/third_party/boost/boost/dll/detail/ |
D | pe_info.hpp | 66 boost::dll::detail::WORD_ NumberOfSections; member 243 for (std::size_t i = 0;i < h.FileHeader.NumberOfSections;++i) { in get_file_offset() 260 ret.reserve(h.FileHeader.NumberOfSections); in sections() 266 for (std::size_t i = 0;i < h.FileHeader.NumberOfSections;++i) { in sections() 323 for (std::size_t i = 0;i < h.FileHeader.NumberOfSections;++i) { in symbols()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | XCOFFYAML.h | 24 uint16_t NumberOfSections; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | XCOFFObjectFile.h | 24 support::ubig16_t NumberOfSections; member 38 support::ubig16_t NumberOfSections; member
|
D | COFF.h | 77 support::ulittle16_t NumberOfSections; member 84 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() 98 support::ulittle32_t NumberOfSections; member 852 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections() 854 return COFFBigObjHeader->NumberOfSections; in getNumberOfSections()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 62 int32_t NumberOfSections; member 83 uint32_t NumberOfSections; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | XCOFF.h | 216 uint16_t NumberOfSections; member
|
D | COFF.h | 67 int32_t NumberOfSections; member 88 uint32_t NumberOfSections; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | XCOFFYAML.cpp | 85 IO.mapRequired("NumberOfSections", FileHdr.NumberOfSections); in mapping()
|
D | COFFEmitter.cpp | 303 CP.Obj.Header.NumberOfSections = CP.Obj.Sections.size(); in layoutCOFF() 438 << zeros(uint32_t(0)) << binary_le(CP.Obj.Header.NumberOfSections) in writeCOFF() 443 << binary_le(static_cast<int16_t>(CP.Obj.Header.NumberOfSections)) in writeCOFF()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 494 W.write<uint32_t>(Header.NumberOfSections); in WriteFileHeader() 499 W.write<uint16_t>(static_cast<int16_t>(Header.NumberOfSections)); in WriteFileHeader() 897 Offset += COFF::SectionSize * Header.NumberOfSections; in assignFileOffsets() 961 Header.NumberOfSections = Sections.size(); in writeObject()
|
/third_party/boost/libs/dll/test/ |
D | structures_tests.cpp | 130 CHECK_FIELD(NumberOfSections); in generic_header_check()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 1154 objHeader.fileHeader.NumberOfSections=2; in writeObjectCode()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 1277 objHeader.fileHeader.NumberOfSections=2; in writeObjectCode()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 1277 objHeader.fileHeader.NumberOfSections=2; in writeObjectCode()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 1277 objHeader.fileHeader.NumberOfSections=2; in writeObjectCode()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 36 ULONG NumberOfSections; member
|