linkedit_data_command

The linkedit_data_command contains the offsets and sizes of a blob of data in the __LINKEDIT segment.

version(CoreDdoc)
struct linkedit_data_command {}

Members

Variables

cmd
uint cmd;

LC_CODE_SIGNATURE, LC_SEGMENT_SPLIT_INFO, LC_FUNCTION_STARTS, LC_DATA_IN_CODE, LC_DYLIB_CODE_SIGN_DRS, LC_LINKER_OPTIMIZATION_HINT, LC_DYLD_EXPORTS_TRIE or LC_DYLD_CHAINED_FIXUPS.

cmdsize
uint cmdsize;

Sizeof(struct linkedit_data_command).

dataoff
uint dataoff;

File offset of data in __LINKEDIT segment.

datasize
uint datasize;

File size of data in __LINKEDIT segment.

Meta