Searched refs:SectionTableSize (Results 1 – 2 of 2) sorted by relevance
37 : Obj(Obj), SectionTableStart(0), SectionTableSize(0), ErrHandler(EH) { in COFFParser()156 uint32_t SectionTableSize; member213 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()216 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()358 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()491 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()
799 const uint64_t SectionTableSize = NumSections * sizeof(Elf_Shdr); in sections() local800 if (SectionTableOffset + SectionTableSize < SectionTableOffset) in sections()809 if (SectionTableOffset + SectionTableSize > FileSize) in sections()