Home
last modified time | relevance | path

Searched refs:NumberOfSections (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFImportFile.cpp181 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 …]
DXCOFFObjectFile.cpp467 return is64Bit() ? fileHeader64()->NumberOfSections in getNumberOfSections()
468 : fileHeader32()->NumberOfSections; in getNumberOfSections()
DWindowsResource.cpp732 Header->NumberOfSections = 2; in writeCOFFHeader()
DCOFFObjectFile.cpp707 COFFHeader->NumberOfSections == uint16_t(0xffff) && in COFFObjectFile()
/third_party/boost/boost/dll/detail/
Dpe_info.hpp66 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/
DXCOFFYAML.h24 uint16_t NumberOfSections; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h24 support::ubig16_t NumberOfSections; member
38 support::ubig16_t NumberOfSections; member
DCOFF.h77 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/
DCOFF.h62 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/
DXCOFF.h216 uint16_t NumberOfSections; member
DCOFF.h67 int32_t NumberOfSections; member
88 uint32_t NumberOfSections; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DXCOFFYAML.cpp85 IO.mapRequired("NumberOfSections", FileHdr.NumberOfSections); in mapping()
DCOFFEmitter.cpp303 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/
DWinCOFFObjectWriter.cpp494 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/
Dstructures_tests.cpp130 CHECK_FIELD(NumberOfSections); in generic_header_check()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp1154 objHeader.fileHeader.NumberOfSections=2; in writeObjectCode()
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp1277 objHeader.fileHeader.NumberOfSections=2; in writeObjectCode()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkg_genc.cpp1277 objHeader.fileHeader.NumberOfSections=2; in writeObjectCode()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp1277 objHeader.fileHeader.NumberOfSections=2; in writeObjectCode()
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h36 ULONG NumberOfSections; member