Home
last modified time | relevance | path

Searched refs:GetEntryPoint (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DELFExtensions.cs30 public static ulong GetEntryPoint(this IELF elf) in GetEntryPoint() method in Antmicro.Renode.Peripherals.Bus.ELFExtensions
DSymbolLookup.cs210 EntryPoint = elf.GetEntryPoint();
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs72 this.Log(LogLevel.Info, "Setting PC value to 0x{0:X}.", elf.GetEntryPoint()); in InitFromElf()
73 SetPCFromEntryPoint(elf.GetEntryPoint()); in InitFromElf()