GDB (xrefs)
Public Attributes | List of all members
coff_symfile_info Struct Reference

Public Attributes

file_ptr min_lineno_offset
 
file_ptr max_lineno_offset
 
CORE_ADDR textaddr
 
unsigned int textsize
 
struct stab_section_liststabsects
 
asection * stabstrsect
 
char * stabstrdata
 
char * strtbl
 
char * debugsec
 
char * symtbl
 
int symtbl_num_syms
 
CORE_ADDR toc_offset
 

Detailed Description

Definition at line 56 of file coffread.c.

Member Data Documentation

char* coff_symfile_info::debugsec

Definition at line 137 of file xcoffread.c.

Referenced by read_xcoff_symtab(), and xcoff_initial_scan().

file_ptr coff_symfile_info::max_lineno_offset

Definition at line 59 of file coffread.c.

Referenced by coff_symfile_read(), find_linenos(), and xcoff_initial_scan().

file_ptr coff_symfile_info::min_lineno_offset

Definition at line 58 of file coffread.c.

Referenced by coff_symfile_read(), find_linenos(), and xcoff_initial_scan().

struct stab_section_list* coff_symfile_info::stabsects

Definition at line 63 of file coffread.c.

Referenced by coff_locate_sections(), and coff_symfile_read().

char* coff_symfile_info::stabstrdata

Definition at line 65 of file coffread.c.

asection* coff_symfile_info::stabstrsect

Definition at line 64 of file coffread.c.

Referenced by coff_locate_sections(), and coff_symfile_read().

char* coff_symfile_info::strtbl

Definition at line 134 of file xcoffread.c.

Referenced by init_stringtab(), read_symbol_lineno(), and read_xcoff_symtab().

char* coff_symfile_info::symtbl
int coff_symfile_info::symtbl_num_syms

Definition at line 143 of file xcoffread.c.

Referenced by read_symbol(), read_symbol_lineno(), and xcoff_initial_scan().

CORE_ADDR coff_symfile_info::textaddr

Definition at line 61 of file coffread.c.

Referenced by coff_locate_sections(), and coff_symfile_read().

unsigned int coff_symfile_info::textsize

Definition at line 62 of file coffread.c.

Referenced by coff_locate_sections(), and coff_symfile_read().

CORE_ADDR coff_symfile_info::toc_offset

Definition at line 146 of file xcoffread.c.


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