|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_bin_dwarf.h>
Public Attributes | |
| size_t | count |
| size_t | capacity |
| RzBinDwarfAbbrevDecl * | decls |
Definition at line 798 of file rz_bin_dwarf.h.
| size_t RzBinDwarfDebugAbbrev::capacity |
Definition at line 800 of file rz_bin_dwarf.h.
Referenced by expand_debug_abbrev(), init_debug_abbrev(), parse_abbrev_raw(), and parse_info_raw().
| size_t RzBinDwarfDebugAbbrev::count |
Definition at line 799 of file rz_bin_dwarf.h.
Referenced by expand_debug_abbrev(), init_debug_abbrev(), parse_abbrev_raw(), parse_comp_unit(), parse_info_raw(), rz_bin_dwarf_debug_abbrev_free(), and rz_core_bin_dwarf_print_abbrev_section().
| RzBinDwarfAbbrevDecl* RzBinDwarfDebugAbbrev::decls |
Definition at line 801 of file rz_bin_dwarf.h.
Referenced by expand_debug_abbrev(), init_debug_abbrev(), parse_abbrev_raw(), parse_comp_unit(), parse_info_raw(), rz_bin_dwarf_debug_abbrev_free(), and rz_core_bin_dwarf_print_abbrev_section().