/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 182 const uint32_t NumberOfSections = 2; in createImportDescriptor() local 189 u16(NumberOfSections), in createImportDescriptor() 191 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createImportDescriptor() 204 const coff_section SectionTable[NumberOfSections] = { in createImportDescriptor() 209 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section)), in createImportDescriptor() 210 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) + in createImportDescriptor() 221 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) + in createImportDescriptor() 322 const uint32_t NumberOfSections = 1; in createNullImportDescriptor() local 328 u16(NumberOfSections), in createNullImportDescriptor() 330 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createNullImportDescriptor() [all …]
|
D | WindowsResource.cpp | 445 Header->NumberOfSections = 2; in writeCOFFHeader()
|
D | COFFObjectFile.cpp | 707 COFFHeader->NumberOfSections == uint16_t(0xffff) && in COFFObjectFile()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 510 writeLE32(Header.NumberOfSections); in WriteFileHeader() 515 writeLE16(static_cast<int16_t>(Header.NumberOfSections)); in WriteFileHeader() 811 int32_t NumberOfSections = static_cast<int32_t>(SectionsSize); in writeObject() local 813 UseBigObj = NumberOfSections > COFF::MaxNumberOfSections16; in writeObject() 824 Header.NumberOfSections = NumberOfSections; in writeObject() 924 offset += COFF::SectionSize * Header.NumberOfSections; in writeObject()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | filterbanks.c | 30 int lengthInOut, int NumberOfSections, in WebRtcIsac_AllPassFilter2Float() argument 35 for (j=0; j<NumberOfSections; j++){ in WebRtcIsac_AllPassFilter2Float()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 62 int32_t NumberOfSections; member 83 uint32_t NumberOfSections; member
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 57 int32_t NumberOfSections; member 78 uint32_t NumberOfSections; member
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 64 support::ulittle16_t NumberOfSections; member 71 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() 85 support::ulittle32_t NumberOfSections; member 701 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections() 703 return COFFBigObjHeader->NumberOfSections; in getNumberOfSections()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 68 int32_t NumberOfSections; member 89 uint32_t NumberOfSections; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFF.h | 78 support::ulittle16_t NumberOfSections; member 85 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() 99 support::ulittle32_t NumberOfSections; member 848 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections() 850 return COFFBigObjHeader->NumberOfSections; in getNumberOfSections()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 231 CP.Obj.Header.NumberOfSections = CP.Obj.Sections.size(); in layoutCOFF() 387 << binary_le(CP.Obj.Header.NumberOfSections) in writeCOFF() 392 << binary_le(static_cast<int16_t>(CP.Obj.Header.NumberOfSections)) in writeCOFF()
|
/external/u-boot/include/ |
D | pe.h | 39 uint16_t NumberOfSections; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 292 CP.Obj.Header.NumberOfSections = CP.Obj.Sections.size(); in layoutCOFF() 448 << binary_le(CP.Obj.Header.NumberOfSections) in writeCOFF() 453 << binary_le(static_cast<int16_t>(CP.Obj.Header.NumberOfSections)) in writeCOFF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 487 W.write<uint32_t>(Header.NumberOfSections); in WriteFileHeader() 492 W.write<uint16_t>(static_cast<int16_t>(Header.NumberOfSections)); in WriteFileHeader() 907 Offset += COFF::SectionSize * Header.NumberOfSections; in assignFileOffsets() 974 Header.NumberOfSections = Sections.size(); in writeObject()
|
/external/u-boot/lib/efi_loader/ |
D | efi_image_loader.c | 261 num_sections = nt->FileHeader.NumberOfSections; in efi_load_pe()
|
/external/libunwind_llvm/src/ |
D | AddressSpace.hpp | 445 for (unsigned j = 0; j < pifh->NumberOfSections; j++, pish++) { in findUnwindSections()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 1266 objHeader.fileHeader.NumberOfSections=2; in writeObjectCode()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 671 COFFHeader->NumberOfSections == uint16_t(0xffff) && in COFFObjectFile()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 36 ULONG NumberOfSections; member
|