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

#include "buildsym.h"

Public Attributes

struct pendinglocals
 
struct using_directlocal_using_directives
 
struct pending_blockold_blocks
 
struct symbolname
 
struct dynamic_propstatic_link
 
CORE_ADDR start_addr
 
CORE_ADDR end_addr
 
int depth
 

Detailed Description

Definition at line 133 of file buildsym.h.

Member Data Documentation

◆ depth

int context_stack::depth

Definition at line 166 of file buildsym.h.

Referenced by coff_symtab_read(), process_one_symbol(), push_context(), and read_xcoff_symtab().

◆ end_addr

CORE_ADDR context_stack::end_addr

Definition at line 162 of file buildsym.h.

Referenced by end_symtab_get_static_block().

◆ local_using_directives

struct using_direct* context_stack::local_using_directives

Definition at line 141 of file buildsym.h.

Referenced by push_context(), read_func_scope(), and read_lexical_block_scope().

◆ locals

struct pending* context_stack::locals

◆ name

struct symbol* context_stack::name

◆ old_blocks

struct pending_block* context_stack::old_blocks

◆ start_addr

CORE_ADDR context_stack::start_addr

◆ static_link

struct dynamic_prop* context_stack::static_link

Definition at line 154 of file buildsym.h.

Referenced by read_func_scope().


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