class MachO::LoadCommands::SymsegCommand
An obsolete load command containing the offset and size of the (GNU style) symbol table information. Corresponds to LC_SYMSEG.
Public Instance Methods
to_h()
click to toggle source
@return [Hash] a hash representation of this {SymsegCommand}
Calls superclass method
MachO::LoadCommands::LoadCommand#to_h
# File lib/macho/load_commands.rb, line 1369 def to_h { "offset" => offset, "size" => size, }.merge super end