Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFImportFile.cpp182 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 …]
DWindowsResource.cpp445 Header->NumberOfSections = 2; in writeCOFFHeader()
DCOFFObjectFile.cpp707 COFFHeader->NumberOfSections == uint16_t(0xffff) && in COFFObjectFile()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp510 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/
Dfilterbanks.c30 int lengthInOut, int NumberOfSections, in WebRtcIsac_AllPassFilter2Float() argument
35 for (j=0; j<NumberOfSections; j++){ in WebRtcIsac_AllPassFilter2Float()
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp78 || addr >= (SectionTable + Header->NumberOfSections)) in toSec()
443 Header->NumberOfSections * sizeof(coff_section))) in COFFObjectFile()
498 ret.p = reinterpret_cast<intptr_t>(SectionTable + Header->NumberOfSections); in end_sections()
535 else if (index > 0 && index <= Header->NumberOfSections) in getSection()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h62 int32_t NumberOfSections; member
83 uint32_t NumberOfSections; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h68 int32_t NumberOfSections; member
89 uint32_t NumberOfSections; member
/external/llvm/include/llvm/Support/
DCOFF.h57 int32_t NumberOfSections; member
78 uint32_t NumberOfSections; member
/external/llvm/include/llvm/Object/
DCOFF.h64 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/lib/MC/
DWinCOFFObjectWriter.cpp538 WriteLE16(Header.NumberOfSections); in WriteFileHeader()
734 Header.NumberOfSections = 0; in WriteObject()
739 MakeSectionReal(**i, ++Header.NumberOfSections); in WriteObject()
788 offset += COFF::SectionSize * Header.NumberOfSections; in WriteObject()
DELFObjectWriter.h243 virtual void WriteHeader(uint64_t SectionDataSize, unsigned NumberOfSections);
DELFObjectWriter.cpp74 unsigned NumberOfSections) { in WriteHeader() argument
127 if (NumberOfSections >= ELF::SHN_LORESERVE) in WriteHeader()
130 Write16(NumberOfSections); in WriteHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h78 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/
Dyaml2coff.cpp231 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/swiftshader/third_party/LLVM/include/llvm/Support/
DCOFF.h43 uint16_t NumberOfSections; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp292 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/
DWinCOFFObjectWriter.cpp487 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/swiftshader/third_party/LLVM/include/llvm/Object/
DCOFF.h26 support::ulittle16_t NumberOfSections; member
/external/u-boot/include/
Dpe.h55 uint16_t NumberOfSections; member
/external/u-boot/lib/efi_loader/
Defi_image_loader.c241 num_sections = nt->FileHeader.NumberOfSections; in efi_load_pe()
/external/libunwind_llvm/src/
DAddressSpace.hpp438 for (unsigned j = 0; j < pifh->NumberOfSections; j++, pish++) { in findUnwindSections()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp1150 objHeader.fileHeader.NumberOfSections=2; in writeObjectCode()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp671 COFFHeader->NumberOfSections == uint16_t(0xffff) && in COFFObjectFile()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h36 ULONG NumberOfSections; member