Method: ELFTools::Sections::Symbol#name

Defined in:
lib/elftools/sections/sym_tab_section.rb

#nameString

Return the symbol name.

Returns:

  • (String)

    The 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