A load command containing linker options embedded in object files. Corresponds to LC_LINKER_OPTION.
@see MachOStructure::FORMAT @api private
@see MachOStructure::SIZEOF @api private
@return [Fixnum] the number of strings
@api private
# File lib/macho/load_commands.rb, line 1197 def initialize(view, cmd, cmdsize, count) super(view, cmd, cmdsize) @count = count end