Lines Matching refs:AuxHdr

203     IO &IO, XCOFFYAML::AuxiliaryHeader &AuxHdr) {  in mapping()  argument
204 IO.mapOptional("Magic", AuxHdr.Magic); in mapping()
205 IO.mapOptional("Version", AuxHdr.Version); in mapping()
206 IO.mapOptional("TextStartAddr", AuxHdr.TextStartAddr); in mapping()
207 IO.mapOptional("DataStartAddr", AuxHdr.DataStartAddr); in mapping()
208 IO.mapOptional("TOCAnchorAddr", AuxHdr.TOCAnchorAddr); in mapping()
209 IO.mapOptional("TextSectionSize", AuxHdr.TextSize); in mapping()
210 IO.mapOptional("DataSectionSize", AuxHdr.InitDataSize); in mapping()
211 IO.mapOptional("BssSectionSize", AuxHdr.BssDataSize); in mapping()
212 IO.mapOptional("SecNumOfEntryPoint", AuxHdr.SecNumOfEntryPoint); in mapping()
213 IO.mapOptional("SecNumOfText", AuxHdr.SecNumOfText); in mapping()
214 IO.mapOptional("SecNumOfData", AuxHdr.SecNumOfData); in mapping()
215 IO.mapOptional("SecNumOfTOC", AuxHdr.SecNumOfTOC); in mapping()
216 IO.mapOptional("SecNumOfLoader", AuxHdr.SecNumOfLoader); in mapping()
217 IO.mapOptional("SecNumOfBSS", AuxHdr.SecNumOfBSS); in mapping()
218 IO.mapOptional("MaxAlignOfText", AuxHdr.MaxAlignOfText); in mapping()
219 IO.mapOptional("MaxAlignOfData", AuxHdr.MaxAlignOfData); in mapping()
220 IO.mapOptional("ModuleType", AuxHdr.CpuFlag); in mapping()
221 IO.mapOptional("TextPageSize", AuxHdr.TextPageSize); in mapping()
222 IO.mapOptional("DataPageSize", AuxHdr.DataPageSize); in mapping()
223 IO.mapOptional("StackPageSize", AuxHdr.StackPageSize); in mapping()
224 IO.mapOptional("FlagAndTDataAlignment", AuxHdr.FlagAndTDataAlignment); in mapping()
225 IO.mapOptional("EntryPointAddr", AuxHdr.EntryPointAddr); in mapping()
226 IO.mapOptional("MaxStackSize", AuxHdr.MaxStackSize); in mapping()
227 IO.mapOptional("MaxDataSize", AuxHdr.MaxDataSize); in mapping()
228 IO.mapOptional("SecNumOfTData", AuxHdr.SecNumOfTData); in mapping()
229 IO.mapOptional("SecNumOfTBSS", AuxHdr.SecNumOfTBSS); in mapping()
230 IO.mapOptional("Flag", AuxHdr.Flag); in mapping()