Class: ElfUtils::Types::Dwarf32::V5::LineNumberProgramHeader Private

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



40
41
42
# File 'lib/elf_utils/types/dwarf32/v5.rb', line 40

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