class Elf::Dynamic::SectionLink
An entry for the address of another section
Public Instance Methods
parsed()
click to toggle source
# File lib/elf/dynamic.rb, line 203 def parsed @parsed = @file.find_section_by_addr(@value) unless @parsed return @parsed end