Searched refs:binding (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | Symbol.cs | 100 …d, string name, SymbolType type = SymbolType.NotSpecified, SymbolBinding binding = SymbolBinding.G… in Symbol() argument 107 Binding = binding; in Symbol()
|
| D | SymbolLookup.cs | 80 …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/ |
| D | SymbolLookupTests.cs | 50 foreach(var binding in new []{ SymbolBinding.Global, in ShouldHaveImportantViaAddress() 55 symbols.Add(new Symbol(0, 10, symbolNumber.ToString(), type, binding)); in ShouldHaveImportantViaAddress()
|