Home
last modified time | relevance | path

Searched refs:psymbol_bcache (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDpsymtab.h27 struct psymbol_bcache;
29 extern struct psymbol_bcache *psymbol_bcache_init (void);
30 extern void psymbol_bcache_free (struct psymbol_bcache *);
31 extern struct bcache *psymbol_bcache_get_bcache (struct psymbol_bcache *);
HDpsymtab.c44 struct psymbol_bcache struct
1529 struct psymbol_bcache *
1532 struct psymbol_bcache *bcache = XCALLOC (1, struct psymbol_bcache); in psymbol_bcache_init()
1539 psymbol_bcache_free (struct psymbol_bcache *bcache) in psymbol_bcache_free()
1551 psymbol_bcache_get_bcache (struct psymbol_bcache *bcache) in psymbol_bcache_get_bcache()
1563 struct psymbol_bcache *bcache, in psymbol_bcache_full()
HDobjfiles.h275 struct psymbol_bcache *psymbol_cache; /* Byte cache for partial syms. */