Report scripts and libraries searched for ld --trace
[deliverable/binutils-gdb.git] / ld / pe-dll.h
index 48d169b6cc27bc5c7d3c54977a18664ce224ce77..38655f70d240374692df184b0716a050b2baeb4b 100644 (file)
@@ -61,10 +61,10 @@ extern void pe_dll_fill_sections
   (bfd *, struct bfd_link_info *);
 extern void pe_exe_fill_sections
   (bfd *, struct bfd_link_info *);
-extern void pe_walk_relocs_of_symbol
-  (struct bfd_link_info *, char *, int (*) (arelent *, asection *, char *));
+extern void pe_find_data_imports
+  (const char *, void (*cb) (arelent *, asection *, char *, const char *));
 extern void pe_create_import_fixup
-  (arelent * rel, asection *, bfd_vma, char *);
+  (arelent * rel, asection *, bfd_vma, char *, const char *);
 extern bfd_boolean pe_bfd_is_dll
   (bfd *);
 extern void pe_output_file_set_long_section_names
This page took 0.023811 seconds and 4 git commands to generate.