Home
last modified time | relevance | path

Searched refs:macro_cache (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dobjfiles.h266 struct bcache *macro_cache; /* Byte cache for macros */ member
H A Dobjfiles.c170 objfile->macro_cache = bcache_xmalloc (); in allocate_objfile()
460 bcache_xfree (objfile->macro_cache); in free_objfile()
H A Dsolib-sunos.c191 objfile->macro_cache = bcache_xmalloc (); in allocate_rt_common_objfile()
H A Dsymfile.c1902 bcache_xfree (objfile->macro_cache); in reread_symbols()
1903 objfile->macro_cache = bcache_xmalloc (); in reread_symbols()
1932 objfile->macro_cache = bcache_xmalloc (); in reread_symbols()
H A Dsymmisc.c238 bcache_memory_used (objfile->macro_cache)); in print_objfile_statistics()
H A Ddwarf2read.c8831 objfile->macro_cache); in macro_start_file()
H A DChangeLog-20026688 (struct objfile): Change psymbol_cache and macro_cache to ``struct
6690 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
6694 macro_cache.
9335 * objfiles.h (struct objfile): New member: `macro_cache'.