|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_bin_dwarf.h>
Public Attributes | |
| ut64 | code |
| ut64 | tag |
| ut64 | offset |
| ut8 | has_children |
| size_t | count |
| size_t | capacity |
| RzBinDwarfAttrDef * | defs |
Definition at line 786 of file rz_bin_dwarf.h.
| size_t RzBinDwarfAbbrevDecl::capacity |
Definition at line 792 of file rz_bin_dwarf.h.
Referenced by expand_abbrev_decl(), init_abbrev_decl(), and parse_abbrev_raw().
| ut64 RzBinDwarfAbbrevDecl::code |
Definition at line 787 of file rz_bin_dwarf.h.
Referenced by parse_abbrev_raw(), and rz_core_bin_dwarf_print_abbrev_section().
| size_t RzBinDwarfAbbrevDecl::count |
Definition at line 791 of file rz_bin_dwarf.h.
Referenced by expand_abbrev_decl(), init_abbrev_decl(), parse_abbrev_raw(), parse_comp_unit(), parse_die(), parse_info_raw(), and rz_core_bin_dwarf_print_abbrev_section().
| RzBinDwarfAttrDef* RzBinDwarfAbbrevDecl::defs |
Definition at line 793 of file rz_bin_dwarf.h.
Referenced by expand_abbrev_decl(), init_abbrev_decl(), parse_abbrev_raw(), parse_die(), rz_bin_dwarf_debug_abbrev_free(), and rz_core_bin_dwarf_print_abbrev_section().
| ut8 RzBinDwarfAbbrevDecl::has_children |
Definition at line 790 of file rz_bin_dwarf.h.
Referenced by parse_abbrev_raw(), parse_comp_unit(), and rz_core_bin_dwarf_print_abbrev_section().
| ut64 RzBinDwarfAbbrevDecl::offset |
Definition at line 789 of file rz_bin_dwarf.h.
Referenced by abbrev_cmp(), parse_abbrev_raw(), and rz_core_bin_dwarf_print_abbrev_section().
| ut64 RzBinDwarfAbbrevDecl::tag |
Definition at line 788 of file rz_bin_dwarf.h.
Referenced by parse_abbrev_raw(), parse_comp_unit(), and rz_core_bin_dwarf_print_abbrev_section().