Searched refs:SectionTableSize (Results 1 – 5 of 5) sorted by relevance
34 : Obj(Obj), SectionTableStart(0), SectionTableSize(0) { in COFFParser()148 uint32_t SectionTableSize; member177 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()
36 : Obj(Obj), SectionTableStart(0), SectionTableSize(0) { in COFFParser()152 uint32_t SectionTableSize; member207 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()
362 const uint64_t SectionTableSize = getNumSections() * Header->e_shentsize; in ELFFile() local364 if (SectionTableOffset + SectionTableSize > FileSize) { in ELFFile()
484 const uint64_t SectionTableSize = NumSections * sizeof(Elf_Shdr); in sections() local487 if (SectionTableOffset + SectionTableSize > FileSize) in sections()
1095 uint64_t SectionTableSize = getNumSections() * Header->e_shentsize; in ELFObjectFile() local1096 if (!( (const uint8_t *)SectionHeaderTable + SectionTableSize in ELFObjectFile()