C# 클래스 Mosa.Compiler.Linker.LinkerSection

Abstract class, that represents sections in an executable file provided by the linker.
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
LinkerSection ( SectionKind sectionKind, uint alignment ) : System.Collections.Generic

비공개 메소드들

메소드 설명
AddLinkerObject ( LinkerSymbol symbol ) : void
GetSymbol ( string name ) : LinkerSymbol
ResolveLayout ( uint fileOffset, ulong virtualAddress ) : void
SetFirst ( LinkerSymbol symbol ) : void
WriteTo ( Stream stream ) : void

메소드 상세

LinkerSection() 공개 메소드

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