GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
read_pe_section_data Struct Reference

Public Attributes

CORE_ADDR vma_offset
 
unsigned long rva_start
 
unsigned long rva_end
 
enum minimal_symbol_type ms_type
 
unsigned int index
 
std::string section_name
 

Detailed Description

Definition at line 49 of file coff-pe-read.c.

Member Data Documentation

◆ index

unsigned int read_pe_section_data::index

Definition at line 56 of file coff-pe-read.c.

Referenced by add_pe_exported_sym().

◆ ms_type

enum minimal_symbol_type read_pe_section_data::ms_type

Definition at line 54 of file coff-pe-read.c.

Referenced by add_pe_exported_sym().

◆ rva_end

unsigned long read_pe_section_data::rva_end

Definition at line 53 of file coff-pe-read.c.

◆ rva_start

unsigned long read_pe_section_data::rva_start

Definition at line 52 of file coff-pe-read.c.

◆ section_name

std::string read_pe_section_data::section_name

Definition at line 57 of file coff-pe-read.c.

Referenced by add_pe_exported_sym().

◆ vma_offset

CORE_ADDR read_pe_section_data::vma_offset

Definition at line 51 of file coff-pe-read.c.

Referenced by add_pe_exported_sym().


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