dyld_info_command

The dyld_info_command contains the file offsets and sizes of the new compressed form of the information dyld needs to load the image. This information is used by dyld on Mac OS X 10.6 and later. All information pointed to by this command is encoded using byte streams, so no endian swapping is needed to interpret it.

Members

Variables

bind_off
uint bind_off;

File offset to binding info.

bind_size
uint bind_size;

Size of binding info.

cmd
uint cmd;

LC_DYLD_INFO or LC_DYLD_INFO_ONLY.

cmdsize
uint cmdsize;

Sizeof(struct dyld_info_command).

export_off
uint export_off;

File offset to lazy binding info.

export_size
uint export_size;

Size of lazy binding infs.

lazy_bind_off
uint lazy_bind_off;

File offset to lazy binding info.

lazy_bind_size
uint lazy_bind_size;

Size of lazy binding infs.

rebase_off
uint rebase_off;

File offset to rebase info.

rebase_size
uint rebase_size;

Size of rebase info.

weak_bind_off
uint weak_bind_off;

File offset to weak binding info.

weak_bind_size
uint weak_bind_size;

Size of weak binding info.

Meta