GDB (xrefs)
|
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 |
Definition at line 49 of file coffread.c.
file_ptr coff_symfile_info::max_lineno_offset = 0 |
Definition at line 52 of file coffread.c.
file_ptr coff_symfile_info::min_lineno_offset = 0 |
Definition at line 51 of file coffread.c.
Referenced by find_linenos().
std::vector<asection *>* coff_symfile_info::stabsects |
Definition at line 56 of file coffread.c.
Referenced by coff_locate_sections(), and coff_symfile_read().
char* coff_symfile_info::stabstrdata = nullptr |
Definition at line 58 of file coffread.c.
asection* coff_symfile_info::stabstrsect = nullptr |
Definition at line 57 of file coffread.c.
Referenced by coff_locate_sections().
CORE_ADDR coff_symfile_info::textaddr = 0 |
Definition at line 54 of file coffread.c.
Referenced by coff_locate_sections().
unsigned int coff_symfile_info::textsize = 0 |
Definition at line 55 of file coffread.c.
Referenced by coff_locate_sections().