GDB (xrefs)
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
 
char * section_name
 

Detailed Description

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

Member Data Documentation

unsigned int read_pe_section_data::index

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

Referenced by add_pe_exported_sym().

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().

unsigned long read_pe_section_data::rva_end

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

unsigned long read_pe_section_data::rva_start

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

Referenced by get_section_vmas().

char* read_pe_section_data::section_name

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

Referenced by add_pe_exported_sym().

CORE_ADDR read_pe_section_data::vma_offset

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

Referenced by add_pe_exported_sym(), and get_section_vmas().


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