Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBClassCode.cs11 NotSpecified = 0x0, enumerator
DUSBInterface.cs19 USBClassCode classCode = USBClassCode.NotSpecified, in USBInterface()
DUSBConfiguration.cs75 public USBConfiguration WithInterface(USBClassCode classCode = USBClassCode.NotSpecified, in WithInterface()
DUSBDeviceCore.cs21 USBClassCode classCode = USBClassCode.NotSpecified, in USBDeviceCore()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbol.cs100 …s start, SymbolAddress end, string name, SymbolType type = SymbolType.NotSpecified, SymbolBinding … in Symbol()
305 { SymbolType.NotSpecified, 4 },
DSymbolLookup.cs80 …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/
DSymbolLookupElfMergeTests.cs565 …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()
DSymbolLookupTests.cs44 SymbolType.NotSpecified, in ShouldHaveImportantViaAddress()