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

#include "gdb-stabs.h"

Public Member Functions

 ~dbx_symfile_info ()
 

Public Attributes

CORE_ADDR text_addr = 0
 
int text_size = 0
 
int symcount = 0
 
char * stringtab = nullptr
 
int stringtab_size = 0
 
file_ptr symtab_offset = 0
 
int symbol_size = 0
 
struct header_fileheader_files = nullptr
 
int n_header_files = 0
 
int n_allocated_header_files = 0
 
asection * text_section = nullptr
 
asection * data_section = nullptr
 
asection * bss_section = nullptr
 
asection * stab_section = nullptr
 

Detailed Description

Definition at line 34 of file gdb-stabs.h.

Constructor & Destructor Documentation

◆ ~dbx_symfile_info()

dbx_symfile_info::~dbx_symfile_info ( )

Definition at line 702 of file dbxread.c.

References header_files, n_header_files, name, and xfree().

Member Data Documentation

◆ bss_section

asection* dbx_symfile_info::bss_section = nullptr

Definition at line 55 of file gdb-stabs.h.

◆ data_section

asection* dbx_symfile_info::data_section = nullptr

Definition at line 54 of file gdb-stabs.h.

◆ header_files

struct header_file* dbx_symfile_info::header_files = nullptr

Definition at line 47 of file gdb-stabs.h.

Referenced by ~dbx_symfile_info().

◆ n_allocated_header_files

int dbx_symfile_info::n_allocated_header_files = 0

Definition at line 49 of file gdb-stabs.h.

◆ n_header_files

int dbx_symfile_info::n_header_files = 0

Definition at line 48 of file gdb-stabs.h.

Referenced by ~dbx_symfile_info().

◆ stab_section

asection* dbx_symfile_info::stab_section = nullptr

Definition at line 58 of file gdb-stabs.h.

◆ stringtab

char* dbx_symfile_info::stringtab = nullptr

Definition at line 41 of file gdb-stabs.h.

◆ stringtab_size

int dbx_symfile_info::stringtab_size = 0

Definition at line 42 of file gdb-stabs.h.

◆ symbol_size

int dbx_symfile_info::symbol_size = 0

Definition at line 44 of file gdb-stabs.h.

◆ symcount

int dbx_symfile_info::symcount = 0

Definition at line 40 of file gdb-stabs.h.

◆ symtab_offset

file_ptr dbx_symfile_info::symtab_offset = 0

Definition at line 43 of file gdb-stabs.h.

◆ text_addr

CORE_ADDR dbx_symfile_info::text_addr = 0

Definition at line 38 of file gdb-stabs.h.

◆ text_section

asection* dbx_symfile_info::text_section = nullptr

Definition at line 53 of file gdb-stabs.h.

◆ text_size

int dbx_symfile_info::text_size = 0

Definition at line 39 of file gdb-stabs.h.


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