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

Public Attributes

file_ptr min_lineno_offset = 0
 
file_ptr max_lineno_offset = 0
 
CORE_ADDR textaddr = 0
 
unsigned int textsize = 0
 
std::vector< asection * > * stabsects
 
asection * stabstrsect = nullptr
 
char * stabstrdata = nullptr
 

Detailed Description

Definition at line 49 of file coffread.c.

Member Data Documentation

◆ max_lineno_offset

file_ptr coff_symfile_info::max_lineno_offset = 0

Definition at line 52 of file coffread.c.

◆ min_lineno_offset

file_ptr coff_symfile_info::min_lineno_offset = 0

Definition at line 51 of file coffread.c.

Referenced by find_linenos().

◆ stabsects

std::vector<asection *>* coff_symfile_info::stabsects

Definition at line 56 of file coffread.c.

Referenced by coff_locate_sections(), and coff_symfile_read().

◆ stabstrdata

char* coff_symfile_info::stabstrdata = nullptr

Definition at line 58 of file coffread.c.

◆ stabstrsect

asection* coff_symfile_info::stabstrsect = nullptr

Definition at line 57 of file coffread.c.

Referenced by coff_locate_sections().

◆ textaddr

CORE_ADDR coff_symfile_info::textaddr = 0

Definition at line 54 of file coffread.c.

Referenced by coff_locate_sections().

◆ textsize

unsigned int coff_symfile_info::textsize = 0

Definition at line 55 of file coffread.c.

Referenced by coff_locate_sections().


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