uuid_command

The uuid load command contains a single 128-bit unique random number that identifies an object produced by the static link editor.

version(CoreDdoc)
struct uuid_command {}

Members

Variables

cmd
uint cmd;

LC_UUID.

cmdsize
uint cmdsize;

Sizeof(struct uuid_command).

uuid
ubyte[16] uuid;

The 128-bit uuid.

Meta