Home
last modified time | relevance | path

Searched defs:symbolName (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSharedLibraries.cs180 public static extern IntPtr WindowsGetSymbolAddress(IntPtr hModule, string symbolName); in WindowsGetSymbolAddress()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbol.cs54 public static string DemangleSymbol(string symbolName) in DemangleSymbol()
DIBusController.cs89 …bool TryGetAllSymbolAddresses(string symbolName, out IEnumerable<ulong> symbolAddresses, ICPU cont… in TryGetAllSymbolAddresses()
148 …public static ulong GetSymbolAddress(this IBusController bus, string symbolName, int index, ICPU c… in GetSymbolAddress()
166 …public static ulong GetSymbolAddress(this IBusController bus, string symbolName, ICPU context = nu… in GetSymbolAddress()
DSystemBus.cs794 …public bool TryGetAllSymbolAddresses(string symbolName, out IEnumerable<ulong> symbolAddresses, IC… in TryGetAllSymbolAddresses()
801 public IEnumerable<ulong> GetAllSymbolAddresses(string symbolName, ICPU context = null) in GetAllSymbolAddresses()
DBusControllerProxy.cs475 …public virtual bool TryGetAllSymbolAddresses(string symbolName, out IEnumerable<ulong> symbolAddre… in TryGetAllSymbolAddresses()