Home
last modified time | relevance | path

Searched defs:elf (Results 1 – 10 of 10) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DELFExtensions.cs16 public static int GetBitness(this IELF elf) in GetBitness()
30 public static ulong GetEntryPoint(this IELF elf) in GetEntryPoint()
DSymbolLookup.cs43 public void LoadELF(IELF elf, bool useVirtualAddress = false, ulong? textAddress = null) in LoadELF()
DIBusController.cs101 …void LoadSymbolsFrom(IELF elf, bool useVirtualAddress = false, ulong? textAddress = null, ICPU con… in LoadSymbolsFrom()
DBusControllerProxy.cs450 …public void LoadSymbolsFrom(IELF elf, bool useVirtualAddress = false, ulong? textAddress = null, I… in LoadSymbolsFrom()
DSystemBus.cs705 …public void LoadSymbolsFrom(IELF elf, bool useVirtualAddress = false, ulong? textAddress = null, I… in LoadSymbolsFrom()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DIInitableCPU.cs18 void InitFromElf(ELFSharp.ELF.IELF elf); in InitFromElf()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/
DPowerPc64.cs48 public override void InitFromElf(IELF elf) in InitFromElf()
DPowerPc.cs47 public override void InitFromElf(IELF elf) in InitFromElf()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs65 public virtual void InitFromElf(IELF elf) in InitFromElf()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs596 public override void InitFromElf(IELF elf) in InitFromElf()