Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
const RzAnalysis * | analysis |
const RzBinDwarfDie * | all_dies |
const ut64 | count |
Sdb * | sdb |
HtUP * | die_map |
HtUP * | locations |
char * | lang |
Definition at line 11 of file dwarf_process.c.
const RzBinDwarfDie* dwarf_parse_context_t::all_dies |
Definition at line 13 of file dwarf_process.c.
const RzAnalysis* dwarf_parse_context_t::analysis |
Definition at line 12 of file dwarf_process.c.
Referenced by rz_analysis_dwarf_process_info().
Definition at line 14 of file dwarf_process.c.
HtUP* dwarf_parse_context_t::die_map |
Definition at line 16 of file dwarf_process.c.
char* dwarf_parse_context_t::lang |
Definition at line 18 of file dwarf_process.c.
HtUP* dwarf_parse_context_t::locations |
Definition at line 17 of file dwarf_process.c.
Sdb* dwarf_parse_context_t::sdb |
Definition at line 15 of file dwarf_process.c.