|
GDB (xrefs)
|
#include "buildsym.h"
Public Attributes | |
| struct pending * | locals |
| struct using_direct * | local_using_directives |
| struct pending_block * | old_blocks |
| struct symbol * | name |
| struct dynamic_prop * | static_link |
| CORE_ADDR | start_addr |
| CORE_ADDR | end_addr |
| int | depth |
Definition at line 133 of file buildsym.h.
| 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().
| CORE_ADDR context_stack::end_addr |
Definition at line 162 of file buildsym.h.
Referenced by end_symtab_get_static_block().
| 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().
| struct pending* context_stack::locals |
Definition at line 137 of file buildsym.h.
Referenced by coff_symtab_read(), process_one_symbol(), push_context(), read_func_scope(), read_lexical_block_scope(), and read_xcoff_symtab().
| struct symbol* context_stack::name |
Definition at line 149 of file buildsym.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.unwinder.Unwinder::__init__(), gdb.xmethod.XMethod::__init__(), gdb.printing.PrettyPrinter::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.types.TypePrinter::__init__(), coff_symtab_read(), exsummary.Function::consistency_check(), end_symtab_get_static_block(), exsummary.Function::print_stack(), process_one_symbol(), push_context(), read_func_scope(), and read_xcoff_symtab().
| struct pending_block* context_stack::old_blocks |
Definition at line 145 of file buildsym.h.
Referenced by coff_symtab_read(), end_symtab_get_static_block(), process_one_symbol(), push_context(), read_func_scope(), read_lexical_block_scope(), and read_xcoff_symtab().
| CORE_ADDR context_stack::start_addr |
Definition at line 158 of file buildsym.h.
Referenced by coff_symtab_read(), end_symtab_get_static_block(), process_one_symbol(), push_context(), read_lexical_block_scope(), and read_xcoff_symtab().
| struct dynamic_prop* context_stack::static_link |
Definition at line 154 of file buildsym.h.
Referenced by read_func_scope().
1.8.14