ddmd.libelf

Compiler implementation of the D programming language.

Members

Aliases

ElfObjModules
alias ElfObjModules = Array!(ElfObjModule*)
Undocumented in source.
ElfObjSymbols
alias ElfObjSymbols = Array!(ElfObjSymbol*)
Undocumented in source.

Classes

LibElf
class LibElf
Undocumented in source.

Functions

ElfOmToHeader
void ElfOmToHeader(ElfLibHeader* h, ElfObjModule* om)
Undocumented in source. Be warned that the author may not have intended to support it.
LibElf_factory
Library LibElf_factory()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

ELF_OBJECT_NAME_SIZE
enum ELF_OBJECT_NAME_SIZE;
Undocumented in source.
LOG
enum LOG;
Undocumented in source.

Structs

ElfLibHeader
struct ElfLibHeader
Undocumented in source.
ElfObjModule
struct ElfObjModule
ElfObjSymbol
struct ElfObjSymbol
Undocumented in source.

Meta

Source

See Source File
$(DMDSRC _libelf.d)