dt_t

Data definitions DTibytes 1..7 bytes DTabytes offset of bytes of data a { a data bytes } DTnbytes bytes of data a { a data bytes } a = offset DTazeros # of 0 bytes a DTsymsize same as DTazeros, but the type of the symbol gives the size DTcommon # of 0 bytes (in a common block) a DTxoff offset from symbol w a w = symbol number (pointer for CPP) a = offset DTcoff offset into code segment

extern (C++) @nogc nothrow
struct dt_t {}

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

DTn
ubyte DTn;
Undocumented in source.
DTnext
dt_t* DTnext;
Undocumented in source.
Dty
ubyte Dty;
Undocumented in source.
dt
char dt;
Undocumented in source.

Meta