fvmlib_command

A fixed virtual shared library (filetype == MH_FVMLIB in the mach header) contains a fvmlib_command (cmd == LC_IDFVMLIB) to identify the library. An object that uses a fixed virtual shared library also contains a fvmlib_command (cmd == LC_LOADFVMLIB) for each library it uses. (THIS IS OBSOLETE and no longer supported).

version(CoreDdoc)
struct fvmlib_command {}

Members

Variables

cmd
uint cmd;

LC_IDFVMLIB or LC_LOADFVMLIB.

cmdsize
uint cmdsize;

Includes pathname string.

fvmlib_
fvmlib fvmlib_;

The library identification.

Meta