File offset to binding info.
Size of binding info.
LC_DYLD_INFO or LC_DYLD_INFO_ONLY.
Sizeof(struct dyld_info_command).
File offset to lazy binding info.
Size of lazy binding infs.
File offset to lazy binding info.
Size of lazy binding infs.
File offset to rebase info.
Size of rebase info.
File offset to weak binding info.
Size of weak binding info.
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.