The OpenD Programming Language

source_version_command

The source_version_command is an optional load command containing the version of the sources used to build the binary.

version(CoreDdoc)
struct source_version_command {}

Members

Variables

cmd
uint cmd;

LC_SOURCE_VERSION.

cmdsize
uint cmdsize;

16.

version_
ulong version_;

A.B.C.D.E packed as a24.b10.c10.d10.e10.

Meta