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

Public Attributes

const RzAnalysisanalysis
 
const RzBinDwarfDieall_dies
 
const ut64 count
 
Sdbsdb
 
HtUP * die_map
 
HtUP * locations
 
char * lang
 

Detailed Description

Definition at line 11 of file dwarf_process.c.

Member Data Documentation

◆ all_dies

const RzBinDwarfDie* dwarf_parse_context_t::all_dies

Definition at line 13 of file dwarf_process.c.

◆ analysis

const RzAnalysis* dwarf_parse_context_t::analysis

Definition at line 12 of file dwarf_process.c.

Referenced by rz_analysis_dwarf_process_info().

◆ count

const ut64 dwarf_parse_context_t::count

Definition at line 14 of file dwarf_process.c.

◆ die_map

HtUP* dwarf_parse_context_t::die_map

Definition at line 16 of file dwarf_process.c.

◆ lang

char* dwarf_parse_context_t::lang

Definition at line 18 of file dwarf_process.c.

◆ locations

HtUP* dwarf_parse_context_t::locations

Definition at line 17 of file dwarf_process.c.

◆ sdb

Sdb* dwarf_parse_context_t::sdb

Definition at line 15 of file dwarf_process.c.


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