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

#include <dbi.h>

Public Attributes

ut16 Section
 
char Padding1 [2]
 
st32 Offset
 
st32 Size
 
ut32 Characteristics
 
ut16 ModuleIndex
 
char Padding2 [2]
 
ut32 DataCrc
 
ut32 RelocCrc
 

Detailed Description

Definition at line 17 of file dbi.h.

Member Data Documentation

◆ Characteristics

ut32 SectionContribEntry::Characteristics

Definition at line 22 of file dbi.h.

Referenced by parse_dbi_stream_section_entry().

◆ DataCrc

ut32 SectionContribEntry::DataCrc

Definition at line 25 of file dbi.h.

Referenced by parse_dbi_stream_section_entry().

◆ ModuleIndex

ut16 SectionContribEntry::ModuleIndex

Definition at line 23 of file dbi.h.

Referenced by parse_dbi_stream_section_entry().

◆ Offset

st32 SectionContribEntry::Offset

Definition at line 20 of file dbi.h.

Referenced by parse_dbi_stream_section_entry().

◆ Padding1

char SectionContribEntry::Padding1[2]

Definition at line 19 of file dbi.h.

Referenced by parse_dbi_stream_section_entry().

◆ Padding2

char SectionContribEntry::Padding2[2]

Definition at line 24 of file dbi.h.

Referenced by parse_dbi_stream_section_entry().

◆ RelocCrc

ut32 SectionContribEntry::RelocCrc

Definition at line 26 of file dbi.h.

Referenced by parse_dbi_stream_section_entry().

◆ Section

ut16 SectionContribEntry::Section

Definition at line 18 of file dbi.h.

Referenced by parse_dbi_stream_section_entry().

◆ Size

st32 SectionContribEntry::Size

Definition at line 21 of file dbi.h.

Referenced by parse_dbi_stream_section_entry().


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