GDB (xrefs)
|
#include "buildsym.h"
Public Attributes | |
struct pending * | next |
int | nsyms |
struct symbol * | symbol [PENDINGSIZE] |
Definition at line 77 of file buildsym.h.
struct pending* pending::next |
Definition at line 79 of file buildsym.h.
Referenced by add_symbol_to_list(), cleanup_undefined_types_1(), coff_read_enum_type(), collate_pending_symbols_by_language(), common_block_end(), find_symbol_in_list(), buildsym_compunit::finish_block_internal(), fix_common_block(), fixup_go_packaging(), read_enum_type(), read_type(), set_missing_symtab(), and buildsym_compunit::~buildsym_compunit().
int pending::nsyms |
Definition at line 80 of file buildsym.h.
Referenced by add_symbol_to_list(), cleanup_undefined_types_1(), coff_read_enum_type(), define_symbol(), find_symbol_in_list(), fixup_go_packaging(), read_enum_type(), read_type(), and set_missing_symtab().
struct symbol* pending::symbol[PENDINGSIZE] |
Definition at line 81 of file buildsym.h.
Referenced by add_symbol_to_list(), cleanup_undefined_types_1(), coff_read_enum_type(), define_symbol(), find_symbol_in_list(), fixup_go_packaging(), read_enum_type(), read_type(), and set_missing_symtab().