Method: ELFTools::Sections::Symbol#name
- Defined in:
- lib/elftools/sections/sym_tab_section.rb
#name ⇒ String
Return the symbol name.
122 123 124 |
# File 'lib/elftools/sections/sym_tab_section.rb', line 122 def name @name ||= @symstr.call.name_at(header.st_name) end |