Class: Elf::Dynamic::SectionLink
Overview
An entry for the address of another section
Instance Attribute Summary
Attributes inherited from Entry
Instance Method Summary collapse
Methods inherited from Entry
Constructor Details
This class inherits a constructor from Elf::Dynamic::Entry
Instance Method Details
#parsed ⇒ Object
204 205 206 207 |
# File 'lib/elf/dynamic.rb', line 204 def parsed @parsed = @file.find_section_by_addr(@value) unless @parsed return @parsed end |