gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / elfxx-ia64.h
CommitLineData
cbe79dfe 1/* IA-64 support for 64-bit ELF
b3adc24a 2 Copyright (C) 1998-2020 Free Software Foundation, Inc.
cbe79dfe
TG
3 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
4
5 This file is part of BFD, the Binary File Descriptor library.
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
20 MA 02110-1301, USA. */
21
22reloc_howto_type *ia64_elf_reloc_type_lookup (bfd *, bfd_reloc_code_real_type);
23
24reloc_howto_type *ia64_elf_reloc_name_lookup (bfd *, const char *);
25
26reloc_howto_type *ia64_elf_lookup_howto (unsigned int rtype);
27
28bfd_boolean ia64_elf_relax_br (bfd_byte *contents, bfd_vma off);
29void ia64_elf_relax_brl (bfd_byte *contents, bfd_vma off);
30void ia64_elf_relax_ldxmov (bfd_byte *contents, bfd_vma off);
31
32bfd_reloc_status_type ia64_elf_install_value (bfd_byte *hit_addr, bfd_vma v,
07d6d2b8 33 unsigned int r_type);
3352ae99
AM
34
35/* IA64 Itanium code generation. Called from linker. */
36extern void bfd_elf32_ia64_after_parse
37 (int);
38
39extern void bfd_elf64_ia64_after_parse
40 (int);
This page took 0.507262 seconds and 4 git commands to generate.