Line 1... |
Line 1... |
/* PowerPC64-specific support for 64-bit ELF.
|
/* PowerPC64-specific support for 64-bit ELF.
|
Copyright 2002, 2003, 2004, 2005, 2007, 2008, 2010, 2011
|
Copyright 2002, 2003, 2004, 2005, 2007, 2008, 2010, 2011, 2012
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
Line 47... |
Line 47... |
bfd_boolean ppc64_elf_check_init_fini
|
bfd_boolean ppc64_elf_check_init_fini
|
(struct bfd_link_info *);
|
(struct bfd_link_info *);
|
bfd_boolean ppc64_elf_next_input_section
|
bfd_boolean ppc64_elf_next_input_section
|
(struct bfd_link_info *, asection *);
|
(struct bfd_link_info *, asection *);
|
bfd_boolean ppc64_elf_size_stubs
|
bfd_boolean ppc64_elf_size_stubs
|
(struct bfd_link_info *, bfd_signed_vma, bfd_boolean);
|
(struct bfd_link_info *, bfd_signed_vma, bfd_boolean, int, int);
|
bfd_boolean ppc64_elf_build_stubs
|
bfd_boolean ppc64_elf_build_stubs
|
(bfd_boolean, struct bfd_link_info *, char **);
|
(bfd_boolean, struct bfd_link_info *, char **);
|
void ppc64_elf_restore_symbols
|
void ppc64_elf_restore_symbols
|
(struct bfd_link_info *info);
|
(struct bfd_link_info *info);
|
|
|
No newline at end of file
|
No newline at end of file
|