Class: ElfUtils::Types::Dwarf64::V4::LineNumberProgramHeader Private
- Inherits:
-
CTypes::Struct
- Object
- CTypes::Struct
- ElfUtils::Types::Dwarf64::V4::LineNumberProgramHeader
- Defined in:
- lib/elf_utils/types/dwarf64/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
- #addr_type ⇒ Object private
Instance Method Details
#addr_type ⇒ Object
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.
39 40 41 |
# File 'lib/elf_utils/types/dwarf64/v4.rb', line 39 def addr_type CTypes::Helpers.uint64.with_endian(@endian) end |