C# Class Mosa.Compiler.Linker.LinkerSection

Abstract class, that represents sections in an executable file provided by the linker.
Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
LinkerSection ( SectionKind sectionKind, uint alignment ) : System.Collections.Generic

Private Methods

Méthode Description
AddLinkerObject ( LinkerSymbol symbol ) : void
GetSymbol ( string name ) : LinkerSymbol
ResolveLayout ( uint fileOffset, ulong virtualAddress ) : void
SetFirst ( LinkerSymbol symbol ) : void
WriteTo ( Stream stream ) : void

Method Details

LinkerSection() public méthode

public LinkerSection ( SectionKind sectionKind, uint alignment ) : System.Collections.Generic
sectionKind SectionKind
alignment uint
Résultat System.Collections.Generic