The OpenD Programming Language

dylib_module

A module table entry.

Members

Variables

iextdefsym
uint iextdefsym;

Index into externally defined symbols.

iextrel
uint iextrel;

Index into external relocation entries.

iinit_iterm
uint iinit_iterm;

Low 16 bits are the index into the init section, high 16 bits are the index into the term section.

ilocalsym
uint ilocalsym;

Index into symbols for local symbols.

irefsym
uint irefsym;

Index into reference symbol table.

module_name
uint module_name;

The module name (index into string table).

nextdefsym
uint nextdefsym;

Number of externally defined symbols.

nextrel
uint nextrel;

Number of external relocation entries.

ninit_nterm
uint ninit_nterm;

Low 16 bits are the number of init section entries, high 16 bits are the number of term section entries.

nlocalsym
uint nlocalsym;

Number of local symbols.

nrefsym
uint nrefsym;

Number of reference symbol table entries.

objc_module_info_addr
uint objc_module_info_addr;

The (__OBJC,__module_info) section.

objc_module_info_size
uint objc_module_info_size;

The (__OBJC,__module_info) section.

Meta