Searched refs:NewYAMLSection (Results 1 – 1 of 1) sorted by relevance
106 COFFYAML::Section NewYAMLSection; in dumpSections() local107 ObjSection.getName(NewYAMLSection.Name); in dumpSections()108 NewYAMLSection.Header.Characteristics = COFFSection->Characteristics; in dumpSections()109 NewYAMLSection.Header.VirtualAddress = ObjSection.getAddress(); in dumpSections()110 NewYAMLSection.Header.VirtualSize = COFFSection->VirtualSize; in dumpSections()111 NewYAMLSection.Alignment = ObjSection.getAlignment(); in dumpSections()116 NewYAMLSection.SectionData = yaml::BinaryRef(sectionData); in dumpSections()131 NewYAMLSection.Relocations = Relocations; in dumpSections()132 YAMLSections.push_back(NewYAMLSection); in dumpSections()