Classes and constants for parsing load commands in Mach-O binaries.
load commands that can be created manually via {LoadCommand.create} @api private
load commands responsible for loading dylibs @api private
load commands added after OS X 10.1 need to be bitwise ORed with LC_REQ_DYLD to be recognized by the dynamic linker (dyld) @api private
association of load command symbols to string representations of classes @api private
association of load commands to symbol representations @api private
association of symbol representations to load command constants @api private
association of segment flag symbols to values @api private
association of segment name symbols to names @api private