Searched refs:SectionTableStart (Results 1 – 1 of 1) sorted by relevance
38 : Obj(Obj), SectionTableStart(0), SectionTableSize(0), ErrHandler(EH) { in COFFParser()145 uint32_t SectionTableStart; member199 CP.SectionTableStart = in layoutCOFF()202 CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic); in layoutCOFF()206 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()351 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()469 assert(OS.tell() == CP.SectionTableStart); in writeCOFF()483 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()