Method: ELFTools::Sections::Symbol#initialize
- Defined in:
- lib/elftools/sections/sym_tab_section.rb
#initialize(header, stream, symstr: nil) ⇒ Symbol
Instantiate a ELFTools::Sections::Symbol object.
114 115 116 117 118 |
# File 'lib/elftools/sections/sym_tab_section.rb', line 114 def initialize(header, stream, symstr: nil) @header = header @stream = stream @symstr = symstr end |