C# Class Mosa.Compiler.Linker.LinkerSymbol

Exibir arquivo Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
AddPatch ( LinkRequest linkRequest ) : void
ApplyPatch ( long offset, ulong value, byte patchSize, Endianness endianness ) : void
ComputeMD5Hash ( ) : string
RemovePatches ( ) : void
SetData ( MemoryStream stream ) : void
SetData ( byte data ) : void
ToString ( ) : string

Private Methods

Method Description
LinkerSymbol ( string name, SectionKind kind, uint alignment ) : System.Collections.Generic

Method Details

AddPatch() public method

public AddPatch ( LinkRequest linkRequest ) : void
linkRequest LinkRequest
return void

ApplyPatch() public method

public ApplyPatch ( long offset, ulong value, byte patchSize, Endianness endianness ) : void
offset long
value ulong
patchSize byte
endianness Endianness
return void

ComputeMD5Hash() public method

public ComputeMD5Hash ( ) : string
return string

RemovePatches() public method

public RemovePatches ( ) : void
return void

SetData() public method

public SetData ( MemoryStream stream ) : void
stream System.IO.MemoryStream
return void

SetData() public method

public SetData ( byte data ) : void
data byte
return void

ToString() public method

public ToString ( ) : string
return string