Rizin
unix-like reverse engineering framework and cli tools
|
DWARF 3 Standard Section 6.2 Line Number Information This contains the entire raw line info for one compilation unit. More...
#include <rz_bin_dwarf.h>
Public Attributes | |
RzBinDwarfLineHeader | header |
size_t | ops_count |
RzBinDwarfLineOp * | ops |
DWARF 3 Standard Section 6.2 Line Number Information This contains the entire raw line info for one compilation unit.
Definition at line 891 of file rz_bin_dwarf.h.
RzBinDwarfLineHeader RzBinDwarfLineUnit::header |
Definition at line 892 of file rz_bin_dwarf.h.
Referenced by line_unit_free(), parse_line_raw(), and rz_core_bin_dwarf_print_line_units().
RzBinDwarfLineOp* RzBinDwarfLineUnit::ops |
Definition at line 895 of file rz_bin_dwarf.h.
Referenced by line_unit_free(), parse_line_raw(), and rz_core_bin_dwarf_print_line_units().
size_t RzBinDwarfLineUnit::ops_count |
Definition at line 894 of file rz_bin_dwarf.h.
Referenced by line_unit_free(), parse_line_raw(), and rz_core_bin_dwarf_print_line_units().