Searched refs:GetEntryPoint (Results 1 – 3 of 3) sorted by relevance
30 public static ulong GetEntryPoint(this IELF elf) in GetEntryPoint() method in Antmicro.Renode.Peripherals.Bus.ELFExtensions
210 EntryPoint = elf.GetEntryPoint();
72 this.Log(LogLevel.Info, "Setting PC value to 0x{0:X}.", elf.GetEntryPoint()); in InitFromElf()73 SetPCFromEntryPoint(elf.GetEntryPoint()); in InitFromElf()