Home
last modified time | relevance | path

Searched refs:SectionTableSize (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp34 : Obj(Obj), SectionTableStart(0), SectionTableSize(0) { in COFFParser()
148 uint32_t SectionTableSize; member
177 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()
180 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()
304 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()
440 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp36 : Obj(Obj), SectionTableStart(0), SectionTableSize(0) { in COFFParser()
152 uint32_t SectionTableSize; member
207 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()
210 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()
365 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()
501 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()
/external/llvm/include/llvm/Object/
DELF.h362 const uint64_t SectionTableSize = getNumSections() * Header->e_shentsize; in ELFFile() local
364 if (SectionTableOffset + SectionTableSize > FileSize) { in ELFFile()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h484 const uint64_t SectionTableSize = NumSections * sizeof(Elf_Shdr); in sections() local
487 if (SectionTableOffset + SectionTableSize > FileSize) in sections()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp1095 uint64_t SectionTableSize = getNumSections() * Header->e_shentsize; in ELFObjectFile() local
1096 if (!( (const uint8_t *)SectionHeaderTable + SectionTableSize in ELFObjectFile()