Rizin
unix-like reverse engineering framework and cli tools
RzBinDwarfDebugInfo Struct Reference

#include <rz_bin_dwarf.h>

Public Attributes

size_t count
 
size_t capacity
 
RzBinDwarfCompUnitcomp_units
 
HtUP * lookup_table
 
size_t n_dwarf_dies
 
HtUP * line_info_offset_comp_dir
 

Detailed Description

Definition at line 769 of file rz_bin_dwarf.h.

Member Data Documentation

◆ capacity

size_t RzBinDwarfDebugInfo::capacity

Definition at line 771 of file rz_bin_dwarf.h.

◆ comp_units

RzBinDwarfCompUnit* RzBinDwarfDebugInfo::comp_units

Definition at line 772 of file rz_bin_dwarf.h.

◆ count

size_t RzBinDwarfDebugInfo::count

Definition at line 770 of file rz_bin_dwarf.h.

◆ line_info_offset_comp_dir

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.

◆ lookup_table

HtUP* RzBinDwarfDebugInfo::lookup_table

Definition at line 773 of file rz_bin_dwarf.h.

◆ n_dwarf_dies

size_t RzBinDwarfDebugInfo::n_dwarf_dies

Definition at line 774 of file rz_bin_dwarf.h.


The documentation for this struct was generated from the following file: