Lines Matching refs:mapOptional

41   IO.mapOptional("Sections", Object.Sections);  in mapping()
47 IO.mapOptional("Relocations", Section.Relocations); in commonSectionMapping()
48 IO.mapOptional("HeaderSecSizeEncodingLen", Section.HeaderSecSizeEncodingLen); in commonSectionMapping()
59 IO.mapOptional("ImportInfo", Section.ImportInfo); in sectionMapping()
60 IO.mapOptional("ExportInfo", Section.ExportInfo); in sectionMapping()
66 IO.mapOptional("FunctionNames", Section.FunctionNames); in sectionMapping()
67 IO.mapOptional("GlobalNames", Section.GlobalNames); in sectionMapping()
68 IO.mapOptional("DataSegmentNames", Section.DataSegmentNames); in sectionMapping()
75 IO.mapOptional("SymbolTable", Section.SymbolTable); in sectionMapping()
76 IO.mapOptional("SegmentInfo", Section.SegmentInfos); in sectionMapping()
77 IO.mapOptional("InitFunctions", Section.InitFunctions); in sectionMapping()
78 IO.mapOptional("Comdats", Section.Comdats); in sectionMapping()
84 IO.mapOptional("Languages", Section.Languages); in sectionMapping()
85 IO.mapOptional("Tools", Section.Tools); in sectionMapping()
86 IO.mapOptional("SDKs", Section.SDKs); in sectionMapping()
103 IO.mapOptional("Signatures", Section.Signatures); in sectionMapping()
108 IO.mapOptional("Imports", Section.Imports); in sectionMapping()
113 IO.mapOptional("FunctionTypes", Section.FunctionTypes); in sectionMapping()
118 IO.mapOptional("Tables", Section.Tables); in sectionMapping()
123 IO.mapOptional("Memories", Section.Memories); in sectionMapping()
128 IO.mapOptional("TagTypes", Section.TagTypes); in sectionMapping()
133 IO.mapOptional("Globals", Section.Globals); in sectionMapping()
138 IO.mapOptional("Exports", Section.Exports); in sectionMapping()
143 IO.mapOptional("StartFunction", Section.StartFunction); in sectionMapping()
148 IO.mapOptional("Segments", Section.Segments); in sectionMapping()
325 IO.mapOptional("Addend", Relocation.Addend, 0); in mapping()
371 IO.mapOptional("Flags", Limits.Flags, 0); in mapping()
374 IO.mapOptional("Maximum", Limits.Maximum); in mapping()
379 IO.mapOptional("Flags", Segment.Flags, 0); in mapping()
382 IO.mapOptional("TableNumber", Segment.TableNumber); in mapping()
385 IO.mapOptional("ElemKind", Segment.ElemKind); in mapping()
427 IO.mapOptional("Extended", Expr.Extended, false); in mapping()
461 IO.mapOptional("SectionOffset", Segment.SectionOffset); in mapping()
524 IO.mapOptional("Offset", Info.DataRef.Offset, 0u); in mapping()