GDB (xrefs)
|
#include "defs.h"
#include "buildsym-legacy.h"
#include "bfd.h"
#include "gdbsupport/gdb_obstack.h"
#include "gdbsupport/pathstuff.h"
#include "symtab.h"
#include "symfile.h"
#include "objfiles.h"
#include "gdbtypes.h"
#include "complaints.h"
#include "expression.h"
#include "filenames.h"
#include "macrotab.h"
#include "demangle.h"
#include "block.h"
#include "cp-support.h"
#include "dictionary.h"
#include <algorithm>
#include "stabsread.h"
Go to the source code of this file.
Classes | |
struct | pending_block |
Functions | |
void | add_symbol_to_list (struct symbol *symbol, struct pending **listhead) |
struct symbol * | find_symbol_in_list (struct pending *list, char *name, int length) |
static void | set_missing_symtab (struct pending *pending_list, struct compunit_symtab *cu) |
Definition at line 125 of file buildsym.c.
References general_symbol_info::linkage_name(), pending::next, pending::nsyms, PENDINGSIZE, and pending::symbol.
Referenced by add_ada_export_symbol(), coff_read_enum_type(), common_block_end(), define_symbol(), fixup_go_packaging(), mdebug_expand_psymtab(), new_symbol(), patch_block_stabs(), process_coff_symbol(), process_xcoff_symbol(), and read_enum_type().
Definition at line 150 of file buildsym.c.
References general_symbol_info::linkage_name(), name, pending::next, pending::nsyms, and pending::symbol.
Referenced by patch_block_stabs().
|
static |
Definition at line 1071 of file buildsym.c.
References pending::next, pending::nsyms, pending_list, compunit_symtab::primary_filetab(), symbol::set_symtab(), pending::symbol, and symbol::symtab.
Referenced by buildsym_compunit::augment_type_symtab().