GDB (xrefs)
Public Attributes | List of all members
symtab Struct Reference

#include "symtab.h"

Public Attributes

struct symtabnext
 
struct compunit_symtabcompunit_symtab
 
struct linetablelinetable
 
const char * filename
 
int nlines
 
int * line_charpos
 
enum language language
 
char * fullname
 

Detailed Description

Definition at line 1291 of file symtab.h.

Member Data Documentation

◆ compunit_symtab

struct compunit_symtab* symtab::compunit_symtab

Definition at line 1300 of file symtab.h.

Referenced by allocate_symtab(), and maintenance_print_one_line_table().

◆ filename

const char* symtab::filename

◆ fullname

char* symtab::fullname

◆ language

enum language symtab::language

◆ line_charpos

int* symtab::line_charpos

◆ linetable

struct linetable* symtab::linetable

Definition at line 1305 of file symtab.h.

Referenced by maintenance_info_symtabs().

◆ next

struct symtab* symtab::next

◆ nlines

int symtab::nlines

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