Home
last modified time | relevance | path

Searched refs:mstrsave (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dobjfiles.c187 objfile->name = mstrsave (objfile->md, bfd_get_filename (abfd)); in allocate_objfile()
200 objfile->name = mstrsave (objfile->md, "<<anonymous objfile>>"); in allocate_objfile()
H A Dsolib-sunos.c149 objfile->name = mstrsave (objfile->md, "rt_common"); in allocate_rt_common_objfile()
H A Ddefs.h862 extern char *mstrsave (void *, const char *);
H A Dsource.c864 s->fullname = mstrsave (s->objfile->md, s->fullname); in open_source_file()
H A Dutils.c1235 mstrsave (void *md, const char *ptr) in mstrsave() function