Speed up direct linking with DLLs on Windows (1/2).
[deliverable/binutils-gdb.git] / ld / pep-dll.h
index 0a27c1fc0271bcce9903e64145dd7906ab760eea..611c8cdb275f9333bf8799cd3de20128baa69f6c 100644 (file)
@@ -52,10 +52,11 @@ extern void pep_dll_build_sections  (bfd *, struct bfd_link_info *);
 extern void pep_exe_build_sections  (bfd *, struct bfd_link_info *);
 extern void pep_dll_fill_sections  (bfd *, struct bfd_link_info *);
 extern void pep_exe_fill_sections  (bfd *, struct bfd_link_info *);
-extern void pep_walk_relocs_of_symbol
-  (struct bfd_link_info *, char *, int (*) (arelent *, asection *, char *));
+extern void pep_find_data_imports  (const char *,
+                                   void (*cb) (arelent *, asection *, char *,
+                                               const char *));
 extern void pep_create_import_fixup  (arelent * rel, asection *, bfd_vma,
-                                     char *);
+                                     char *, const char *);
 extern bfd_boolean pep_bfd_is_dll  (bfd *);
 extern void pep_output_file_set_long_section_names (bfd *);
 
This page took 0.025102 seconds and 4 git commands to generate.