Deprecated Load Commands ======================== .. contents:: :local: The following load commands are no longer emitted when targeting newer platforms, but may still be present in binaries built for older targets. LC_DYLD_INFO_ONLY ----------------- This used to contain the offsets of the various bind opcode sections as well as the offset of the exports trie. The exports trie is now referenced by ``LC_DYLD_EXPORTS_TRIE`` and bind opcodes have been replaced by chained fixups, so this load command is no longer useful.