Home
last modified time | relevance | path

Searched refs:SectionTableSize (Results 1 – 6 of 6) 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-10.0/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp38 : Obj(Obj), SectionTableStart(0), SectionTableSize(0), ErrHandler(EH) { in COFFParser()
157 uint32_t SectionTableSize; member
214 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()
217 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()
359 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()
492 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()
/external/llvm-project/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp38 : Obj(Obj), SectionTableStart(0), SectionTableSize(0), ErrHandler(EH) { in COFFParser()
157 uint32_t SectionTableSize; member
214 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()
217 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()
359 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()
492 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h543 const uint64_t SectionTableSize = NumSections * sizeof(Elf_Shdr); in sections() local
544 if (SectionTableOffset + SectionTableSize < SectionTableOffset) in sections()
553 if (SectionTableOffset + SectionTableSize > FileSize) in sections()
/external/llvm/include/llvm/Object/
DELF.h358 const uint64_t SectionTableSize = getNumSections() * Header->e_shentsize; in ELFFile() local
360 if (SectionTableOffset + SectionTableSize > FileSize) { in ELFFile()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h590 const uint64_t SectionTableSize = NumSections * sizeof(Elf_Shdr); in sections() local
591 if (SectionTableOffset + SectionTableSize < SectionTableOffset) in sections()
600 if (SectionTableOffset + SectionTableSize > FileSize) in sections()