Searched refs:GetLookup (Results 1 – 5 of 5) sorted by relevance
50 symbol = cpu.Bus.GetLookup(cpu).GetSymbolByAddress(address); in TraceFunction()
470 public virtual SymbolLookup GetLookup(ICPU context = null) in GetLookup() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy472 return ParentController.GetLookup(context); in GetLookup()
104 SymbolLookup GetLookup(ICPU context = null); in GetLookup() method
796 var result = GetLookup(context).TryGetSymbolsByName(symbolName, out var symbols); in TryGetAllSymbolAddresses()823 if(!GetLookup(context).TryGetSymbolByAddress(offset, out symbol)) in TryFindSymbolAt()1151 public SymbolLookup GetLookup(ICPU context = null) in GetLookup() method in Antmicro.Renode.Peripherals.Bus.SystemBus
647 var firstNotNullSection = machine.SystemBus.GetLookup(this).FirstNotNullSectionAddress; in InitPCAndSP()