elf-vxworks.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /* VxWorks support for ELF
  2. Copyright (C) 2005-2022 Free Software Foundation, Inc.
  3. This file is part of BFD, the Binary File Descriptor library.
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 3 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>. */
  14. #include "elf/common.h"
  15. #include "elf/internal.h"
  16. bool elf_vxworks_add_symbol_hook
  17. (bfd *, struct bfd_link_info *, Elf_Internal_Sym *, const char **,
  18. flagword *, asection **, bfd_vma *);
  19. int elf_vxworks_link_output_symbol_hook
  20. (struct bfd_link_info *, const char *name, Elf_Internal_Sym *,
  21. asection *, struct elf_link_hash_entry *);
  22. bool elf_vxworks_emit_relocs
  23. (bfd *, asection *, Elf_Internal_Shdr *, Elf_Internal_Rela *,
  24. struct elf_link_hash_entry **);
  25. bool elf_vxworks_final_write_processing (bfd *);
  26. bool elf_vxworks_create_dynamic_sections
  27. (bfd *, struct bfd_link_info *, asection **);
  28. bool elf_vxworks_add_dynamic_entries (bfd *, struct bfd_link_info *);
  29. bool elf_vxworks_finish_dynamic_entry (bfd *, Elf_Internal_Dyn *);
  30. bool _bfd_elf_maybe_vxworks_add_dynamic_tags
  31. (bfd *, struct bfd_link_info *, bool);