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 54 of file coffread.c.

Member Data Documentation

◆ debugsec

char* coff_symfile_info::debugsec

Definition at line 137 of file xcoffread.c.

Referenced by read_xcoff_symtab(), and xcoff_initial_scan().

◆ max_lineno_offset

file_ptr coff_symfile_info::max_lineno_offset

Definition at line 57 of file coffread.c.

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

◆ min_lineno_offset

file_ptr coff_symfile_info::min_lineno_offset

Definition at line 56 of file coffread.c.

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

◆ stabsects

struct stab_section_list* coff_symfile_info::stabsects

Definition at line 61 of file coffread.c.

Referenced by coff_locate_sections().

◆ stabstrdata

char* coff_symfile_info::stabstrdata

Definition at line 63 of file coffread.c.

◆ stabstrsect

asection* coff_symfile_info::stabstrsect

Definition at line 62 of file coffread.c.

Referenced by coff_locate_sections().

◆ strtbl

char* coff_symfile_info::strtbl

Definition at line 134 of file xcoffread.c.

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

◆ symtbl

char* coff_symfile_info::symtbl

◆ symtbl_num_syms

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

◆ textaddr

CORE_ADDR coff_symfile_info::textaddr

Definition at line 59 of file coffread.c.

Referenced by coff_locate_sections().

◆ textsize

unsigned int coff_symfile_info::textsize

Definition at line 60 of file coffread.c.

Referenced by coff_locate_sections().

◆ toc_offset

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: