C# Class Mosa.Compiler.Linker.LinkerSection

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

Public Methods

Method Description
LinkerSection ( SectionKind sectionKind, uint alignment ) : System.Collections.Generic

Private Methods

Method 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 method

public LinkerSection ( SectionKind sectionKind, uint alignment ) : System.Collections.Generic
sectionKind SectionKind
alignment uint
return System.Collections.Generic