Home
last modified time | relevance | path

Searched refs:psymbol_cache (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c1900 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()
H A Dobjfiles.h265 struct bcache *psymbol_cache; /* Byte cache for partial syms */ member
H A Dobjfiles.c169 objfile->psymbol_cache = bcache_xmalloc (); in allocate_objfile()
459 bcache_xfree (objfile->psymbol_cache); in free_objfile()
H A Dsolib-sunos.c190 objfile->psymbol_cache = bcache_xmalloc (); in allocate_rt_common_objfile()
H A Dsymmisc.c176 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()
H A DChangeLog-20026677 (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 ``struct
6693 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and