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

Line info of all compilation units from the entire debug_line section. More...

#include <rz_bin_dwarf.h>

Public Attributes

RzListunits
 
struct rz_bin_source_line_info_tlines
 

Detailed Description

Line info of all compilation units from the entire debug_line section.

Definition at line 901 of file rz_bin_dwarf.h.

Member Data Documentation

◆ lines

struct rz_bin_source_line_info_t* RzBinDwarfLineInfo::lines

Definition at line 903 of file rz_bin_dwarf.h.

Referenced by parse_line_raw(), and rz_bin_dwarf_line_info_free().

◆ units

RzList* RzBinDwarfLineInfo::units

Definition at line 902 of file rz_bin_dwarf.h.

Referenced by parse_line_raw(), and rz_bin_dwarf_line_info_free().


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