Searched refs:mstrsave (Results 1 – 5 of 5) sorted by relevance
187 objfile->name = mstrsave (objfile->md, bfd_get_filename (abfd)); in allocate_objfile()200 objfile->name = mstrsave (objfile->md, "<<anonymous objfile>>"); in allocate_objfile()
149 objfile->name = mstrsave (objfile->md, "rt_common"); in allocate_rt_common_objfile()
862 extern char *mstrsave (void *, const char *);
864 s->fullname = mstrsave (s->objfile->md, s->fullname); in open_source_file()
1235 mstrsave (void *md, const char *ptr) in mstrsave() function