GDB (xrefs)
|
Go to the source code of this file.
Classes | |
struct | subfile |
struct | pending |
struct | context_stack |
struct | buildsym_compunit |
Macros | |
#define | PENDINGSIZE 100 |
Typedefs | |
using | subfile_up = std::unique_ptr<subfile> |
Enumerations | |
enum | linetable_entry_flag : unsigned { LEF_IS_STMT = 1 << 1 , LEF_PROLOGUE_END = 1 << 2 } |
Functions | |
DEF_ENUM_FLAGS_TYPE (enum linetable_entry_flag, linetable_entry_flags) | |
void | add_symbol_to_list (struct symbol *symbol, struct pending **listhead) |
struct symbol * | find_symbol_in_list (struct pending *list, char *name, int length) |
#define PENDINGSIZE 100 |
Definition at line 75 of file buildsym.h.
Referenced by add_symbol_to_list().
using subfile_up = std::unique_ptr<subfile> |
Definition at line 69 of file buildsym.h.
enum linetable_entry_flag : unsigned |
Enumerator | |
---|---|
LEF_IS_STMT | |
LEF_PROLOGUE_END |
Definition at line 126 of file buildsym.h.
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().
DEF_ENUM_FLAGS_TYPE | ( | enum | linetable_entry_flag, |
linetable_entry_flags | ) |
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().