Lines Matching refs:YamlSec
68 XCOFFYAML::Section YamlSec; in dumpSections() local
69 YamlSec.SectionName = S.getName(); in dumpSections()
70 YamlSec.Address = S.PhysicalAddress; in dumpSections()
71 YamlSec.Size = S.SectionSize; in dumpSections()
72 YamlSec.NumberOfRelocations = S.NumberOfRelocations; in dumpSections()
73 YamlSec.NumberOfLineNumbers = S.NumberOfLineNumbers; in dumpSections()
74 YamlSec.FileOffsetToData = S.FileOffsetToRawData; in dumpSections()
75 YamlSec.FileOffsetToRelocations = S.FileOffsetToRelocationInfo; in dumpSections()
76 YamlSec.FileOffsetToLineNumbers = S.FileOffsetToLineNumberInfo; in dumpSections()
77 YamlSec.Flags = S.Flags; in dumpSections()
87 YamlSec.SectionData = SecDataRefOrErr.get(); in dumpSections()
101 YamlSec.Relocations.push_back(YamlRel); in dumpSections()
104 YamlSections.push_back(YamlSec); in dumpSections()