|
GDB (xrefs)
|
#include "gdb-stabs.h"
Public Attributes | |
| CORE_ADDR | text_addr |
| int | text_size |
| int | symcount |
| char * | stringtab |
| int | stringtab_size |
| file_ptr | symtab_offset |
| int | symbol_size |
| struct header_file * | header_files |
| int | n_header_files |
| int | n_allocated_header_files |
| asection * | text_section |
| asection * | data_section |
| asection * | bss_section |
| asection * | stab_section |
Definition at line 37 of file gdb-stabs.h.
| asection* dbx_symfile_info::bss_section |
Definition at line 56 of file gdb-stabs.h.
| asection* dbx_symfile_info::data_section |
Definition at line 55 of file gdb-stabs.h.
| struct header_file* dbx_symfile_info::header_files |
Definition at line 48 of file gdb-stabs.h.
Referenced by dbx_free_symfile_info().
| int dbx_symfile_info::n_allocated_header_files |
Definition at line 50 of file gdb-stabs.h.
| int dbx_symfile_info::n_header_files |
Definition at line 49 of file gdb-stabs.h.
Referenced by dbx_free_symfile_info().
| asection* dbx_symfile_info::stab_section |
Definition at line 59 of file gdb-stabs.h.
| char* dbx_symfile_info::stringtab |
Definition at line 42 of file gdb-stabs.h.
| int dbx_symfile_info::stringtab_size |
Definition at line 43 of file gdb-stabs.h.
| int dbx_symfile_info::symbol_size |
Definition at line 45 of file gdb-stabs.h.
| int dbx_symfile_info::symcount |
Definition at line 41 of file gdb-stabs.h.
| file_ptr dbx_symfile_info::symtab_offset |
Definition at line 44 of file gdb-stabs.h.
Referenced by coff_symfile_read().
| CORE_ADDR dbx_symfile_info::text_addr |
Definition at line 39 of file gdb-stabs.h.
| asection* dbx_symfile_info::text_section |
Definition at line 54 of file gdb-stabs.h.
| int dbx_symfile_info::text_size |
Definition at line 40 of file gdb-stabs.h.
1.8.10