Class: ElfUtils::Types::Dwarf32::V4::LineNumberProgramHeader Private

Inherits:
CTypes::Struct
  • Object
show all
Defined in:
lib/elf_utils/types/dwarf32/v4.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.



37
38
39
# File 'lib/elf_utils/types/dwarf32/v4.rb', line 37

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