Class: ElfUtils::Types::Dwarf32::V3::LineNumberProgramHeader Private

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



36
37
38
# File 'lib/elf_utils/types/dwarf32/v3.rb', line 36

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