Class: ElfUtils::Types::Dwarf64::V3::LineNumberProgramHeader Private

Inherits:
CTypes::Struct
  • Object
show all
Defined in:
lib/elf_utils/types/dwarf64/v3.rb

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

Instance Method Summary collapse

Instance Method Details

#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.



38
39
40
# File 'lib/elf_utils/types/dwarf64/v3.rb', line 38

def addr_type
  CTypes::Helpers.uint64.with_endian(@endian)
end