Home
last modified time | relevance | path

Searched defs:segments (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSerializableMappedSegmentTests.cs86 private readonly SerializableMappedSegment[] segments; field in Antmicro.Renode.UnitTests.PeripheralWithMappedSegment
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitStream.cs188 private readonly List<byte> segments; field in Antmicro.Renode.Utilities.BitStream
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs742 private IntPtr[] segments; field in Antmicro.Renode.Peripherals.Memory.MappedMemory
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbolLookup.cs191 …var segments = elf.Segments.Where(x => x.Type == ELFSharp.ELF.Segments.SegmentType.Load).OfType<EL… field