An obsolete load command containing the offset and size of the (GNU style) symbol table information. Corresponds to LC_SYMSEG.
@see MachOStructure::FORMAT @api private
@see MachOStructure::SIZEOF @api private
@return [Fixnum] the offset to the symbol segment
@return [Fixnum] the size of the symbol segment in bytes
@api private
# File lib/macho/load_commands.rb, line 1278 def initialize(view, cmd, cmdsize, offset, size) super(view, cmd, cmdsize) @offset = offset @size = size end