ident_command

The ident_command contains a free format string table following the ident_command structure. The strings are null terminated and the size of the command is padded out with zero bytes to a multiple of 4 bytes/ (THIS IS OBSOLETE and no longer supported).

version(CoreDdoc)
struct ident_command {}

Members

Variables

cmd
uint cmd;

LC_IDENT.

cmdsize
uint cmdsize;

Strings that follow this command.

Meta