Home
last modified time | relevance | path

Searched refs:FindSymbolAt (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceTextWriter.cs66 var symbol = AttachedCPU.Bus.FindSymbolAt(pc, AttachedCPU); in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs280 public virtual string FindSymbolAt(ulong offset, ICPU context = null) in FindSymbolAt() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
282 return ParentController.FindSymbolAt(offset, context); in FindSymbolAt()
DIBusController.cs87 string FindSymbolAt(ulong offset, ICPU context = null); in FindSymbolAt() method
DSystemBus.cs810 public string FindSymbolAt(ulong offset, ICPU context = null) in FindSymbolAt() method in Antmicro.Renode.Peripherals.Bus.SystemBus
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1150 var info = Bus.FindSymbolAt(offset, this); in OnTranslationBlockFetch()
2120 var symbol = Bus.FindSymbolAt(pc, this); in LogDisassembly()