C# Class Mosa.Compiler.Linker.Elf.RelocationAddendEntry

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Свойство Type Description
Addend ulong
EntrySize32 ushort
EntrySize64 ushort
Offset ulong
RelocationType RelocationType
Symbol uint

Méthodes publiques

Méthode Description
GetEntrySize ( LinkerFormatType elfType ) : uint
Write ( LinkerFormatType elfType, BinaryWriter writer ) : void

Writes the program header

Méthodes protégées

Méthode Description
Write32 ( BinaryWriter writer ) : void

Writes the symbol table entry

Write64 ( BinaryWriter writer ) : void

Writes the symbol table entry

Method Details

GetEntrySize() public static méthode

public static GetEntrySize ( LinkerFormatType elfType ) : uint
elfType LinkerFormatType
Résultat uint

Write() public méthode

Writes the program header
public Write ( LinkerFormatType elfType, BinaryWriter writer ) : void
elfType LinkerFormatType Type of the elf.
writer System.IO.BinaryWriter The writer.
Résultat void

Write32() protected méthode

Writes the symbol table entry
protected Write32 ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter The writer.
Résultat void

Write64() protected méthode

Writes the symbol table entry
protected Write64 ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter The writer.
Résultat void

Property Details

Addend public_oe property

public ulong Addend
Résultat ulong

EntrySize32 public_oe static_oe property

public static ushort EntrySize32
Résultat ushort

EntrySize64 public_oe static_oe property

public static ushort EntrySize64
Résultat ushort

Offset public_oe property

public ulong Offset
Résultat ulong

RelocationType public_oe property

The relocation type
public RelocationType RelocationType
Résultat RelocationType

Symbol public_oe property

This member holds an index into the object file's symbol string table, which holds the character representations of the symbol names.
public uint Symbol
Résultat uint