Свойство | Тип | Описание | |
---|---|---|---|
Addend | ulong | ||
EntrySize32 | ushort | ||
EntrySize64 | ushort | ||
Offset | ulong | ||
RelocationType | RelocationType | ||
Symbol | uint |
Метод | Описание | |
---|---|---|
GetEntrySize ( LinkerFormatType elfType ) : uint | ||
Write ( LinkerFormatType elfType, |
Writes the program header
|
Метод | Описание | |
---|---|---|
Write32 ( |
Writes the symbol table entry
|
|
Write64 ( |
Writes the symbol table entry
|
public static GetEntrySize ( LinkerFormatType elfType ) : uint | ||
elfType | LinkerFormatType | |
Результат | uint |
public Write ( LinkerFormatType elfType, |
||
elfType | LinkerFormatType | Type of the elf. |
writer | The writer. | |
Результат | void |
protected Write32 ( |
||
writer | The writer. | |
Результат | void |
protected Write64 ( |
||
writer | The writer. | |
Результат | void |