Searched defs:elf (Results 1 – 10 of 10) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | ELFExtensions.cs | 16 public static int GetBitness(this IELF elf) in GetBitness() 30 public static ulong GetEntryPoint(this IELF elf) in GetEntryPoint()
|
| D | SymbolLookup.cs | 43 public void LoadELF(IELF elf, bool useVirtualAddress = false, ulong? textAddress = null) in LoadELF()
|
| D | IBusController.cs | 101 …void LoadSymbolsFrom(IELF elf, bool useVirtualAddress = false, ulong? textAddress = null, ICPU con… in LoadSymbolsFrom()
|
| D | BusControllerProxy.cs | 450 …public void LoadSymbolsFrom(IELF elf, bool useVirtualAddress = false, ulong? textAddress = null, I… in LoadSymbolsFrom()
|
| D | SystemBus.cs | 705 …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/ |
| D | IInitableCPU.cs | 18 void InitFromElf(ELFSharp.ELF.IELF elf); in InitFromElf()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/ |
| D | PowerPc64.cs | 48 public override void InitFromElf(IELF elf) in InitFromElf()
|
| D | PowerPc.cs | 47 public override void InitFromElf(IELF elf) in InitFromElf()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | BaseCPU.cs | 65 public virtual void InitFromElf(IELF elf) in InitFromElf()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/ |
| D | CortexM.cs | 596 public override void InitFromElf(IELF elf) in InitFromElf()
|