Home
last modified time | relevance | path

Searched refs:make_cleanup_free_objfile (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dobjfiles.h469 extern struct cleanup *make_cleanup_free_objfile (struct objfile *);
H A Dobjfiles.c656 make_cleanup_free_objfile (struct objfile *obj) in make_cleanup_free_objfile() function
H A Dsymfile.c957 old_chain = make_cleanup_free_objfile (objfile); in syms_from_objfile_1()
2494 old_cleanups = make_cleanup_free_objfile (objfile); in reread_symbols()