Searched defs:bcache (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | bcache.c | 62 struct bcache struct 79 long structure_size; /* total size of bcache, including infrastructure */ argument 92 /* Hash function to be used for this bcache object. */ argument 95 /* Compare function to be used for this bcache object. */ argument 96 int (*compare_function)(const void *, const void *, int length); 132 expand_hash_table (struct bcache *bcache) in expand_hash_table() 211 bcache (const void *addr, int length, struct bcache *cache) in bcache() function 223 bcache_full (const void *addr, int length, struct bcache *bcache, int *added) in bcache_full() 332 bcache_xfree (struct bcache *bcache) in bcache_xfree() 490 bcache_memory_used (struct bcache *bcache) in bcache_memory_used()
|
H A D | psymtab.c | 46 struct bcache *bcache; member 1532 struct psymbol_bcache *bcache = XCALLOC (1, struct psymbol_bcache); in psymbol_bcache_init() local 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()
|
H A D | macrotab.c | 44 struct bcache *bcache; member
|