Searched refs:SectionTableStart (Results 1 – 1 of 1) sorted by relevance
37 : Obj(Obj), SectionTableStart(0), SectionTableSize(0), ErrHandler(EH) { in COFFParser()155 uint32_t SectionTableStart; member209 CP.SectionTableStart = in layoutCOFF()212 CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic); in layoutCOFF()216 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()358 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize, in initializeOptionalHeader()475 assert(OS.tell() == CP.SectionTableStart); in writeCOFF()491 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()