Class: Elf::Dynamic::SectionLink

Inherits:
Entry
  • Object
show all
Defined in:
lib/elf/dynamic.rb

Overview

An entry for the address of another section

Instance Attribute Summary

Attributes inherited from Entry

#type, #value

Instance Method Summary collapse

Methods inherited from Entry

#initialize

Constructor Details

This class inherits a constructor from Elf::Dynamic::Entry

Instance Method Details

#parsedObject



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