Searched refs:SectionTableStart (Results 1 – 1 of 1) sorted by relevance
34 : Obj(Obj), SectionTableStart(0), SectionTableSize(0) { in COFFParser()147 uint32_t SectionTableStart; member173 CP.SectionTableStart = in layoutCOFF()176 CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic); in layoutCOFF()180 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()304 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()424 assert(OS.tell() == CP.SectionTableStart); in writeCOFF()440 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()