Searched refs:DerivedSec (Results 1 – 1 of 1) sorted by relevance
444 XCOFFYAML::Section DerivedSec = InitSections[I]; in writeSectionHeader() local448 YamlSec.Address ? YamlSec.Address : DerivedSec.Address; in writeSectionHeader()452 W.write<uint64_t>(YamlSec.Size ? YamlSec.Size : DerivedSec.Size); in writeSectionHeader()454 : DerivedSec.FileOffsetToData); in writeSectionHeader()457 : DerivedSec.FileOffsetToRelocations); in writeSectionHeader()461 : DerivedSec.NumberOfRelocations); in writeSectionHeader()468 W.write<uint32_t>(YamlSec.Size ? YamlSec.Size : DerivedSec.Size); in writeSectionHeader()470 : DerivedSec.FileOffsetToData); in writeSectionHeader()473 : DerivedSec.FileOffsetToRelocations); in writeSectionHeader()477 : DerivedSec.NumberOfRelocations); in writeSectionHeader()