Lines Matching refs:mapOptional

42   IO.mapOptional("Sections", Object.Sections);  in mapping()
48 IO.mapOptional("Relocations", Section.Relocations); in commonSectionMapping()
49 IO.mapOptional("HeaderSecSizeEncodingLen", Section.HeaderSecSizeEncodingLen); in commonSectionMapping()
60 IO.mapOptional("ImportInfo", Section.ImportInfo); in sectionMapping()
61 IO.mapOptional("ExportInfo", Section.ExportInfo); in sectionMapping()
67 IO.mapOptional("FunctionNames", Section.FunctionNames); in sectionMapping()
68 IO.mapOptional("GlobalNames", Section.GlobalNames); in sectionMapping()
69 IO.mapOptional("DataSegmentNames", Section.DataSegmentNames); in sectionMapping()
76 IO.mapOptional("SymbolTable", Section.SymbolTable); in sectionMapping()
77 IO.mapOptional("SegmentInfo", Section.SegmentInfos); in sectionMapping()
78 IO.mapOptional("InitFunctions", Section.InitFunctions); in sectionMapping()
79 IO.mapOptional("Comdats", Section.Comdats); in sectionMapping()
85 IO.mapOptional("Languages", Section.Languages); in sectionMapping()
86 IO.mapOptional("Tools", Section.Tools); in sectionMapping()
87 IO.mapOptional("SDKs", Section.SDKs); in sectionMapping()
104 IO.mapOptional("Signatures", Section.Signatures); in sectionMapping()
109 IO.mapOptional("Imports", Section.Imports); in sectionMapping()
114 IO.mapOptional("FunctionTypes", Section.FunctionTypes); in sectionMapping()
119 IO.mapOptional("Tables", Section.Tables); in sectionMapping()
124 IO.mapOptional("Memories", Section.Memories); in sectionMapping()
129 IO.mapOptional("TagTypes", Section.TagTypes); in sectionMapping()
134 IO.mapOptional("Globals", Section.Globals); in sectionMapping()
139 IO.mapOptional("Exports", Section.Exports); in sectionMapping()
144 IO.mapOptional("StartFunction", Section.StartFunction); in sectionMapping()
149 IO.mapOptional("Segments", Section.Segments); in sectionMapping()
326 IO.mapOptional("Addend", Relocation.Addend, 0); in mapping()
372 IO.mapOptional("Flags", Limits.Flags, 0); in mapping()
375 IO.mapOptional("Maximum", Limits.Maximum); in mapping()
380 IO.mapOptional("Flags", Segment.Flags, 0); in mapping()
383 IO.mapOptional("TableNumber", Segment.TableNumber); in mapping()
386 IO.mapOptional("ElemKind", Segment.ElemKind); in mapping()
430 IO.mapOptional("Extended", Expr.Extended, false); in mapping()
464 IO.mapOptional("SectionOffset", Segment.SectionOffset); in mapping()
527 IO.mapOptional("Offset", Info.DataRef.Offset, 0u); in mapping()