Searched refs:psymbol_cache (Results 1 – 6 of 6) sorted by relevance
1900 bcache_xfree (objfile->psymbol_cache); in reread_symbols()1901 objfile->psymbol_cache = bcache_xmalloc (); in reread_symbols()1931 objfile->psymbol_cache = bcache_xmalloc (); in reread_symbols()2635 objfile->psymbol_cache); in add_psymbol_to_list()2673 objfile->psymbol_cache); in add_psymbol_with_dem_name_to_list()2684 deprecated_bcache (buf, dem_namelength + 1, objfile->psymbol_cache); in add_psymbol_with_dem_name_to_list()2706 objfile->psymbol_cache); in add_psymbol_with_dem_name_to_list()
265 struct bcache *psymbol_cache; /* Byte cache for partial syms */ member
169 objfile->psymbol_cache = bcache_xmalloc (); in allocate_objfile()459 bcache_xfree (objfile->psymbol_cache); in free_objfile()
190 objfile->psymbol_cache = bcache_xmalloc (); in allocate_rt_common_objfile()
176 print_bcache_statistics (objfile->psymbol_cache, "partial symbol cache"); in print_symbol_bcache_statistics()236 bcache_memory_used (objfile->psymbol_cache)); in print_objfile_statistics()
6677 (print_symbol_bcache_statistics): Pass psymbol_cache by value.6683 (add_psymbol_to_list): Pass psymbol_cache by value.6688 (struct objfile): Change psymbol_cache and macro_cache to ``struct6693 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and