ddmd.libmach

Compiler implementation of the D programming language.

Members

Aliases

MachObjModules
alias MachObjModules = Array!(MachObjModule*)
Undocumented in source.
MachObjSymbols
alias MachObjSymbols = Array!(MachObjSymbol*)
Undocumented in source.

Classes

LibMach
class LibMach
Undocumented in source.

Functions

LibMach_factory
Library LibMach_factory()
Undocumented in source. Be warned that the author may not have intended to support it.
MachOmToHeader
void MachOmToHeader(MachLibHeader* h, MachObjModule* om)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LOG
enum LOG;
Undocumented in source.
MACH_OBJECT_NAME_SIZE
enum MACH_OBJECT_NAME_SIZE;
Undocumented in source.

Structs

MachLibHeader
struct MachLibHeader
Undocumented in source.
MachObjModule
struct MachObjModule
MachObjSymbol
struct MachObjSymbol
Undocumented in source.

Meta

Source

See Source File
$(DMDSRC _libmach.d)