Lines Matching defs:objfile
81 objfile *objfile = data->module->objfile;
82 gdb_assert (objfile != nullptr);
85 underlying file -- removing the objfile will cause the name to be
87 std::string objfile_name_s = objfile_name (objfile);
89 objfile->unlink ();
103 /* Create a copy of FUNC_TYPE that is independent of OBJFILE. */
106 create_copied_type_recursive (objfile *objfile, type *func_type)
127 struct objfile *objfile = module->objfile;
137 /* OBJFILE may disappear while FUNC_TYPE is still in use as a
139 that does not depend on the objfile in anyway. */
140 func_type = create_copied_type_recursive (objfile, func_type);