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

#include <rz_pdb.h>

Public Attributes

RzBufferbuf
 
RzPdbMsfSuperBlocksuper_block
 
RzListstreams
 
RzPdbStreams_pdb
 
RzPdbDbiStreams_dbi
 
RzPdbTpiStreams_tpi
 
RzPdbGDataStreams_gdata
 
RzPdbOmapStreams_omap
 
RzPdbPeStreams_pe
 

Detailed Description

Definition at line 241 of file rz_pdb.h.

Member Data Documentation

◆ buf

◆ s_dbi

RzPdbDbiStream* rz_pdb_t::s_dbi

Definition at line 246 of file rz_pdb.h.

Referenced by parse_dbi_stream(), parse_streams(), and rz_bin_pdb_free().

◆ s_gdata

RzPdbGDataStream* rz_pdb_t::s_gdata

Definition at line 248 of file rz_pdb.h.

Referenced by parse_gdata_stream(), pdb_set_symbols(), and rz_bin_pdb_free().

◆ s_omap

RzPdbOmapStream* rz_pdb_t::s_omap

Definition at line 249 of file rz_pdb.h.

Referenced by parse_omap_stream(), pdb_set_symbols(), and rz_bin_pdb_free().

◆ s_pdb

RzPdbStream* rz_pdb_t::s_pdb

Definition at line 245 of file rz_pdb.h.

Referenced by parse_pdb_stream(), and rz_bin_pdb_free().

◆ s_pe

RzPdbPeStream* rz_pdb_t::s_pe

Definition at line 250 of file rz_pdb.h.

Referenced by parse_pe_stream(), pdb_set_symbols(), and rz_bin_pdb_free().

◆ s_tpi

RzPdbTpiStream* rz_pdb_t::s_tpi

◆ streams

RzList* rz_pdb_t::streams

Definition at line 244 of file rz_pdb.h.

Referenced by parse_streams(), pdb7_parse(), and rz_bin_pdb_free().

◆ super_block


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