Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_bin_dwarf.h>
Public Attributes | |
size_t | count |
size_t | capacity |
RzBinDwarfCompUnit * | comp_units |
HtUP * | lookup_table |
size_t | n_dwarf_dies |
HtUP * | line_info_offset_comp_dir |
Definition at line 769 of file rz_bin_dwarf.h.
size_t RzBinDwarfDebugInfo::capacity |
Definition at line 771 of file rz_bin_dwarf.h.
RzBinDwarfCompUnit* RzBinDwarfDebugInfo::comp_units |
Definition at line 772 of file rz_bin_dwarf.h.
size_t RzBinDwarfDebugInfo::count |
Definition at line 770 of file rz_bin_dwarf.h.
HtUP* RzBinDwarfDebugInfo::line_info_offset_comp_dir |
Cache mapping from an offset in the debug_line section to a string representing the DW_AT_comp_dir attribute of the compilation unit that references this particular line information.
Definition at line 781 of file rz_bin_dwarf.h.
HtUP* RzBinDwarfDebugInfo::lookup_table |
Definition at line 773 of file rz_bin_dwarf.h.
size_t RzBinDwarfDebugInfo::n_dwarf_dies |
Definition at line 774 of file rz_bin_dwarf.h.