ldelf.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /* ELF emulation code for targets using elf.em.
  2. Copyright (C) 1991-2022 Free Software Foundation, Inc.
  3. This file is part of the GNU Binutils.
  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., 51 Franklin Street - Fifth Floor, Boston,
  15. MA 02110-1301, USA. */
  16. extern const char *ldelf_emit_note_gnu_build_id;
  17. extern void ldelf_after_parse (void);
  18. extern bool ldelf_load_symbols (lang_input_statement_type *);
  19. extern void ldelf_before_plugin_all_symbols_read (int, int, int, int,
  20. int, const char *);
  21. extern void ldelf_after_open (int, int, int, int, int, const char *);
  22. extern bool ldelf_setup_build_id (bfd *);
  23. extern void ldelf_append_to_separated_string (char **, char *);
  24. extern void ldelf_before_allocation (char *, char *, const char *);
  25. extern bool ldelf_open_dynamic_archive
  26. (const char *, search_dirs_type *, lang_input_statement_type *);
  27. extern lang_output_section_statement_type *ldelf_place_orphan
  28. (asection *, const char *, int);
  29. extern void ldelf_before_place_orphans (void);
  30. extern void ldelf_set_output_arch (void);