Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_bin_dwarf.h>
Public Attributes | |
ut64 | tag |
ut64 | abbrev_code |
size_t | count |
size_t | capacity |
ut64 | offset |
bool | has_children |
RzBinDwarfAttrValue * | attr_values |
Definition at line 749 of file rz_bin_dwarf.h.
ut64 RzBinDwarfDie::abbrev_code |
Definition at line 751 of file rz_bin_dwarf.h.
Referenced by init_die(), parse_array_type(), parse_enum_type(), parse_function_args_and_vars(), and parse_structure_type().
RzBinDwarfAttrValue* RzBinDwarfDie::attr_values |
Definition at line 756 of file rz_bin_dwarf.h.
Referenced by find_attr(), find_attr_idx(), free_die(), get_die_name(), get_die_size(), get_spec_die_type(), get_specification_die_name(), init_die(), parse_abstract_origin(), parse_array_type(), parse_atomic_type(), parse_comp_unit_lang(), parse_die(), parse_enum_type(), parse_enumerator(), parse_function(), parse_function_args_and_vars(), parse_struct_member(), parse_structure_type(), parse_type(), parse_typedef(), and rz_core_bin_dwarf_print_debug_info().
size_t RzBinDwarfDie::capacity |
Definition at line 753 of file rz_bin_dwarf.h.
Referenced by init_die().
size_t RzBinDwarfDie::count |
Definition at line 752 of file rz_bin_dwarf.h.
Referenced by find_attr(), find_attr_idx(), free_die(), init_die(), parse_abstract_origin(), parse_array_type(), parse_atomic_type(), parse_die(), parse_enumerator(), parse_function(), parse_function_args_and_vars(), parse_struct_member(), parse_typedef(), rz_analysis_dwarf_process_info(), and rz_core_bin_dwarf_print_debug_info().
bool RzBinDwarfDie::has_children |
Definition at line 755 of file rz_bin_dwarf.h.
Referenced by parse_array_type(), parse_comp_unit(), parse_enum_type(), parse_function_args_and_vars(), parse_structure_type(), and parse_type().
ut64 RzBinDwarfDie::offset |
Definition at line 754 of file rz_bin_dwarf.h.
Referenced by get_die_name(), parse_atomic_type(), parse_comp_unit(), and rz_bin_dwarf_parse_info().
ut64 RzBinDwarfDie::tag |
Definition at line 750 of file rz_bin_dwarf.h.
Referenced by parse_array_type(), parse_comp_unit(), parse_enum_type(), parse_function_args_and_vars(), parse_structure_type(), parse_type(), and parse_type_entry().