Searched defs:InitFromElf (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ | ||
| D | IInitableCPU.cs | 18 void InitFromElf(ELFSharp.ELF.IELF elf); in InitFromElf() method |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/ | ||
| D | PowerPc64.cs | 48 public override void InitFromElf(IELF elf) in InitFromElf() method in Antmicro.Renode.Peripherals.CPU.PowerPc64 |
| D | PowerPc.cs | 47 public override void InitFromElf(IELF elf) in InitFromElf() method in Antmicro.Renode.Peripherals.CPU.PowerPc |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ | ||
| D | BaseCPU.cs | 65 public virtual void InitFromElf(IELF elf) in InitFromElf() method in Antmicro.Renode.Peripherals.CPU.BaseCPU |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/ | ||
| D | CortexM.cs | 596 public override void InitFromElf(IELF elf) in InitFromElf() method in Antmicro.Renode.Peripherals.CPU.CortexM |