Method: ElfUtils::Section::DebugLine#line_number_program
- Defined in:
- lib/elf_utils/section/debug_line.rb
#line_number_program(offset) ⇒ Object
13 14 15 16 |
# File 'lib/elf_utils/section/debug_line.rb', line 13 def line_number_program(offset) program, = unpack_line_number_program(bytes[offset..]) program end |