Searched refs:psymbol_bcache (Results 1 – 3 of 3) sorted by relevance
27 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 *);
44 struct psymbol_bcache struct1529 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()
275 struct psymbol_bcache *psymbol_cache; /* Byte cache for partial syms. */