C# 클래스 Mosa.Compiler.Linker.Elf.RelocationAddendEntry

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Addend ulong
EntrySize32 ushort
EntrySize64 ushort
Offset ulong
RelocationType RelocationType
Symbol uint

공개 메소드들

메소드 설명
GetEntrySize ( LinkerFormatType elfType ) : uint
Write ( LinkerFormatType elfType, BinaryWriter writer ) : void

Writes the program header

보호된 메소드들

메소드 설명
Write32 ( BinaryWriter writer ) : void

Writes the symbol table entry

Write64 ( BinaryWriter writer ) : void

Writes the symbol table entry

메소드 상세

GetEntrySize() 공개 정적인 메소드

public static GetEntrySize ( LinkerFormatType elfType ) : uint
elfType LinkerFormatType
리턴 uint

Write() 공개 메소드

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

Write32() 보호된 메소드

Writes the symbol table entry
protected Write32 ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter The writer.
리턴 void

Write64() 보호된 메소드

Writes the symbol table entry
protected Write64 ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter The writer.
리턴 void

프로퍼티 상세

Addend 공개적으로 프로퍼티

public ulong Addend
리턴 ulong

EntrySize32 공개적으로 정적으로 프로퍼티

public static ushort EntrySize32
리턴 ushort

EntrySize64 공개적으로 정적으로 프로퍼티

public static ushort EntrySize64
리턴 ushort

Offset 공개적으로 프로퍼티

public ulong Offset
리턴 ulong

RelocationType 공개적으로 프로퍼티

The relocation type
public RelocationType RelocationType
리턴 RelocationType

Symbol 공개적으로 프로퍼티

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
리턴 uint