Home
last modified time | relevance | path

Searched refs:FileName (Results 1 – 4 of 4) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/Plugins/
DUbootMode.cs57 .FirstOrDefault(f => ELFReader.CheckELFType(f.FileName) != Class.NotELF); in ReloadSymbols()
63 sysbus.LoadSymbolsFrom(fingerprint.FileName, textAddress: relocaddr); in ReloadSymbols()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DDescription.cs29 public string FileName { get; set; } property in Antmicro.Renode.PlatformDescription.Syntax.Description
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DUsingsGraph.cs176 …yntaxTreeHelpers.VisitSyntaxTree<ReferenceValue>(description, x => x.Scope = description.FileName); in SetupScopeInDescription()
DCreationDriver.cs240 result.Value.FileName = fileName; in ParseDescription()
1705 file = syntaxErrorPosition.FileName; in GetElementSourceAndPath()
1714 file = description.FileName; in GetElementSourceAndPath()
1786 public string FileName { get; private set; } property in Antmicro.Renode.PlatformDescription.CreationDriver.WithPositionForSyntaxErrors
1793 FileName = fileName; in WithPositionForSyntaxErrors()