Searched refs:NotSpecified (Results 1 – 8 of 8) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/ |
| D | USBClassCode.cs | 11 NotSpecified = 0x0, enumerator
|
| D | USBInterface.cs | 19 USBClassCode classCode = USBClassCode.NotSpecified, in USBInterface()
|
| D | USBConfiguration.cs | 75 public USBConfiguration WithInterface(USBClassCode classCode = USBClassCode.NotSpecified, in WithInterface()
|
| D | USBDeviceCore.cs | 21 USBClassCode classCode = USBClassCode.NotSpecified, in USBDeviceCore()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | Symbol.cs | 100 …s start, SymbolAddress end, string name, SymbolType type = SymbolType.NotSpecified, SymbolBinding … in Symbol() 305 { SymbolType.NotSpecified, 4 },
|
| D | SymbolLookup.cs | 80 …SymbolAddress start, SymbolAddress size, SymbolType type = SymbolType.NotSpecified, SymbolBinding … in InsertSymbol() 205 …ab.Entries.Where(x => !(excludedSymbolNames.Contains(x.Name) && x.Type == SymbolType.NotSpecified))
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/SymbolLookup/ |
| D | SymbolLookupElfMergeTests.cs | 565 …new Symbol(10, 20, "一", ELFSharp.ELF.Sections.SymbolType.NotSpecified, ELFSharp.ELF.Sections.Symbo… in ShouldMergeOverlappingThumbSymbols() 569 …new Symbol(5, 15, "悪魔", ELFSharp.ELF.Sections.SymbolType.NotSpecified, ELFSharp.ELF.Sections.Symbo… in ShouldMergeOverlappingThumbSymbols()
|
| D | SymbolLookupTests.cs | 44 SymbolType.NotSpecified, in ShouldHaveImportantViaAddress()
|