Rizin
unix-like reverse engineering framework and cli tools
rz_bin_dwarf_arange_set_t Struct Reference

DWARF 3 Standard Section 6.1.2 Lookup by Address. More...

#include <rz_bin_dwarf.h>

Public Attributes

ut64 unit_length
 
bool is_64bit
 
ut16 version
 
ut64 debug_info_offset
 
ut8 address_size
 
ut8 segment_size
 
size_t aranges_count
 
RzBinDwarfARangearanges
 

Detailed Description

DWARF 3 Standard Section 6.1.2 Lookup by Address.

Definition at line 931 of file rz_bin_dwarf.h.

Member Data Documentation

◆ address_size

ut8 rz_bin_dwarf_arange_set_t::address_size

Definition at line 936 of file rz_bin_dwarf.h.

Referenced by parse_aranges_raw(), and rz_core_bin_dwarf_print_aranges().

◆ aranges

RzBinDwarfARange* rz_bin_dwarf_arange_set_t::aranges

◆ aranges_count

size_t rz_bin_dwarf_arange_set_t::aranges_count

Definition at line 938 of file rz_bin_dwarf.h.

Referenced by parse_aranges_raw(), and rz_core_bin_dwarf_print_aranges().

◆ debug_info_offset

ut64 rz_bin_dwarf_arange_set_t::debug_info_offset

Definition at line 935 of file rz_bin_dwarf.h.

Referenced by parse_aranges_raw(), and rz_core_bin_dwarf_print_aranges().

◆ is_64bit

bool rz_bin_dwarf_arange_set_t::is_64bit

Definition at line 933 of file rz_bin_dwarf.h.

Referenced by parse_aranges_raw(), and rz_core_bin_dwarf_print_aranges().

◆ segment_size

ut8 rz_bin_dwarf_arange_set_t::segment_size

Definition at line 937 of file rz_bin_dwarf.h.

Referenced by parse_aranges_raw(), and rz_core_bin_dwarf_print_aranges().

◆ unit_length

ut64 rz_bin_dwarf_arange_set_t::unit_length

Definition at line 932 of file rz_bin_dwarf.h.

Referenced by parse_aranges_raw(), and rz_core_bin_dwarf_print_aranges().

◆ version

ut16 rz_bin_dwarf_arange_set_t::version

Definition at line 934 of file rz_bin_dwarf.h.

Referenced by parse_aranges_raw(), and rz_core_bin_dwarf_print_aranges().


The documentation for this struct was generated from the following file: