The OpenD Programming Language

symseg_command

The symseg_command contains the offset and size of the GNU style symbol table information as described in the header file <symseg.h>. The symbol roots of the symbol segments must also be aligned properly in the file. So the requirement of keeping the offsets aligned to a multiple of a 4 bytes translates to the length field of the symbol roots also being a multiple of a long. Also the padding must again be zeroed. (THIS IS OBSOLETE and no longer supported).

version(CoreDdoc)
struct symseg_command {}

Members

Variables

cmd
uint cmd;

LC_SYMSEG.

cmdsize
uint cmdsize;

Sizeof(struct symseg_command).

offset
uint offset;

Symbol segment offset.

size
uint size;

Symbol segment size in bytes.

Meta