Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DELFExtensions.cs27 throw new ArgumentException(ExceptionMessage); in GetBitness()
41 throw new ArgumentException(ExceptionMessage); in GetEntryPoint()
55 throw new ArgumentException(ExceptionMessage); in GetSegmentAddress()
69 throw new ArgumentException(ExceptionMessage); in GetSegmentPhysicalAddress()
83 throw new ArgumentException(ExceptionMessage); in GetSegmentSize()
97 throw new ArgumentException(ExceptionMessage); in GetSectionPhysicalAddress()
100 …private const string ExceptionMessage = "Unsupported ELF format - only 32 and 64-bit ELFs are supp… field in Antmicro.Renode.Peripherals.Bus.ELFExtensions
DISymbolEntryExtensions.cs24 throw new ArgumentException(ExceptionMessage); in GetValue()
37 throw new ArgumentException(ExceptionMessage); in GetSize()
40 private const string ExceptionMessage = "Unsupported SymbolEntry type"; field in Antmicro.Renode.Peripherals.Bus.ISymbolEntryExtensions