Class: ElfUtils::Types::Dwarf32::V2::LineNumberProgramHeader Private
- Inherits:
-
CTypes::Struct
- Object
- CTypes::Struct
- ElfUtils::Types::Dwarf32::V2::LineNumberProgramHeader
- Defined in:
- lib/elf_utils/types/dwarf32/v2.rb
Overview
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.
called a “Statement Program Prologue” in the v2 spec, gets renamed to “Line Number Program Header” in v3 spec and above. Using the more modern naming of struct & fields to simplify working with all versions.
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/dwarf32/v2.rb', line 39 def addr_type CTypes::Helpers.uint32.with_endian(@endian) end |