Searched refs:LoadSymbolsFrom (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | IBusController.cs | 101 …void LoadSymbolsFrom(IELF elf, bool useVirtualAddress = false, ulong? textAddress = null, ICPU con… in LoadSymbolsFrom() method 183 …public static void LoadSymbolsFrom(this IBusController bus, ReadFilePath fileName, bool useVirtual… in LoadSymbolsFrom() method in Antmicro.Renode.Peripherals.Bus.BusControllerExtensions 187 bus.LoadSymbolsFrom(elf, useVirtualAddress, textAddress, context); in LoadSymbolsFrom()
|
| D | BusControllerProxy.cs | 450 …public void LoadSymbolsFrom(IELF elf, bool useVirtualAddress = false, ulong? textAddress = null, I… in LoadSymbolsFrom() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy 452 ParentController.LoadSymbolsFrom(elf, useVirtualAddress, textAddress, context); in LoadSymbolsFrom()
|
| D | SystemBus.cs | 705 …public void LoadSymbolsFrom(IELF elf, bool useVirtualAddress = false, ulong? textAddress = null, I… in LoadSymbolsFrom() method in Antmicro.Renode.Peripherals.Bus.SystemBus
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/ |
| D | FileLoaderExtensions.cs | 402 loader.LoadSymbolsFrom(elf, useVirtualAddress, context: initableCpu); in LoadELF() 409 loader.LoadSymbolsFrom(elf, useVirtualAddress); in LoadELF()
|