Searched defs:SectionData (Results 1 – 2 of 2) sorted by relevance
254 struct SectionData { struct255 SectionData() {} in SectionData() argument257 SectionData(StringFragment name, StringFragment argument, StringFragment text) in SectionData() argument262 StringFragment fName;263 StringFragment fArgument;264 StringFragment fText;
202 BYTE SectionData[1]; member