reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
246 mapRequiredHex(IO, "Base Address", Info.BaseAddress); 247 mapOptionalHex(IO, "Allocation Base", Info.AllocationBase, Info.BaseAddress); 247 mapOptionalHex(IO, "Allocation Base", Info.AllocationBase, Info.BaseAddress); 249 Info.AllocationProtect); 250 mapOptionalHex(IO, "Reserved0", Info.Reserved0, 0); 251 mapRequiredHex(IO, "Region Size", Info.RegionSize); 252 mapRequiredAs<MemoryState>(IO, "State", Info.State); 253 mapOptionalAs<MemoryProtection>(IO, "Protect", Info.Protect, 254 Info.AllocationProtect); 255 mapRequiredAs<MemoryType>(IO, "Type", Info.Type); 256 mapOptionalHex(IO, "Reserved1", Info.Reserved1, 0);