GDB (xrefs)
Functions | Variables
/tmp/gdb-7.10/gdb/psymtab.h File Reference
#include "symfile.h"

Go to the source code of this file.

Functions

struct psymbol_bcachepsymbol_bcache_init (void)
 
void psymbol_bcache_free (struct psymbol_bcache *)
 
struct bcachepsymbol_bcache_get_bcache (struct psymbol_bcache *)
 
struct objfilerequire_partial_symbols (struct objfile *objfile, int verbose)
 

Variables

const struct quick_symbol_functions psym_functions
 
const struct quick_symbol_functions dwarf2_gdb_index_functions
 

Function Documentation

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  )
struct objfile* require_partial_symbols ( struct objfile objfile,
int  verbose 
)

Variable Documentation

const struct quick_symbol_functions dwarf2_gdb_index_functions

Definition at line 4171 of file dwarf2read.c.

const struct quick_symbol_functions psym_functions

Definition at line 1466 of file psymtab.c.