GDB (xrefs)
|
#include "symfile.h"
Go to the source code of this file.
Functions | |
struct psymbol_bcache * | psymbol_bcache_init (void) |
void | psymbol_bcache_free (struct psymbol_bcache *) |
struct bcache * | psymbol_bcache_get_bcache (struct psymbol_bcache *) |
struct objfile * | require_partial_symbols (struct objfile *objfile, int verbose) |
Variables | |
const struct quick_symbol_functions | psym_functions |
const struct quick_symbol_functions | dwarf2_gdb_index_functions |
void psymbol_bcache_free | ( | struct psymbol_bcache * | ) |
Definition at line 1584 of file psymtab.c.
References psymbol_bcache::bcache, bcache_xfree(), and xfree().
Referenced by free_objfile(), and reread_symbols().
struct bcache* psymbol_bcache_get_bcache | ( | struct psymbol_bcache * | ) |
Definition at line 1596 of file psymtab.c.
References psymbol_bcache::bcache.
Referenced by print_objfile_statistics(), and print_symbol_bcache_statistics().
struct psymbol_bcache* psymbol_bcache_init | ( | void | ) |
Definition at line 1575 of file psymtab.c.
References psymbol_bcache::bcache, bcache(), bcache_xmalloc(), psymbol_compare(), and psymbol_hash().
Referenced by allocate_objfile(), and reread_symbols().
Definition at line 77 of file psymtab.c.
References _, objfile::flags, gdb_flush(), gdb_stdout, OBJF_PSYMTABS_READ, objfile_has_symbols(), objfile_name(), printf_unfiltered(), objfile::sf, sym_fns::sym_read_psymbols, and wrap_here().
Referenced by read_symbols().
const struct quick_symbol_functions dwarf2_gdb_index_functions |
Definition at line 4171 of file dwarf2read.c.
const struct quick_symbol_functions psym_functions |