elf-vxworks.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* VxWorks support for ELF
  2. Copyright (C) 2005-2015 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, write to the Free Software
  14. Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  15. MA 02111-1307, USA. */
  16. #include "elf/common.h"
  17. #include "elf/internal.h"
  18. bfd_boolean elf_vxworks_add_symbol_hook
  19. (bfd *, struct bfd_link_info *, Elf_Internal_Sym *, const char **,
  20. flagword *, asection **, bfd_vma *);
  21. bfd_boolean elf_vxworks_link_output_symbol_hook
  22. (struct bfd_link_info *, const char *name, Elf_Internal_Sym *,
  23. asection *, struct elf_link_hash_entry *);
  24. bfd_boolean elf_vxworks_emit_relocs
  25. (bfd *, asection *, Elf_Internal_Shdr *, Elf_Internal_Rela *,
  26. struct elf_link_hash_entry **);
  27. void elf_vxworks_final_write_processing (bfd *, bfd_boolean);
  28. bfd_boolean elf_vxworks_create_dynamic_sections
  29. (bfd *, struct bfd_link_info *, asection **);
  30. bfd_boolean elf_vxworks_add_dynamic_entries (bfd *, struct bfd_link_info *);
  31. bfd_boolean elf_vxworks_finish_dynamic_entry (bfd *, Elf_Internal_Dyn *);