Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbol.cs100 …d, string name, SymbolType type = SymbolType.NotSpecified, SymbolBinding binding = SymbolBinding.G… in Symbol() argument
107 Binding = binding; in Symbol()
DSymbolLookup.cs80 …olAddress size, SymbolType type = SymbolType.NotSpecified, SymbolBinding binding = SymbolBinding.G… in InsertSymbol() argument
82 var symbol = new Symbol(start, start + size, name, type, binding, isThumb); in InsertSymbol()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/SymbolLookup/
DSymbolLookupTests.cs50 foreach(var binding in new []{ SymbolBinding.Global, in ShouldHaveImportantViaAddress()
55 symbols.Add(new Symbol(0, 10, symbolNumber.ToString(), type, binding)); in ShouldHaveImportantViaAddress()