New load commands: LC_DYLD_EXPORTS_TRIE and LC_DYLD_CHAINED_FIXUPS
woodruffw opened this issue · 2 comments
woodruffw commented
Apple snuck these in on us at some point. They're 0x33
and 0x34
(masked with LC_REQ_DYLD
), respectively, and should be mapped to LinkeditDataCommand
#define LC_DYLD_EXPORTS_TRIE (0x33 | LC_REQ_DYLD) /* used with linkedit_data_command, payload is trie */
#define LC_DYLD_CHAINED_FIXUPS (0x34 | LC_REQ_DYLD) /* used with linkedit_data_command */
BrewTestBot commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.