diff options
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 896aa08..81f8fd4 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -2632,6 +2632,10 @@ extern int bfd_elf_add_dt_needed_tag (bfd *, struct bfd_link_info *); extern bool _bfd_elf_link_check_relocs (bfd *, struct bfd_link_info *); +extern bool _bfd_elf_link_iterate_on_relocs + (bfd *, struct bfd_link_info *, + bool (*) (bfd *, struct bfd_link_info *, asection *, + const Elf_Internal_Rela *)); extern bool bfd_elf_link_record_dynamic_symbol (struct bfd_link_info *, struct elf_link_hash_entry *); |