Elf64Executable

Undocumented in source.

Members

Functions

assignSectionAddresses
void assignSectionAddresses(Arena!Elf64ProgramHeader segmentBuf, Arena!(ObjectSection*) sectionBuf)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(Arena!ubyte sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

baseAddress
ulong baseAddress;
Undocumented in source.
context
CompilationContext* context;
Undocumented in source.
fileHeader
Elf64Header fileHeader;
Undocumented in source.
sections
ObjectSection*[] sections;
Undocumented in source.
segments
Elf64ProgramHeader[] segments;
Undocumented in source.

Meta