The OpenD Programming Language

dylib_table_of_contents

A table of contents entry.

version(CoreDdoc)
struct dylib_table_of_contents {}

Members

Variables

module_index
uint module_index;

Index into the module table this symbol is defined in.

symbol_index
uint symbol_index;

The defined external symbol (index into the symbol table).

Meta