GDB (xrefs)
Functions | Variables
/home/stan/gdb/src/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 *)
void expand_partial_symbol_names (int(*fun)(const char *, void *), void *data)
void map_partial_symbol_filenames (symbol_filename_ftype *fun, void *data, int need_fullname)
struct objfilerequire_partial_symbols (struct objfile *objfile, int verbose)

Variables

struct quick_symbol_functions psym_functions
struct quick_symbol_functions dwarf2_gdb_index_functions

Function Documentation

void expand_partial_symbol_names ( int(*)(const char *, void *)  fun,
void *  data 
)
void map_partial_symbol_filenames ( symbol_filename_ftype fun,
void *  data,
int  need_fullname 
)
void psymbol_bcache_free ( struct psymbol_bcache )

Definition at line 1540 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 ) [read]

Definition at line 1552 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  ) [read]
struct objfile* require_partial_symbols ( struct objfile objfile,
int  verbose 
) [read]

Variable Documentation

Definition at line 4047 of file dwarf2read.c.

Definition at line 1420 of file psymtab.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines