GDB (xrefs)
|
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 |
Definition at line 49 of file coff-pe-read.c.
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.
std::string 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().