TIC6X __c6xabi_DSBT_BASE
[deliverable/binutils-gdb.git] / ld / deffile.h
index 9a1e539667310675010f14ffd0a2bf3c57e3cccc..4275e7143c89aa51ea0489c68c88eb8b282e4396 100644 (file)
@@ -108,6 +108,16 @@ extern def_file_export *def_file_add_export (def_file *, const char *,
 extern def_file_import *def_file_add_import (def_file *, const char *,
                                             const char *, int, const char *,
                                             const char *, int *);
+extern int def_file_add_import_from (def_file *fdef,
+                                    int num_imports,
+                                    const char *name,
+                                    const char *module,
+                                    int ordinal,
+                                    const char *internal_name,
+                                    const char *its_name);
+extern def_file_import *def_file_add_import_at (def_file *, int, const char *,
+                                               const char *, int, const char *,
+                                               const char *);
 extern void def_file_add_directive (def_file *, const char *, int);
 extern def_file_module *def_get_module (def_file *, const char *);
 #ifdef DEF_FILE_PRINT
This page took 0.024298 seconds and 4 git commands to generate.