Rizin
unix-like reverse engineering framework and cli tools
|
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 |
RzBinDwarfARange * | aranges |
DWARF 3 Standard Section 6.1.2 Lookup by Address.
Definition at line 931 of file rz_bin_dwarf.h.
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().
RzBinDwarfARange* rz_bin_dwarf_arange_set_t::aranges |
Definition at line 939 of file rz_bin_dwarf.h.
Referenced by parse_aranges_raw(), rz_bin_dwarf_arange_set_free(), and rz_core_bin_dwarf_print_aranges().
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().
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().
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().
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().
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().
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().