Searched defs:segments (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/ | ||
| D | SerializableMappedSegmentTests.cs | 86 private readonly SerializableMappedSegment[] segments; field in Antmicro.Renode.UnitTests.PeripheralWithMappedSegment |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ | ||
| D | BitStream.cs | 188 private readonly List<byte> segments; field in Antmicro.Renode.Utilities.BitStream |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ | ||
| D | MappedMemory.cs | 742 private IntPtr[] segments; field in Antmicro.Renode.Peripherals.Memory.MappedMemory |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ | ||
| D | SymbolLookup.cs | 191 …var segments = elf.Segments.Where(x => x.Type == ELFSharp.ELF.Segments.SegmentType.Load).OfType<EL… field |