Home
last modified time | relevance | path

Searched defs:EntryPoint (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/
DSparc.cs148 public uint EntryPoint { get; private set; } property in Antmicro.Renode.Peripherals.CPU.Sparc
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbolLookup.cs158 public SymbolAddress? EntryPoint property in Antmicro.Renode.Core.SymbolLookup
210 EntryPoint = elf.GetEntryPoint(); field