Method: ElfUtils::ElfFile#addr_type

Defined in:
lib/elf_utils/elf_file.rb

#addr_typeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

get the ctype that represents an address for this ELF file



247
248
249
# File 'lib/elf_utils/elf_file.rb', line 247

def addr_type
  elf_type(:Addr)
end