Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbolLookup.cs181 static private readonly string[] excludedSymbolNames = { "$a", "$d", "$t", "$x" }; field in Antmicro.Renode.Core.SymbolLookup
205 …var elfSymbols = symtab.Entries.Where(x => !(excludedSymbolNames.Contains(x.Name) && x.Type == Sym…