1 /* X86-64 specific support for ELF
2 Copyright (C) 2000-2017 Free Software Foundation, Inc.
3 Contributed by Jan Hubicka <jh@suse.cz>.
5 This file is part of BFD, the Binary File Descriptor library.
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.
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.
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. */
22 #include "elfxx-x86.h"
25 #include "libiberty.h"
27 #include "opcode/i386.h"
28 #include "elf/x86-64.h"
35 /* In case we're on a 32-bit machine, construct a 64-bit "-1" value. */
36 #define MINUS_ONE (~ (bfd_vma) 0)
38 /* Since both 32-bit and 64-bit x86-64 encode relocation type in the
39 identical manner, we use ELF32_R_TYPE instead of ELF64_R_TYPE to get
40 relocation type. We also use ELF_ST_TYPE instead of ELF64_ST_TYPE
41 since they are the same. */
43 /* The relocation "howto" table. Order of fields:
44 type, rightshift, size, bitsize, pc_relative, bitpos, complain_on_overflow,
45 special_function, name, partial_inplace, src_mask, dst_mask, pcrel_offset. */
46 static reloc_howto_type x86_64_elf_howto_table[] =
48 HOWTO(R_X86_64_NONE, 0, 3, 0, FALSE, 0, complain_overflow_dont,
49 bfd_elf_generic_reloc, "R_X86_64_NONE", FALSE, 0x00000000, 0x00000000,
51 HOWTO(R_X86_64_64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
52 bfd_elf_generic_reloc, "R_X86_64_64", FALSE, MINUS_ONE, MINUS_ONE,
54 HOWTO(R_X86_64_PC32, 0, 2, 32, TRUE, 0, complain_overflow_signed,
55 bfd_elf_generic_reloc, "R_X86_64_PC32", FALSE, 0xffffffff, 0xffffffff,
57 HOWTO(R_X86_64_GOT32, 0, 2, 32, FALSE, 0, complain_overflow_signed,
58 bfd_elf_generic_reloc, "R_X86_64_GOT32", FALSE, 0xffffffff, 0xffffffff,
60 HOWTO(R_X86_64_PLT32, 0, 2, 32, TRUE, 0, complain_overflow_signed,
61 bfd_elf_generic_reloc, "R_X86_64_PLT32", FALSE, 0xffffffff, 0xffffffff,
63 HOWTO(R_X86_64_COPY, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
64 bfd_elf_generic_reloc, "R_X86_64_COPY", FALSE, 0xffffffff, 0xffffffff,
66 HOWTO(R_X86_64_GLOB_DAT, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
67 bfd_elf_generic_reloc, "R_X86_64_GLOB_DAT", FALSE, MINUS_ONE,
69 HOWTO(R_X86_64_JUMP_SLOT, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
70 bfd_elf_generic_reloc, "R_X86_64_JUMP_SLOT", FALSE, MINUS_ONE,
72 HOWTO(R_X86_64_RELATIVE, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
73 bfd_elf_generic_reloc, "R_X86_64_RELATIVE", FALSE, MINUS_ONE,
75 HOWTO(R_X86_64_GOTPCREL, 0, 2, 32, TRUE, 0, complain_overflow_signed,
76 bfd_elf_generic_reloc, "R_X86_64_GOTPCREL", FALSE, 0xffffffff,
78 HOWTO(R_X86_64_32, 0, 2, 32, FALSE, 0, complain_overflow_unsigned,
79 bfd_elf_generic_reloc, "R_X86_64_32", FALSE, 0xffffffff, 0xffffffff,
81 HOWTO(R_X86_64_32S, 0, 2, 32, FALSE, 0, complain_overflow_signed,
82 bfd_elf_generic_reloc, "R_X86_64_32S", FALSE, 0xffffffff, 0xffffffff,
84 HOWTO(R_X86_64_16, 0, 1, 16, FALSE, 0, complain_overflow_bitfield,
85 bfd_elf_generic_reloc, "R_X86_64_16", FALSE, 0xffff, 0xffff, FALSE),
86 HOWTO(R_X86_64_PC16,0, 1, 16, TRUE, 0, complain_overflow_bitfield,
87 bfd_elf_generic_reloc, "R_X86_64_PC16", FALSE, 0xffff, 0xffff, TRUE),
88 HOWTO(R_X86_64_8, 0, 0, 8, FALSE, 0, complain_overflow_bitfield,
89 bfd_elf_generic_reloc, "R_X86_64_8", FALSE, 0xff, 0xff, FALSE),
90 HOWTO(R_X86_64_PC8, 0, 0, 8, TRUE, 0, complain_overflow_signed,
91 bfd_elf_generic_reloc, "R_X86_64_PC8", FALSE, 0xff, 0xff, TRUE),
92 HOWTO(R_X86_64_DTPMOD64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
93 bfd_elf_generic_reloc, "R_X86_64_DTPMOD64", FALSE, MINUS_ONE,
95 HOWTO(R_X86_64_DTPOFF64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
96 bfd_elf_generic_reloc, "R_X86_64_DTPOFF64", FALSE, MINUS_ONE,
98 HOWTO(R_X86_64_TPOFF64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
99 bfd_elf_generic_reloc, "R_X86_64_TPOFF64", FALSE, MINUS_ONE,
101 HOWTO(R_X86_64_TLSGD, 0, 2, 32, TRUE, 0, complain_overflow_signed,
102 bfd_elf_generic_reloc, "R_X86_64_TLSGD", FALSE, 0xffffffff,
104 HOWTO(R_X86_64_TLSLD, 0, 2, 32, TRUE, 0, complain_overflow_signed,
105 bfd_elf_generic_reloc, "R_X86_64_TLSLD", FALSE, 0xffffffff,
107 HOWTO(R_X86_64_DTPOFF32, 0, 2, 32, FALSE, 0, complain_overflow_signed,
108 bfd_elf_generic_reloc, "R_X86_64_DTPOFF32", FALSE, 0xffffffff,
110 HOWTO(R_X86_64_GOTTPOFF, 0, 2, 32, TRUE, 0, complain_overflow_signed,
111 bfd_elf_generic_reloc, "R_X86_64_GOTTPOFF", FALSE, 0xffffffff,
113 HOWTO(R_X86_64_TPOFF32, 0, 2, 32, FALSE, 0, complain_overflow_signed,
114 bfd_elf_generic_reloc, "R_X86_64_TPOFF32", FALSE, 0xffffffff,
116 HOWTO(R_X86_64_PC64, 0, 4, 64, TRUE, 0, complain_overflow_bitfield,
117 bfd_elf_generic_reloc, "R_X86_64_PC64", FALSE, MINUS_ONE, MINUS_ONE,
119 HOWTO(R_X86_64_GOTOFF64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
120 bfd_elf_generic_reloc, "R_X86_64_GOTOFF64",
121 FALSE, MINUS_ONE, MINUS_ONE, FALSE),
122 HOWTO(R_X86_64_GOTPC32, 0, 2, 32, TRUE, 0, complain_overflow_signed,
123 bfd_elf_generic_reloc, "R_X86_64_GOTPC32",
124 FALSE, 0xffffffff, 0xffffffff, TRUE),
125 HOWTO(R_X86_64_GOT64, 0, 4, 64, FALSE, 0, complain_overflow_signed,
126 bfd_elf_generic_reloc, "R_X86_64_GOT64", FALSE, MINUS_ONE, MINUS_ONE,
128 HOWTO(R_X86_64_GOTPCREL64, 0, 4, 64, TRUE, 0, complain_overflow_signed,
129 bfd_elf_generic_reloc, "R_X86_64_GOTPCREL64", FALSE, MINUS_ONE,
131 HOWTO(R_X86_64_GOTPC64, 0, 4, 64, TRUE, 0, complain_overflow_signed,
132 bfd_elf_generic_reloc, "R_X86_64_GOTPC64",
133 FALSE, MINUS_ONE, MINUS_ONE, TRUE),
134 HOWTO(R_X86_64_GOTPLT64, 0, 4, 64, FALSE, 0, complain_overflow_signed,
135 bfd_elf_generic_reloc, "R_X86_64_GOTPLT64", FALSE, MINUS_ONE,
137 HOWTO(R_X86_64_PLTOFF64, 0, 4, 64, FALSE, 0, complain_overflow_signed,
138 bfd_elf_generic_reloc, "R_X86_64_PLTOFF64", FALSE, MINUS_ONE,
140 HOWTO(R_X86_64_SIZE32, 0, 2, 32, FALSE, 0, complain_overflow_unsigned,
141 bfd_elf_generic_reloc, "R_X86_64_SIZE32", FALSE, 0xffffffff, 0xffffffff,
143 HOWTO(R_X86_64_SIZE64, 0, 4, 64, FALSE, 0, complain_overflow_unsigned,
144 bfd_elf_generic_reloc, "R_X86_64_SIZE64", FALSE, MINUS_ONE, MINUS_ONE,
146 HOWTO(R_X86_64_GOTPC32_TLSDESC, 0, 2, 32, TRUE, 0,
147 complain_overflow_bitfield, bfd_elf_generic_reloc,
148 "R_X86_64_GOTPC32_TLSDESC",
149 FALSE, 0xffffffff, 0xffffffff, TRUE),
150 HOWTO(R_X86_64_TLSDESC_CALL, 0, 0, 0, FALSE, 0,
151 complain_overflow_dont, bfd_elf_generic_reloc,
152 "R_X86_64_TLSDESC_CALL",
154 HOWTO(R_X86_64_TLSDESC, 0, 4, 64, FALSE, 0,
155 complain_overflow_bitfield, bfd_elf_generic_reloc,
157 FALSE, MINUS_ONE, MINUS_ONE, FALSE),
158 HOWTO(R_X86_64_IRELATIVE, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
159 bfd_elf_generic_reloc, "R_X86_64_IRELATIVE", FALSE, MINUS_ONE,
161 HOWTO(R_X86_64_RELATIVE64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
162 bfd_elf_generic_reloc, "R_X86_64_RELATIVE64", FALSE, MINUS_ONE,
164 HOWTO(R_X86_64_PC32_BND, 0, 2, 32, TRUE, 0, complain_overflow_signed,
165 bfd_elf_generic_reloc, "R_X86_64_PC32_BND", FALSE, 0xffffffff, 0xffffffff,
167 HOWTO(R_X86_64_PLT32_BND, 0, 2, 32, TRUE, 0, complain_overflow_signed,
168 bfd_elf_generic_reloc, "R_X86_64_PLT32_BND", FALSE, 0xffffffff, 0xffffffff,
170 HOWTO(R_X86_64_GOTPCRELX, 0, 2, 32, TRUE, 0, complain_overflow_signed,
171 bfd_elf_generic_reloc, "R_X86_64_GOTPCRELX", FALSE, 0xffffffff,
173 HOWTO(R_X86_64_REX_GOTPCRELX, 0, 2, 32, TRUE, 0, complain_overflow_signed,
174 bfd_elf_generic_reloc, "R_X86_64_REX_GOTPCRELX", FALSE, 0xffffffff,
177 /* We have a gap in the reloc numbers here.
178 R_X86_64_standard counts the number up to this point, and
179 R_X86_64_vt_offset is the value to subtract from a reloc type of
180 R_X86_64_GNU_VT* to form an index into this table. */
181 #define R_X86_64_standard (R_X86_64_REX_GOTPCRELX + 1)
182 #define R_X86_64_vt_offset (R_X86_64_GNU_VTINHERIT - R_X86_64_standard)
184 /* GNU extension to record C++ vtable hierarchy. */
185 HOWTO (R_X86_64_GNU_VTINHERIT, 0, 4, 0, FALSE, 0, complain_overflow_dont,
186 NULL, "R_X86_64_GNU_VTINHERIT", FALSE, 0, 0, FALSE),
188 /* GNU extension to record C++ vtable member usage. */
189 HOWTO (R_X86_64_GNU_VTENTRY, 0, 4, 0, FALSE, 0, complain_overflow_dont,
190 _bfd_elf_rel_vtable_reloc_fn, "R_X86_64_GNU_VTENTRY", FALSE, 0, 0,
193 /* Use complain_overflow_bitfield on R_X86_64_32 for x32. */
194 HOWTO(R_X86_64_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
195 bfd_elf_generic_reloc, "R_X86_64_32", FALSE, 0xffffffff, 0xffffffff,
199 /* Set if a relocation is converted from a GOTPCREL relocation. */
200 #define R_X86_64_converted_reloc_bit (1 << 7)
202 #define IS_X86_64_PCREL_TYPE(TYPE) \
203 ( ((TYPE) == R_X86_64_PC8) \
204 || ((TYPE) == R_X86_64_PC16) \
205 || ((TYPE) == R_X86_64_PC32) \
206 || ((TYPE) == R_X86_64_PC32_BND) \
207 || ((TYPE) == R_X86_64_PC64))
209 /* Map BFD relocs to the x86_64 elf relocs. */
212 bfd_reloc_code_real_type bfd_reloc_val;
213 unsigned char elf_reloc_val;
216 static const struct elf_reloc_map x86_64_reloc_map[] =
218 { BFD_RELOC_NONE, R_X86_64_NONE, },
219 { BFD_RELOC_64, R_X86_64_64, },
220 { BFD_RELOC_32_PCREL, R_X86_64_PC32, },
221 { BFD_RELOC_X86_64_GOT32, R_X86_64_GOT32,},
222 { BFD_RELOC_X86_64_PLT32, R_X86_64_PLT32,},
223 { BFD_RELOC_X86_64_COPY, R_X86_64_COPY, },
224 { BFD_RELOC_X86_64_GLOB_DAT, R_X86_64_GLOB_DAT, },
225 { BFD_RELOC_X86_64_JUMP_SLOT, R_X86_64_JUMP_SLOT, },
226 { BFD_RELOC_X86_64_RELATIVE, R_X86_64_RELATIVE, },
227 { BFD_RELOC_X86_64_GOTPCREL, R_X86_64_GOTPCREL, },
228 { BFD_RELOC_32, R_X86_64_32, },
229 { BFD_RELOC_X86_64_32S, R_X86_64_32S, },
230 { BFD_RELOC_16, R_X86_64_16, },
231 { BFD_RELOC_16_PCREL, R_X86_64_PC16, },
232 { BFD_RELOC_8, R_X86_64_8, },
233 { BFD_RELOC_8_PCREL, R_X86_64_PC8, },
234 { BFD_RELOC_X86_64_DTPMOD64, R_X86_64_DTPMOD64, },
235 { BFD_RELOC_X86_64_DTPOFF64, R_X86_64_DTPOFF64, },
236 { BFD_RELOC_X86_64_TPOFF64, R_X86_64_TPOFF64, },
237 { BFD_RELOC_X86_64_TLSGD, R_X86_64_TLSGD, },
238 { BFD_RELOC_X86_64_TLSLD, R_X86_64_TLSLD, },
239 { BFD_RELOC_X86_64_DTPOFF32, R_X86_64_DTPOFF32, },
240 { BFD_RELOC_X86_64_GOTTPOFF, R_X86_64_GOTTPOFF, },
241 { BFD_RELOC_X86_64_TPOFF32, R_X86_64_TPOFF32, },
242 { BFD_RELOC_64_PCREL, R_X86_64_PC64, },
243 { BFD_RELOC_X86_64_GOTOFF64, R_X86_64_GOTOFF64, },
244 { BFD_RELOC_X86_64_GOTPC32, R_X86_64_GOTPC32, },
245 { BFD_RELOC_X86_64_GOT64, R_X86_64_GOT64, },
246 { BFD_RELOC_X86_64_GOTPCREL64,R_X86_64_GOTPCREL64, },
247 { BFD_RELOC_X86_64_GOTPC64, R_X86_64_GOTPC64, },
248 { BFD_RELOC_X86_64_GOTPLT64, R_X86_64_GOTPLT64, },
249 { BFD_RELOC_X86_64_PLTOFF64, R_X86_64_PLTOFF64, },
250 { BFD_RELOC_SIZE32, R_X86_64_SIZE32, },
251 { BFD_RELOC_SIZE64, R_X86_64_SIZE64, },
252 { BFD_RELOC_X86_64_GOTPC32_TLSDESC, R_X86_64_GOTPC32_TLSDESC, },
253 { BFD_RELOC_X86_64_TLSDESC_CALL, R_X86_64_TLSDESC_CALL, },
254 { BFD_RELOC_X86_64_TLSDESC, R_X86_64_TLSDESC, },
255 { BFD_RELOC_X86_64_IRELATIVE, R_X86_64_IRELATIVE, },
256 { BFD_RELOC_X86_64_PC32_BND, R_X86_64_PC32_BND, },
257 { BFD_RELOC_X86_64_PLT32_BND, R_X86_64_PLT32_BND, },
258 { BFD_RELOC_X86_64_GOTPCRELX, R_X86_64_GOTPCRELX, },
259 { BFD_RELOC_X86_64_REX_GOTPCRELX, R_X86_64_REX_GOTPCRELX, },
260 { BFD_RELOC_VTABLE_INHERIT, R_X86_64_GNU_VTINHERIT, },
261 { BFD_RELOC_VTABLE_ENTRY, R_X86_64_GNU_VTENTRY, },
264 static reloc_howto_type *
265 elf_x86_64_rtype_to_howto (bfd *abfd, unsigned r_type)
269 if (r_type == (unsigned int) R_X86_64_32)
274 i = ARRAY_SIZE (x86_64_elf_howto_table) - 1;
276 else if (r_type < (unsigned int) R_X86_64_GNU_VTINHERIT
277 || r_type >= (unsigned int) R_X86_64_max)
279 if (r_type >= (unsigned int) R_X86_64_standard)
281 /* xgettext:c-format */
282 _bfd_error_handler (_("%B: invalid relocation type %d"),
284 r_type = R_X86_64_NONE;
289 i = r_type - (unsigned int) R_X86_64_vt_offset;
290 BFD_ASSERT (x86_64_elf_howto_table[i].type == r_type);
291 return &x86_64_elf_howto_table[i];
294 /* Given a BFD reloc type, return a HOWTO structure. */
295 static reloc_howto_type *
296 elf_x86_64_reloc_type_lookup (bfd *abfd,
297 bfd_reloc_code_real_type code)
301 for (i = 0; i < sizeof (x86_64_reloc_map) / sizeof (struct elf_reloc_map);
304 if (x86_64_reloc_map[i].bfd_reloc_val == code)
305 return elf_x86_64_rtype_to_howto (abfd,
306 x86_64_reloc_map[i].elf_reloc_val);
311 static reloc_howto_type *
312 elf_x86_64_reloc_name_lookup (bfd *abfd,
317 if (!ABI_64_P (abfd) && strcasecmp (r_name, "R_X86_64_32") == 0)
319 /* Get x32 R_X86_64_32. */
320 reloc_howto_type *reloc
321 = &x86_64_elf_howto_table[ARRAY_SIZE (x86_64_elf_howto_table) - 1];
322 BFD_ASSERT (reloc->type == (unsigned int) R_X86_64_32);
326 for (i = 0; i < ARRAY_SIZE (x86_64_elf_howto_table); i++)
327 if (x86_64_elf_howto_table[i].name != NULL
328 && strcasecmp (x86_64_elf_howto_table[i].name, r_name) == 0)
329 return &x86_64_elf_howto_table[i];
334 /* Given an x86_64 ELF reloc type, fill in an arelent structure. */
337 elf_x86_64_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr,
338 Elf_Internal_Rela *dst)
342 r_type = ELF32_R_TYPE (dst->r_info);
343 if (r_type != (unsigned int) R_X86_64_GNU_VTINHERIT
344 && r_type != (unsigned int) R_X86_64_GNU_VTENTRY)
345 r_type &= ~R_X86_64_converted_reloc_bit;
346 cache_ptr->howto = elf_x86_64_rtype_to_howto (abfd, r_type);
347 BFD_ASSERT (r_type == cache_ptr->howto->type);
350 /* Support for core dump NOTE sections. */
352 elf_x86_64_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
357 switch (note->descsz)
362 case 296: /* sizeof(istruct elf_prstatus) on Linux/x32 */
364 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12);
367 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24);
375 case 336: /* sizeof(istruct elf_prstatus) on Linux/x86_64 */
377 elf_tdata (abfd)->core->signal
378 = bfd_get_16 (abfd, note->descdata + 12);
381 elf_tdata (abfd)->core->lwpid
382 = bfd_get_32 (abfd, note->descdata + 32);
391 /* Make a ".reg/999" section. */
392 return _bfd_elfcore_make_pseudosection (abfd, ".reg",
393 size, note->descpos + offset);
397 elf_x86_64_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
399 switch (note->descsz)
404 case 124: /* sizeof(struct elf_prpsinfo) on Linux/x32 */
405 elf_tdata (abfd)->core->pid
406 = bfd_get_32 (abfd, note->descdata + 12);
407 elf_tdata (abfd)->core->program
408 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16);
409 elf_tdata (abfd)->core->command
410 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80);
413 case 136: /* sizeof(struct elf_prpsinfo) on Linux/x86_64 */
414 elf_tdata (abfd)->core->pid
415 = bfd_get_32 (abfd, note->descdata + 24);
416 elf_tdata (abfd)->core->program
417 = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16);
418 elf_tdata (abfd)->core->command
419 = _bfd_elfcore_strndup (abfd, note->descdata + 56, 80);
422 /* Note that for some reason, a spurious space is tacked
423 onto the end of the args in some (at least one anyway)
424 implementations, so strip it off if it exists. */
427 char *command = elf_tdata (abfd)->core->command;
428 int n = strlen (command);
430 if (0 < n && command[n - 1] == ' ')
431 command[n - 1] = '\0';
439 elf_x86_64_write_core_note (bfd *abfd, char *buf, int *bufsiz,
442 const struct elf_backend_data *bed = get_elf_backend_data (abfd);
444 const char *fname, *psargs;
455 va_start (ap, note_type);
456 fname = va_arg (ap, const char *);
457 psargs = va_arg (ap, const char *);
460 if (bed->s->elfclass == ELFCLASS32)
463 memset (&data, 0, sizeof (data));
464 strncpy (data.pr_fname, fname, sizeof (data.pr_fname));
465 strncpy (data.pr_psargs, psargs, sizeof (data.pr_psargs));
466 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type,
467 &data, sizeof (data));
472 memset (&data, 0, sizeof (data));
473 strncpy (data.pr_fname, fname, sizeof (data.pr_fname));
474 strncpy (data.pr_psargs, psargs, sizeof (data.pr_psargs));
475 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type,
476 &data, sizeof (data));
481 va_start (ap, note_type);
482 pid = va_arg (ap, long);
483 cursig = va_arg (ap, int);
484 gregs = va_arg (ap, const void *);
487 if (bed->s->elfclass == ELFCLASS32)
489 if (bed->elf_machine_code == EM_X86_64)
491 prstatusx32_t prstat;
492 memset (&prstat, 0, sizeof (prstat));
494 prstat.pr_cursig = cursig;
495 memcpy (&prstat.pr_reg, gregs, sizeof (prstat.pr_reg));
496 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type,
497 &prstat, sizeof (prstat));
502 memset (&prstat, 0, sizeof (prstat));
504 prstat.pr_cursig = cursig;
505 memcpy (&prstat.pr_reg, gregs, sizeof (prstat.pr_reg));
506 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type,
507 &prstat, sizeof (prstat));
513 memset (&prstat, 0, sizeof (prstat));
515 prstat.pr_cursig = cursig;
516 memcpy (&prstat.pr_reg, gregs, sizeof (prstat.pr_reg));
517 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type,
518 &prstat, sizeof (prstat));
525 /* Functions for the x86-64 ELF linker. */
527 /* The size in bytes of an entry in the global offset table. */
529 #define GOT_ENTRY_SIZE 8
531 /* The size in bytes of an entry in the lazy procedure linkage table. */
533 #define LAZY_PLT_ENTRY_SIZE 16
535 /* The size in bytes of an entry in the non-lazy procedure linkage
538 #define NON_LAZY_PLT_ENTRY_SIZE 8
540 /* The first entry in a lazy procedure linkage table looks like this.
541 See the SVR4 ABI i386 supplement and the x86-64 ABI to see how this
544 static const bfd_byte elf_x86_64_lazy_plt0_entry[LAZY_PLT_ENTRY_SIZE] =
546 0xff, 0x35, 8, 0, 0, 0, /* pushq GOT+8(%rip) */
547 0xff, 0x25, 16, 0, 0, 0, /* jmpq *GOT+16(%rip) */
548 0x0f, 0x1f, 0x40, 0x00 /* nopl 0(%rax) */
551 /* Subsequent entries in a lazy procedure linkage table look like this. */
553 static const bfd_byte elf_x86_64_lazy_plt_entry[LAZY_PLT_ENTRY_SIZE] =
555 0xff, 0x25, /* jmpq *name@GOTPC(%rip) */
556 0, 0, 0, 0, /* replaced with offset to this symbol in .got. */
557 0x68, /* pushq immediate */
558 0, 0, 0, 0, /* replaced with index into relocation table. */
559 0xe9, /* jmp relative */
560 0, 0, 0, 0 /* replaced with offset to start of .plt0. */
563 /* The first entry in a lazy procedure linkage table with BND prefix
566 static const bfd_byte elf_x86_64_lazy_bnd_plt0_entry[LAZY_PLT_ENTRY_SIZE] =
568 0xff, 0x35, 8, 0, 0, 0, /* pushq GOT+8(%rip) */
569 0xf2, 0xff, 0x25, 16, 0, 0, 0, /* bnd jmpq *GOT+16(%rip) */
570 0x0f, 0x1f, 0 /* nopl (%rax) */
573 /* Subsequent entries for branches with BND prefx in a lazy procedure
574 linkage table look like this. */
576 static const bfd_byte elf_x86_64_lazy_bnd_plt_entry[LAZY_PLT_ENTRY_SIZE] =
578 0x68, 0, 0, 0, 0, /* pushq immediate */
579 0xf2, 0xe9, 0, 0, 0, 0, /* bnd jmpq relative */
580 0x0f, 0x1f, 0x44, 0, 0 /* nopl 0(%rax,%rax,1) */
583 /* The first entry in the IBT-enabled lazy procedure linkage table is the
584 the same as the lazy PLT with BND prefix so that bound registers are
585 preserved when control is passed to dynamic linker. Subsequent
586 entries for a IBT-enabled lazy procedure linkage table look like
589 static const bfd_byte elf_x86_64_lazy_ibt_plt_entry[LAZY_PLT_ENTRY_SIZE] =
591 0xf3, 0x0f, 0x1e, 0xfa, /* endbr64 */
592 0x68, 0, 0, 0, 0, /* pushq immediate */
593 0xf2, 0xe9, 0, 0, 0, 0, /* bnd jmpq relative */
597 /* The first entry in the x32 IBT-enabled lazy procedure linkage table
598 is the same as the normal lazy PLT. Subsequent entries for an
599 x32 IBT-enabled lazy procedure linkage table look like this. */
601 static const bfd_byte elf_x32_lazy_ibt_plt_entry[LAZY_PLT_ENTRY_SIZE] =
603 0xf3, 0x0f, 0x1e, 0xfa, /* endbr64 */
604 0x68, 0, 0, 0, 0, /* pushq immediate */
605 0xe9, 0, 0, 0, 0, /* jmpq relative */
606 0x66, 0x90 /* xchg %ax,%ax */
609 /* Entries in the non-lazey procedure linkage table look like this. */
611 static const bfd_byte elf_x86_64_non_lazy_plt_entry[NON_LAZY_PLT_ENTRY_SIZE] =
613 0xff, 0x25, /* jmpq *name@GOTPC(%rip) */
614 0, 0, 0, 0, /* replaced with offset to this symbol in .got. */
615 0x66, 0x90 /* xchg %ax,%ax */
618 /* Entries for branches with BND prefix in the non-lazey procedure
619 linkage table look like this. */
621 static const bfd_byte elf_x86_64_non_lazy_bnd_plt_entry[NON_LAZY_PLT_ENTRY_SIZE] =
623 0xf2, 0xff, 0x25, /* bnd jmpq *name@GOTPC(%rip) */
624 0, 0, 0, 0, /* replaced with offset to this symbol in .got. */
628 /* Entries for branches with IBT-enabled in the non-lazey procedure
629 linkage table look like this. They have the same size as the lazy
632 static const bfd_byte elf_x86_64_non_lazy_ibt_plt_entry[LAZY_PLT_ENTRY_SIZE] =
634 0xf3, 0x0f, 0x1e, 0xfa, /* endbr64 */
635 0xf2, 0xff, 0x25, /* bnd jmpq *name@GOTPC(%rip) */
636 0, 0, 0, 0, /* replaced with offset to this symbol in .got. */
637 0x0f, 0x1f, 0x44, 0x00, 0x00 /* nopl 0x0(%rax,%rax,1) */
640 /* Entries for branches with IBT-enabled in the x32 non-lazey procedure
641 linkage table look like this. They have the same size as the lazy
644 static const bfd_byte elf_x32_non_lazy_ibt_plt_entry[LAZY_PLT_ENTRY_SIZE] =
646 0xf3, 0x0f, 0x1e, 0xfa, /* endbr64 */
647 0xff, 0x25, /* jmpq *name@GOTPC(%rip) */
648 0, 0, 0, 0, /* replaced with offset to this symbol in .got. */
649 0x66, 0x0f, 0x1f, 0x44, 0x00, 0x00 /* nopw 0x0(%rax,%rax,1) */
652 /* .eh_frame covering the lazy .plt section. */
654 static const bfd_byte elf_x86_64_eh_frame_lazy_plt[] =
656 PLT_CIE_LENGTH, 0, 0, 0, /* CIE length */
657 0, 0, 0, 0, /* CIE ID */
659 'z', 'R', 0, /* Augmentation string */
660 1, /* Code alignment factor */
661 0x78, /* Data alignment factor */
662 16, /* Return address column */
663 1, /* Augmentation size */
664 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
665 DW_CFA_def_cfa, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
666 DW_CFA_offset + 16, 1, /* DW_CFA_offset: r16 (rip) at cfa-8 */
667 DW_CFA_nop, DW_CFA_nop,
669 PLT_FDE_LENGTH, 0, 0, 0, /* FDE length */
670 PLT_CIE_LENGTH + 8, 0, 0, 0, /* CIE pointer */
671 0, 0, 0, 0, /* R_X86_64_PC32 .plt goes here */
672 0, 0, 0, 0, /* .plt size goes here */
673 0, /* Augmentation size */
674 DW_CFA_def_cfa_offset, 16, /* DW_CFA_def_cfa_offset: 16 */
675 DW_CFA_advance_loc + 6, /* DW_CFA_advance_loc: 6 to __PLT__+6 */
676 DW_CFA_def_cfa_offset, 24, /* DW_CFA_def_cfa_offset: 24 */
677 DW_CFA_advance_loc + 10, /* DW_CFA_advance_loc: 10 to __PLT__+16 */
678 DW_CFA_def_cfa_expression, /* DW_CFA_def_cfa_expression */
679 11, /* Block length */
680 DW_OP_breg7, 8, /* DW_OP_breg7 (rsp): 8 */
681 DW_OP_breg16, 0, /* DW_OP_breg16 (rip): 0 */
682 DW_OP_lit15, DW_OP_and, DW_OP_lit11, DW_OP_ge,
683 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
684 DW_CFA_nop, DW_CFA_nop, DW_CFA_nop, DW_CFA_nop
687 /* .eh_frame covering the lazy BND .plt section. */
689 static const bfd_byte elf_x86_64_eh_frame_lazy_bnd_plt[] =
691 PLT_CIE_LENGTH, 0, 0, 0, /* CIE length */
692 0, 0, 0, 0, /* CIE ID */
694 'z', 'R', 0, /* Augmentation string */
695 1, /* Code alignment factor */
696 0x78, /* Data alignment factor */
697 16, /* Return address column */
698 1, /* Augmentation size */
699 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
700 DW_CFA_def_cfa, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
701 DW_CFA_offset + 16, 1, /* DW_CFA_offset: r16 (rip) at cfa-8 */
702 DW_CFA_nop, DW_CFA_nop,
704 PLT_FDE_LENGTH, 0, 0, 0, /* FDE length */
705 PLT_CIE_LENGTH + 8, 0, 0, 0, /* CIE pointer */
706 0, 0, 0, 0, /* R_X86_64_PC32 .plt goes here */
707 0, 0, 0, 0, /* .plt size goes here */
708 0, /* Augmentation size */
709 DW_CFA_def_cfa_offset, 16, /* DW_CFA_def_cfa_offset: 16 */
710 DW_CFA_advance_loc + 6, /* DW_CFA_advance_loc: 6 to __PLT__+6 */
711 DW_CFA_def_cfa_offset, 24, /* DW_CFA_def_cfa_offset: 24 */
712 DW_CFA_advance_loc + 10, /* DW_CFA_advance_loc: 10 to __PLT__+16 */
713 DW_CFA_def_cfa_expression, /* DW_CFA_def_cfa_expression */
714 11, /* Block length */
715 DW_OP_breg7, 8, /* DW_OP_breg7 (rsp): 8 */
716 DW_OP_breg16, 0, /* DW_OP_breg16 (rip): 0 */
717 DW_OP_lit15, DW_OP_and, DW_OP_lit5, DW_OP_ge,
718 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
719 DW_CFA_nop, DW_CFA_nop, DW_CFA_nop, DW_CFA_nop
722 /* .eh_frame covering the lazy .plt section with IBT-enabled. */
724 static const bfd_byte elf_x86_64_eh_frame_lazy_ibt_plt[] =
726 PLT_CIE_LENGTH, 0, 0, 0, /* CIE length */
727 0, 0, 0, 0, /* CIE ID */
729 'z', 'R', 0, /* Augmentation string */
730 1, /* Code alignment factor */
731 0x78, /* Data alignment factor */
732 16, /* Return address column */
733 1, /* Augmentation size */
734 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
735 DW_CFA_def_cfa, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
736 DW_CFA_offset + 16, 1, /* DW_CFA_offset: r16 (rip) at cfa-8 */
737 DW_CFA_nop, DW_CFA_nop,
739 PLT_FDE_LENGTH, 0, 0, 0, /* FDE length */
740 PLT_CIE_LENGTH + 8, 0, 0, 0, /* CIE pointer */
741 0, 0, 0, 0, /* R_X86_64_PC32 .plt goes here */
742 0, 0, 0, 0, /* .plt size goes here */
743 0, /* Augmentation size */
744 DW_CFA_def_cfa_offset, 16, /* DW_CFA_def_cfa_offset: 16 */
745 DW_CFA_advance_loc + 6, /* DW_CFA_advance_loc: 6 to __PLT__+6 */
746 DW_CFA_def_cfa_offset, 24, /* DW_CFA_def_cfa_offset: 24 */
747 DW_CFA_advance_loc + 10, /* DW_CFA_advance_loc: 10 to __PLT__+16 */
748 DW_CFA_def_cfa_expression, /* DW_CFA_def_cfa_expression */
749 11, /* Block length */
750 DW_OP_breg7, 8, /* DW_OP_breg7 (rsp): 8 */
751 DW_OP_breg16, 0, /* DW_OP_breg16 (rip): 0 */
752 DW_OP_lit15, DW_OP_and, DW_OP_lit10, DW_OP_ge,
753 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
754 DW_CFA_nop, DW_CFA_nop, DW_CFA_nop, DW_CFA_nop
757 /* .eh_frame covering the x32 lazy .plt section with IBT-enabled. */
759 static const bfd_byte elf_x32_eh_frame_lazy_ibt_plt[] =
761 PLT_CIE_LENGTH, 0, 0, 0, /* CIE length */
762 0, 0, 0, 0, /* CIE ID */
764 'z', 'R', 0, /* Augmentation string */
765 1, /* Code alignment factor */
766 0x78, /* Data alignment factor */
767 16, /* Return address column */
768 1, /* Augmentation size */
769 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
770 DW_CFA_def_cfa, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
771 DW_CFA_offset + 16, 1, /* DW_CFA_offset: r16 (rip) at cfa-8 */
772 DW_CFA_nop, DW_CFA_nop,
774 PLT_FDE_LENGTH, 0, 0, 0, /* FDE length */
775 PLT_CIE_LENGTH + 8, 0, 0, 0, /* CIE pointer */
776 0, 0, 0, 0, /* R_X86_64_PC32 .plt goes here */
777 0, 0, 0, 0, /* .plt size goes here */
778 0, /* Augmentation size */
779 DW_CFA_def_cfa_offset, 16, /* DW_CFA_def_cfa_offset: 16 */
780 DW_CFA_advance_loc + 6, /* DW_CFA_advance_loc: 6 to __PLT__+6 */
781 DW_CFA_def_cfa_offset, 24, /* DW_CFA_def_cfa_offset: 24 */
782 DW_CFA_advance_loc + 10, /* DW_CFA_advance_loc: 10 to __PLT__+16 */
783 DW_CFA_def_cfa_expression, /* DW_CFA_def_cfa_expression */
784 11, /* Block length */
785 DW_OP_breg7, 8, /* DW_OP_breg7 (rsp): 8 */
786 DW_OP_breg16, 0, /* DW_OP_breg16 (rip): 0 */
787 DW_OP_lit15, DW_OP_and, DW_OP_lit9, DW_OP_ge,
788 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
789 DW_CFA_nop, DW_CFA_nop, DW_CFA_nop, DW_CFA_nop
792 /* .eh_frame covering the non-lazy .plt section. */
794 static const bfd_byte elf_x86_64_eh_frame_non_lazy_plt[] =
796 #define PLT_GOT_FDE_LENGTH 20
797 PLT_CIE_LENGTH, 0, 0, 0, /* CIE length */
798 0, 0, 0, 0, /* CIE ID */
800 'z', 'R', 0, /* Augmentation string */
801 1, /* Code alignment factor */
802 0x78, /* Data alignment factor */
803 16, /* Return address column */
804 1, /* Augmentation size */
805 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
806 DW_CFA_def_cfa, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
807 DW_CFA_offset + 16, 1, /* DW_CFA_offset: r16 (rip) at cfa-8 */
808 DW_CFA_nop, DW_CFA_nop,
810 PLT_GOT_FDE_LENGTH, 0, 0, 0, /* FDE length */
811 PLT_CIE_LENGTH + 8, 0, 0, 0, /* CIE pointer */
812 0, 0, 0, 0, /* the start of non-lazy .plt goes here */
813 0, 0, 0, 0, /* non-lazy .plt size goes here */
814 0, /* Augmentation size */
815 DW_CFA_nop, DW_CFA_nop, DW_CFA_nop, DW_CFA_nop,
816 DW_CFA_nop, DW_CFA_nop, DW_CFA_nop
819 /* Architecture-specific backend data for x86-64. */
821 struct elf_x86_64_backend_data
831 #define get_elf_x86_64_arch_data(bed) \
832 ((const struct elf_x86_64_backend_data *) (bed)->arch_data)
834 #define get_elf_x86_64_backend_data(abfd) \
835 get_elf_x86_64_arch_data (get_elf_backend_data (abfd))
837 /* These are the standard parameters. */
838 static const struct elf_x86_lazy_plt_layout elf_x86_64_lazy_plt =
840 elf_x86_64_lazy_plt0_entry, /* plt0_entry */
841 LAZY_PLT_ENTRY_SIZE, /* plt0_entry_size */
842 elf_x86_64_lazy_plt_entry, /* plt_entry */
843 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
844 2, /* plt0_got1_offset */
845 8, /* plt0_got2_offset */
846 12, /* plt0_got2_insn_end */
847 2, /* plt_got_offset */
848 7, /* plt_reloc_offset */
849 12, /* plt_plt_offset */
850 6, /* plt_got_insn_size */
851 LAZY_PLT_ENTRY_SIZE, /* plt_plt_insn_end */
852 6, /* plt_lazy_offset */
853 elf_x86_64_lazy_plt0_entry, /* pic_plt0_entry */
854 elf_x86_64_lazy_plt_entry, /* pic_plt_entry */
855 elf_x86_64_eh_frame_lazy_plt, /* eh_frame_plt */
856 sizeof (elf_x86_64_eh_frame_lazy_plt) /* eh_frame_plt_size */
859 static const struct elf_x86_non_lazy_plt_layout elf_x86_64_non_lazy_plt =
861 elf_x86_64_non_lazy_plt_entry, /* plt_entry */
862 elf_x86_64_non_lazy_plt_entry, /* pic_plt_entry */
863 NON_LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
864 2, /* plt_got_offset */
865 6, /* plt_got_insn_size */
866 elf_x86_64_eh_frame_non_lazy_plt, /* eh_frame_plt */
867 sizeof (elf_x86_64_eh_frame_non_lazy_plt) /* eh_frame_plt_size */
870 static const struct elf_x86_lazy_plt_layout elf_x86_64_lazy_bnd_plt =
872 elf_x86_64_lazy_bnd_plt0_entry, /* plt0_entry */
873 LAZY_PLT_ENTRY_SIZE, /* plt0_entry_size */
874 elf_x86_64_lazy_bnd_plt_entry, /* plt_entry */
875 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
876 2, /* plt0_got1_offset */
877 1+8, /* plt0_got2_offset */
878 1+12, /* plt0_got2_insn_end */
879 1+2, /* plt_got_offset */
880 1, /* plt_reloc_offset */
881 7, /* plt_plt_offset */
882 1+6, /* plt_got_insn_size */
883 11, /* plt_plt_insn_end */
884 0, /* plt_lazy_offset */
885 elf_x86_64_lazy_bnd_plt0_entry, /* pic_plt0_entry */
886 elf_x86_64_lazy_bnd_plt_entry, /* pic_plt_entry */
887 elf_x86_64_eh_frame_lazy_bnd_plt, /* eh_frame_plt */
888 sizeof (elf_x86_64_eh_frame_lazy_bnd_plt) /* eh_frame_plt_size */
891 static const struct elf_x86_non_lazy_plt_layout elf_x86_64_non_lazy_bnd_plt =
893 elf_x86_64_non_lazy_bnd_plt_entry, /* plt_entry */
894 elf_x86_64_non_lazy_bnd_plt_entry, /* pic_plt_entry */
895 NON_LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
896 1+2, /* plt_got_offset */
897 1+6, /* plt_got_insn_size */
898 elf_x86_64_eh_frame_non_lazy_plt, /* eh_frame_plt */
899 sizeof (elf_x86_64_eh_frame_non_lazy_plt) /* eh_frame_plt_size */
902 static const struct elf_x86_lazy_plt_layout elf_x86_64_lazy_ibt_plt =
904 elf_x86_64_lazy_bnd_plt0_entry, /* plt0_entry */
905 LAZY_PLT_ENTRY_SIZE, /* plt0_entry_size */
906 elf_x86_64_lazy_ibt_plt_entry, /* plt_entry */
907 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
908 2, /* plt0_got1_offset */
909 1+8, /* plt0_got2_offset */
910 1+12, /* plt0_got2_insn_end */
911 4+1+2, /* plt_got_offset */
912 4+1, /* plt_reloc_offset */
913 4+1+6, /* plt_plt_offset */
914 4+1+6, /* plt_got_insn_size */
915 4+1+5+5, /* plt_plt_insn_end */
916 0, /* plt_lazy_offset */
917 elf_x86_64_lazy_bnd_plt0_entry, /* pic_plt0_entry */
918 elf_x86_64_lazy_ibt_plt_entry, /* pic_plt_entry */
919 elf_x86_64_eh_frame_lazy_ibt_plt, /* eh_frame_plt */
920 sizeof (elf_x86_64_eh_frame_lazy_ibt_plt) /* eh_frame_plt_size */
923 static const struct elf_x86_lazy_plt_layout elf_x32_lazy_ibt_plt =
925 elf_x86_64_lazy_plt0_entry, /* plt0_entry */
926 LAZY_PLT_ENTRY_SIZE, /* plt0_entry_size */
927 elf_x32_lazy_ibt_plt_entry, /* plt_entry */
928 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
929 2, /* plt0_got1_offset */
930 8, /* plt0_got2_offset */
931 12, /* plt0_got2_insn_end */
932 4+2, /* plt_got_offset */
933 4+1, /* plt_reloc_offset */
934 4+6, /* plt_plt_offset */
935 4+6, /* plt_got_insn_size */
936 4+5+5, /* plt_plt_insn_end */
937 0, /* plt_lazy_offset */
938 elf_x86_64_lazy_plt0_entry, /* pic_plt0_entry */
939 elf_x32_lazy_ibt_plt_entry, /* pic_plt_entry */
940 elf_x32_eh_frame_lazy_ibt_plt, /* eh_frame_plt */
941 sizeof (elf_x32_eh_frame_lazy_ibt_plt) /* eh_frame_plt_size */
944 static const struct elf_x86_non_lazy_plt_layout elf_x86_64_non_lazy_ibt_plt =
946 elf_x86_64_non_lazy_ibt_plt_entry, /* plt_entry */
947 elf_x86_64_non_lazy_ibt_plt_entry, /* pic_plt_entry */
948 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
949 4+1+2, /* plt_got_offset */
950 4+1+6, /* plt_got_insn_size */
951 elf_x86_64_eh_frame_non_lazy_plt, /* eh_frame_plt */
952 sizeof (elf_x86_64_eh_frame_non_lazy_plt) /* eh_frame_plt_size */
955 static const struct elf_x86_non_lazy_plt_layout elf_x32_non_lazy_ibt_plt =
957 elf_x32_non_lazy_ibt_plt_entry, /* plt_entry */
958 elf_x32_non_lazy_ibt_plt_entry, /* pic_plt_entry */
959 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
960 4+2, /* plt_got_offset */
961 4+6, /* plt_got_insn_size */
962 elf_x86_64_eh_frame_non_lazy_plt, /* eh_frame_plt */
963 sizeof (elf_x86_64_eh_frame_non_lazy_plt) /* eh_frame_plt_size */
966 static const struct elf_x86_64_backend_data elf_x86_64_arch_bed =
971 #define elf_backend_arch_data &elf_x86_64_arch_bed
974 elf64_x86_64_elf_object_p (bfd *abfd)
976 /* Set the right machine number for an x86-64 elf64 file. */
977 bfd_default_set_arch_mach (abfd, bfd_arch_i386, bfd_mach_x86_64);
982 elf32_x86_64_elf_object_p (bfd *abfd)
984 /* Set the right machine number for an x86-64 elf32 file. */
985 bfd_default_set_arch_mach (abfd, bfd_arch_i386, bfd_mach_x64_32);
989 /* Return TRUE if the TLS access code sequence support transition
993 elf_x86_64_check_tls_transition (bfd *abfd,
994 struct bfd_link_info *info,
997 Elf_Internal_Shdr *symtab_hdr,
998 struct elf_link_hash_entry **sym_hashes,
1000 const Elf_Internal_Rela *rel,
1001 const Elf_Internal_Rela *relend)
1004 unsigned long r_symndx;
1005 bfd_boolean largepic = FALSE;
1006 struct elf_link_hash_entry *h;
1008 struct elf_x86_link_hash_table *htab;
1010 bfd_boolean indirect_call;
1012 htab = elf_x86_hash_table (info, X86_64_ELF_DATA);
1013 offset = rel->r_offset;
1016 case R_X86_64_TLSGD:
1017 case R_X86_64_TLSLD:
1018 if ((rel + 1) >= relend)
1021 if (r_type == R_X86_64_TLSGD)
1023 /* Check transition from GD access model. For 64bit, only
1024 .byte 0x66; leaq foo@tlsgd(%rip), %rdi
1025 .word 0x6666; rex64; call __tls_get_addr@PLT
1027 .byte 0x66; leaq foo@tlsgd(%rip), %rdi
1029 call *__tls_get_addr@GOTPCREL(%rip)
1030 which may be converted to
1031 addr32 call __tls_get_addr
1032 can transit to different access model. For 32bit, only
1033 leaq foo@tlsgd(%rip), %rdi
1034 .word 0x6666; rex64; call __tls_get_addr@PLT
1036 leaq foo@tlsgd(%rip), %rdi
1038 call *__tls_get_addr@GOTPCREL(%rip)
1039 which may be converted to
1040 addr32 call __tls_get_addr
1041 can transit to different access model. For largepic,
1043 leaq foo@tlsgd(%rip), %rdi
1044 movabsq $__tls_get_addr@pltoff, %rax
1048 leaq foo@tlsgd(%rip), %rdi
1049 movabsq $__tls_get_addr@pltoff, %rax
1053 static const unsigned char leaq[] = { 0x66, 0x48, 0x8d, 0x3d };
1055 if ((offset + 12) > sec->size)
1058 call = contents + offset + 4;
1060 || !((call[1] == 0x48
1068 && call[3] == 0xe8)))
1070 if (!ABI_64_P (abfd)
1071 || (offset + 19) > sec->size
1073 || memcmp (call - 7, leaq + 1, 3) != 0
1074 || memcmp (call, "\x48\xb8", 2) != 0
1078 || !((call[10] == 0x48 && call[12] == 0xd8)
1079 || (call[10] == 0x4c && call[12] == 0xf8)))
1083 else if (ABI_64_P (abfd))
1086 || memcmp (contents + offset - 4, leaq, 4) != 0)
1092 || memcmp (contents + offset - 3, leaq + 1, 3) != 0)
1095 indirect_call = call[2] == 0xff;
1099 /* Check transition from LD access model. Only
1100 leaq foo@tlsld(%rip), %rdi;
1101 call __tls_get_addr@PLT
1103 leaq foo@tlsld(%rip), %rdi;
1104 call *__tls_get_addr@GOTPCREL(%rip)
1105 which may be converted to
1106 addr32 call __tls_get_addr
1107 can transit to different access model. For largepic
1109 leaq foo@tlsld(%rip), %rdi
1110 movabsq $__tls_get_addr@pltoff, %rax
1114 leaq foo@tlsld(%rip), %rdi
1115 movabsq $__tls_get_addr@pltoff, %rax
1119 static const unsigned char lea[] = { 0x48, 0x8d, 0x3d };
1121 if (offset < 3 || (offset + 9) > sec->size)
1124 if (memcmp (contents + offset - 3, lea, 3) != 0)
1127 call = contents + offset + 4;
1128 if (!(call[0] == 0xe8
1129 || (call[0] == 0xff && call[1] == 0x15)
1130 || (call[0] == 0x67 && call[1] == 0xe8)))
1132 if (!ABI_64_P (abfd)
1133 || (offset + 19) > sec->size
1134 || memcmp (call, "\x48\xb8", 2) != 0
1138 || !((call[10] == 0x48 && call[12] == 0xd8)
1139 || (call[10] == 0x4c && call[12] == 0xf8)))
1143 indirect_call = call[0] == 0xff;
1146 r_symndx = htab->r_sym (rel[1].r_info);
1147 if (r_symndx < symtab_hdr->sh_info)
1150 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
1152 || !((struct elf_x86_link_hash_entry *) h)->tls_get_addr)
1156 r_type = (ELF32_R_TYPE (rel[1].r_info)
1157 & ~R_X86_64_converted_reloc_bit);
1159 return r_type == R_X86_64_PLTOFF64;
1160 else if (indirect_call)
1161 return r_type == R_X86_64_GOTPCRELX;
1163 return (r_type == R_X86_64_PC32 || r_type == R_X86_64_PLT32);
1166 case R_X86_64_GOTTPOFF:
1167 /* Check transition from IE access model:
1168 mov foo@gottpoff(%rip), %reg
1169 add foo@gottpoff(%rip), %reg
1172 /* Check REX prefix first. */
1173 if (offset >= 3 && (offset + 4) <= sec->size)
1175 val = bfd_get_8 (abfd, contents + offset - 3);
1176 if (val != 0x48 && val != 0x4c)
1178 /* X32 may have 0x44 REX prefix or no REX prefix. */
1179 if (ABI_64_P (abfd))
1185 /* X32 may not have any REX prefix. */
1186 if (ABI_64_P (abfd))
1188 if (offset < 2 || (offset + 3) > sec->size)
1192 val = bfd_get_8 (abfd, contents + offset - 2);
1193 if (val != 0x8b && val != 0x03)
1196 val = bfd_get_8 (abfd, contents + offset - 1);
1197 return (val & 0xc7) == 5;
1199 case R_X86_64_GOTPC32_TLSDESC:
1200 /* Check transition from GDesc access model:
1201 leaq x@tlsdesc(%rip), %rax
1203 Make sure it's a leaq adding rip to a 32-bit offset
1204 into any register, although it's probably almost always
1207 if (offset < 3 || (offset + 4) > sec->size)
1210 val = bfd_get_8 (abfd, contents + offset - 3);
1211 if ((val & 0xfb) != 0x48)
1214 if (bfd_get_8 (abfd, contents + offset - 2) != 0x8d)
1217 val = bfd_get_8 (abfd, contents + offset - 1);
1218 return (val & 0xc7) == 0x05;
1220 case R_X86_64_TLSDESC_CALL:
1221 /* Check transition from GDesc access model:
1222 call *x@tlsdesc(%rax)
1224 if (offset + 2 <= sec->size)
1226 /* Make sure that it's a call *x@tlsdesc(%rax). */
1227 call = contents + offset;
1228 return call[0] == 0xff && call[1] == 0x10;
1238 /* Return TRUE if the TLS access transition is OK or no transition
1239 will be performed. Update R_TYPE if there is a transition. */
1242 elf_x86_64_tls_transition (struct bfd_link_info *info, bfd *abfd,
1243 asection *sec, bfd_byte *contents,
1244 Elf_Internal_Shdr *symtab_hdr,
1245 struct elf_link_hash_entry **sym_hashes,
1246 unsigned int *r_type, int tls_type,
1247 const Elf_Internal_Rela *rel,
1248 const Elf_Internal_Rela *relend,
1249 struct elf_link_hash_entry *h,
1250 unsigned long r_symndx,
1251 bfd_boolean from_relocate_section)
1253 unsigned int from_type = *r_type;
1254 unsigned int to_type = from_type;
1255 bfd_boolean check = TRUE;
1257 /* Skip TLS transition for functions. */
1259 && (h->type == STT_FUNC
1260 || h->type == STT_GNU_IFUNC))
1265 case R_X86_64_TLSGD:
1266 case R_X86_64_GOTPC32_TLSDESC:
1267 case R_X86_64_TLSDESC_CALL:
1268 case R_X86_64_GOTTPOFF:
1269 if (bfd_link_executable (info))
1272 to_type = R_X86_64_TPOFF32;
1274 to_type = R_X86_64_GOTTPOFF;
1277 /* When we are called from elf_x86_64_relocate_section, there may
1278 be additional transitions based on TLS_TYPE. */
1279 if (from_relocate_section)
1281 unsigned int new_to_type = to_type;
1283 if (bfd_link_executable (info)
1286 && tls_type == GOT_TLS_IE)
1287 new_to_type = R_X86_64_TPOFF32;
1289 if (to_type == R_X86_64_TLSGD
1290 || to_type == R_X86_64_GOTPC32_TLSDESC
1291 || to_type == R_X86_64_TLSDESC_CALL)
1293 if (tls_type == GOT_TLS_IE)
1294 new_to_type = R_X86_64_GOTTPOFF;
1297 /* We checked the transition before when we were called from
1298 elf_x86_64_check_relocs. We only want to check the new
1299 transition which hasn't been checked before. */
1300 check = new_to_type != to_type && from_type == to_type;
1301 to_type = new_to_type;
1306 case R_X86_64_TLSLD:
1307 if (bfd_link_executable (info))
1308 to_type = R_X86_64_TPOFF32;
1315 /* Return TRUE if there is no transition. */
1316 if (from_type == to_type)
1319 /* Check if the transition can be performed. */
1321 && ! elf_x86_64_check_tls_transition (abfd, info, sec, contents,
1322 symtab_hdr, sym_hashes,
1323 from_type, rel, relend))
1325 reloc_howto_type *from, *to;
1328 from = elf_x86_64_rtype_to_howto (abfd, from_type);
1329 to = elf_x86_64_rtype_to_howto (abfd, to_type);
1332 name = h->root.root.string;
1335 struct elf_x86_link_hash_table *htab;
1337 htab = elf_x86_hash_table (info, X86_64_ELF_DATA);
1342 Elf_Internal_Sym *isym;
1344 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
1346 name = bfd_elf_sym_name (abfd, symtab_hdr, isym, NULL);
1351 /* xgettext:c-format */
1352 (_("%B: TLS transition from %s to %s against `%s' at %#Lx "
1353 "in section `%A' failed"),
1354 abfd, from->name, to->name, name, rel->r_offset, sec);
1355 bfd_set_error (bfd_error_bad_value);
1363 /* Rename some of the generic section flags to better document how they
1365 #define check_relocs_failed sec_flg0
1368 elf_x86_64_need_pic (struct bfd_link_info *info,
1369 bfd *input_bfd, asection *sec,
1370 struct elf_link_hash_entry *h,
1371 Elf_Internal_Shdr *symtab_hdr,
1372 Elf_Internal_Sym *isym,
1373 reloc_howto_type *howto)
1376 const char *und = "";
1377 const char *pic = "";
1383 name = h->root.root.string;
1384 switch (ELF_ST_VISIBILITY (h->other))
1387 v = _("hidden symbol ");
1390 v = _("internal symbol ");
1393 v = _("protected symbol ");
1396 if (((struct elf_x86_link_hash_entry *) h)->def_protected)
1397 v = _("protected symbol ");
1400 pic = _("; recompile with -fPIC");
1404 if (!h->def_regular && !h->def_dynamic)
1405 und = _("undefined ");
1409 name = bfd_elf_sym_name (input_bfd, symtab_hdr, isym, NULL);
1410 pic = _("; recompile with -fPIC");
1413 if (bfd_link_dll (info))
1414 object = _("a shared object");
1415 else if (bfd_link_pie (info))
1416 object = _("a PIE object");
1418 object = _("a PDE object");
1420 /* xgettext:c-format */
1421 _bfd_error_handler (_("%B: relocation %s against %s%s`%s' can "
1422 "not be used when making %s%s"),
1423 input_bfd, howto->name, und, v, name,
1425 bfd_set_error (bfd_error_bad_value);
1426 sec->check_relocs_failed = 1;
1430 /* With the local symbol, foo, we convert
1431 mov foo@GOTPCREL(%rip), %reg
1435 call/jmp *foo@GOTPCREL(%rip)
1437 nop call foo/jmp foo nop
1438 When PIC is false, convert
1439 test %reg, foo@GOTPCREL(%rip)
1443 binop foo@GOTPCREL(%rip), %reg
1446 where binop is one of adc, add, and, cmp, or, sbb, sub, xor
1450 elf_x86_64_convert_load_reloc (bfd *abfd,
1452 unsigned int *r_type_p,
1453 Elf_Internal_Rela *irel,
1454 struct elf_link_hash_entry *h,
1455 bfd_boolean *converted,
1456 struct bfd_link_info *link_info)
1458 struct elf_x86_link_hash_table *htab;
1460 bfd_boolean no_overflow;
1462 bfd_boolean to_reloc_pc32;
1464 bfd_signed_vma raddend;
1465 unsigned int opcode;
1467 unsigned int r_type = *r_type_p;
1468 unsigned int r_symndx;
1469 bfd_vma roff = irel->r_offset;
1471 if (roff < (r_type == R_X86_64_REX_GOTPCRELX ? 3 : 2))
1474 raddend = irel->r_addend;
1475 /* Addend for 32-bit PC-relative relocation must be -4. */
1479 htab = elf_x86_hash_table (link_info, X86_64_ELF_DATA);
1480 is_pic = bfd_link_pic (link_info);
1482 relocx = (r_type == R_X86_64_GOTPCRELX
1483 || r_type == R_X86_64_REX_GOTPCRELX);
1485 /* TRUE if --no-relax is used. */
1486 no_overflow = link_info->disable_target_specific_optimizations > 1;
1488 r_symndx = htab->r_sym (irel->r_info);
1490 opcode = bfd_get_8 (abfd, contents + roff - 2);
1492 /* Convert mov to lea since it has been done for a while. */
1495 /* Only convert R_X86_64_GOTPCRELX and R_X86_64_REX_GOTPCRELX
1496 for call, jmp or one of adc, add, and, cmp, or, sbb, sub,
1497 test, xor instructions. */
1502 /* We convert only to R_X86_64_PC32:
1504 2. R_X86_64_GOTPCREL since we can't modify REX byte.
1505 3. no_overflow is true.
1508 to_reloc_pc32 = (opcode == 0xff
1513 /* Get the symbol referred to by the reloc. */
1516 Elf_Internal_Sym *isym
1517 = bfd_sym_from_r_symndx (&htab->sym_cache, abfd, r_symndx);
1519 /* Skip relocation against undefined symbols. */
1520 if (isym->st_shndx == SHN_UNDEF)
1523 if (isym->st_shndx == SHN_ABS)
1524 tsec = bfd_abs_section_ptr;
1525 else if (isym->st_shndx == SHN_COMMON)
1526 tsec = bfd_com_section_ptr;
1527 else if (isym->st_shndx == SHN_X86_64_LCOMMON)
1528 tsec = &_bfd_elf_large_com_section;
1530 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1534 /* Undefined weak symbol is only bound locally in executable
1535 and its reference is resolved as 0 without relocation
1536 overflow. We can only perform this optimization for
1537 GOTPCRELX relocations since we need to modify REX byte.
1538 It is OK convert mov with R_X86_64_GOTPCREL to
1540 if ((relocx || opcode == 0x8b)
1541 && UNDEFINED_WEAK_RESOLVED_TO_ZERO (link_info,
1544 elf_x86_hash_entry (h)))
1548 /* Skip for branch instructions since R_X86_64_PC32
1555 /* For non-branch instructions, we can convert to
1556 R_X86_64_32/R_X86_64_32S since we know if there
1558 to_reloc_pc32 = FALSE;
1561 /* Since we don't know the current PC when PIC is true,
1562 we can't convert to R_X86_64_PC32. */
1563 if (to_reloc_pc32 && is_pic)
1568 /* Avoid optimizing GOTPCREL relocations againt _DYNAMIC since
1569 ld.so may use its link-time address. */
1570 else if (h->start_stop
1572 || h->root.type == bfd_link_hash_defined
1573 || h->root.type == bfd_link_hash_defweak)
1574 && h != htab->elf.hdynamic
1575 && SYMBOL_REFERENCES_LOCAL_P (link_info, h)))
1577 /* bfd_link_hash_new or bfd_link_hash_undefined is
1578 set by an assignment in a linker script in
1579 bfd_elf_record_link_assignment. start_stop is set
1580 on __start_SECNAME/__stop_SECNAME which mark section
1584 && (h->root.type == bfd_link_hash_new
1585 || h->root.type == bfd_link_hash_undefined
1586 || ((h->root.type == bfd_link_hash_defined
1587 || h->root.type == bfd_link_hash_defweak)
1588 && h->root.u.def.section == bfd_und_section_ptr))))
1590 /* Skip since R_X86_64_32/R_X86_64_32S may overflow. */
1595 tsec = h->root.u.def.section;
1601 /* Don't convert GOTPCREL relocation against large section. */
1602 if (elf_section_data (tsec) != NULL
1603 && (elf_section_flags (tsec) & SHF_X86_64_LARGE) != 0)
1606 /* Skip since R_X86_64_PC32/R_X86_64_32/R_X86_64_32S may overflow. */
1613 /* We have "call/jmp *foo@GOTPCREL(%rip)". */
1618 /* Convert R_X86_64_GOTPCRELX and R_X86_64_REX_GOTPCRELX to
1620 modrm = bfd_get_8 (abfd, contents + roff - 1);
1623 /* Convert to "jmp foo nop". */
1626 nop_offset = irel->r_offset + 3;
1627 disp = bfd_get_32 (abfd, contents + irel->r_offset);
1628 irel->r_offset -= 1;
1629 bfd_put_32 (abfd, disp, contents + irel->r_offset);
1633 struct elf_x86_link_hash_entry *eh
1634 = (struct elf_x86_link_hash_entry *) h;
1636 /* Convert to "nop call foo". ADDR_PREFIX_OPCODE
1639 /* To support TLS optimization, always use addr32 prefix for
1640 "call *__tls_get_addr@GOTPCREL(%rip)". */
1641 if (eh && eh->tls_get_addr)
1644 nop_offset = irel->r_offset - 2;
1648 nop = link_info->call_nop_byte;
1649 if (link_info->call_nop_as_suffix)
1651 nop_offset = irel->r_offset + 3;
1652 disp = bfd_get_32 (abfd, contents + irel->r_offset);
1653 irel->r_offset -= 1;
1654 bfd_put_32 (abfd, disp, contents + irel->r_offset);
1657 nop_offset = irel->r_offset - 2;
1660 bfd_put_8 (abfd, nop, contents + nop_offset);
1661 bfd_put_8 (abfd, modrm, contents + irel->r_offset - 1);
1662 r_type = R_X86_64_PC32;
1667 unsigned int rex_mask = REX_R;
1669 if (r_type == R_X86_64_REX_GOTPCRELX)
1670 rex = bfd_get_8 (abfd, contents + roff - 3);
1678 /* Convert "mov foo@GOTPCREL(%rip), %reg" to
1679 "lea foo(%rip), %reg". */
1681 r_type = R_X86_64_PC32;
1685 /* Convert "mov foo@GOTPCREL(%rip), %reg" to
1686 "mov $foo, %reg". */
1688 modrm = bfd_get_8 (abfd, contents + roff - 1);
1689 modrm = 0xc0 | (modrm & 0x38) >> 3;
1690 if ((rex & REX_W) != 0
1691 && ABI_64_P (link_info->output_bfd))
1693 /* Keep the REX_W bit in REX byte for LP64. */
1694 r_type = R_X86_64_32S;
1695 goto rewrite_modrm_rex;
1699 /* If the REX_W bit in REX byte isn't needed,
1700 use R_X86_64_32 and clear the W bit to avoid
1701 sign-extend imm32 to imm64. */
1702 r_type = R_X86_64_32;
1703 /* Clear the W bit in REX byte. */
1705 goto rewrite_modrm_rex;
1711 /* R_X86_64_PC32 isn't supported. */
1715 modrm = bfd_get_8 (abfd, contents + roff - 1);
1718 /* Convert "test %reg, foo@GOTPCREL(%rip)" to
1719 "test $foo, %reg". */
1720 modrm = 0xc0 | (modrm & 0x38) >> 3;
1725 /* Convert "binop foo@GOTPCREL(%rip), %reg" to
1726 "binop $foo, %reg". */
1727 modrm = 0xc0 | (modrm & 0x38) >> 3 | (opcode & 0x3c);
1731 /* Use R_X86_64_32 with 32-bit operand to avoid relocation
1732 overflow when sign-extending imm32 to imm64. */
1733 r_type = (rex & REX_W) != 0 ? R_X86_64_32S : R_X86_64_32;
1736 bfd_put_8 (abfd, modrm, contents + roff - 1);
1740 /* Move the R bit to the B bit in REX byte. */
1741 rex = (rex & ~rex_mask) | (rex & REX_R) >> 2;
1742 bfd_put_8 (abfd, rex, contents + roff - 3);
1745 /* No addend for R_X86_64_32/R_X86_64_32S relocations. */
1749 bfd_put_8 (abfd, opcode, contents + roff - 2);
1753 irel->r_info = htab->r_info (r_symndx,
1754 r_type | R_X86_64_converted_reloc_bit);
1761 /* Look through the relocs for a section during the first phase, and
1762 calculate needed space in the global offset table, procedure
1763 linkage table, and dynamic reloc sections. */
1766 elf_x86_64_check_relocs (bfd *abfd, struct bfd_link_info *info,
1768 const Elf_Internal_Rela *relocs)
1770 struct elf_x86_link_hash_table *htab;
1771 Elf_Internal_Shdr *symtab_hdr;
1772 struct elf_link_hash_entry **sym_hashes;
1773 const Elf_Internal_Rela *rel;
1774 const Elf_Internal_Rela *rel_end;
1778 if (bfd_link_relocatable (info))
1781 /* Don't do anything special with non-loaded, non-alloced sections.
1782 In particular, any relocs in such sections should not affect GOT
1783 and PLT reference counting (ie. we don't allow them to create GOT
1784 or PLT entries), there's no possibility or desire to optimize TLS
1785 relocs, and there's not much point in propagating relocs to shared
1786 libs that the dynamic linker won't relocate. */
1787 if ((sec->flags & SEC_ALLOC) == 0)
1790 htab = elf_x86_hash_table (info, X86_64_ELF_DATA);
1793 sec->check_relocs_failed = 1;
1797 BFD_ASSERT (is_x86_elf (abfd, htab));
1799 /* Get the section contents. */
1800 if (elf_section_data (sec)->this_hdr.contents != NULL)
1801 contents = elf_section_data (sec)->this_hdr.contents;
1802 else if (!bfd_malloc_and_get_section (abfd, sec, &contents))
1804 sec->check_relocs_failed = 1;
1808 symtab_hdr = &elf_symtab_hdr (abfd);
1809 sym_hashes = elf_sym_hashes (abfd);
1813 rel_end = relocs + sec->reloc_count;
1814 for (rel = relocs; rel < rel_end; rel++)
1816 unsigned int r_type;
1817 unsigned int r_symndx;
1818 struct elf_link_hash_entry *h;
1819 struct elf_x86_link_hash_entry *eh;
1820 Elf_Internal_Sym *isym;
1822 bfd_boolean size_reloc;
1823 bfd_boolean converted_reloc;
1825 r_symndx = htab->r_sym (rel->r_info);
1826 r_type = ELF32_R_TYPE (rel->r_info);
1828 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr))
1830 /* xgettext:c-format */
1831 _bfd_error_handler (_("%B: bad symbol index: %d"),
1836 if (r_symndx < symtab_hdr->sh_info)
1838 /* A local symbol. */
1839 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
1844 /* Check relocation against local STT_GNU_IFUNC symbol. */
1845 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
1847 h = _bfd_elf_x86_get_local_sym_hash (htab, abfd, rel,
1852 /* Fake a STT_GNU_IFUNC symbol. */
1853 h->root.root.string = bfd_elf_sym_name (abfd, symtab_hdr,
1855 h->type = STT_GNU_IFUNC;
1858 h->forced_local = 1;
1859 h->root.type = bfd_link_hash_defined;
1867 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
1868 while (h->root.type == bfd_link_hash_indirect
1869 || h->root.type == bfd_link_hash_warning)
1870 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1873 /* Check invalid x32 relocations. */
1874 if (!ABI_64_P (abfd))
1880 case R_X86_64_DTPOFF64:
1881 case R_X86_64_TPOFF64:
1883 case R_X86_64_GOTOFF64:
1884 case R_X86_64_GOT64:
1885 case R_X86_64_GOTPCREL64:
1886 case R_X86_64_GOTPC64:
1887 case R_X86_64_GOTPLT64:
1888 case R_X86_64_PLTOFF64:
1891 name = h->root.root.string;
1893 name = bfd_elf_sym_name (abfd, symtab_hdr, isym,
1896 /* xgettext:c-format */
1897 (_("%B: relocation %s against symbol `%s' isn't "
1898 "supported in x32 mode"), abfd,
1899 x86_64_elf_howto_table[r_type].name, name);
1900 bfd_set_error (bfd_error_bad_value);
1908 /* It is referenced by a non-shared object. */
1910 h->root.non_ir_ref_regular = 1;
1912 if (h->type == STT_GNU_IFUNC)
1913 elf_tdata (info->output_bfd)->has_gnu_symbols
1914 |= elf_gnu_symbol_ifunc;
1917 converted_reloc = FALSE;
1918 if ((r_type == R_X86_64_GOTPCREL
1919 || r_type == R_X86_64_GOTPCRELX
1920 || r_type == R_X86_64_REX_GOTPCRELX)
1921 && (h == NULL || h->type != STT_GNU_IFUNC))
1923 Elf_Internal_Rela *irel = (Elf_Internal_Rela *) rel;
1924 if (!elf_x86_64_convert_load_reloc (abfd, contents, &r_type,
1925 irel, h, &converted_reloc,
1930 if (! elf_x86_64_tls_transition (info, abfd, sec, contents,
1931 symtab_hdr, sym_hashes,
1932 &r_type, GOT_UNKNOWN,
1933 rel, rel_end, h, r_symndx, FALSE))
1936 eh = (struct elf_x86_link_hash_entry *) h;
1939 case R_X86_64_TLSLD:
1940 htab->tls_ld_or_ldm_got.refcount += 1;
1943 case R_X86_64_TPOFF32:
1944 if (!bfd_link_executable (info) && ABI_64_P (abfd))
1945 return elf_x86_64_need_pic (info, abfd, sec, h, symtab_hdr, isym,
1946 &x86_64_elf_howto_table[r_type]);
1948 eh->has_got_reloc = 1;
1951 case R_X86_64_GOTTPOFF:
1952 if (!bfd_link_executable (info))
1953 info->flags |= DF_STATIC_TLS;
1956 case R_X86_64_GOT32:
1957 case R_X86_64_GOTPCREL:
1958 case R_X86_64_GOTPCRELX:
1959 case R_X86_64_REX_GOTPCRELX:
1960 case R_X86_64_TLSGD:
1961 case R_X86_64_GOT64:
1962 case R_X86_64_GOTPCREL64:
1963 case R_X86_64_GOTPLT64:
1964 case R_X86_64_GOTPC32_TLSDESC:
1965 case R_X86_64_TLSDESC_CALL:
1966 /* This symbol requires a global offset table entry. */
1968 int tls_type, old_tls_type;
1972 default: tls_type = GOT_NORMAL; break;
1973 case R_X86_64_TLSGD: tls_type = GOT_TLS_GD; break;
1974 case R_X86_64_GOTTPOFF: tls_type = GOT_TLS_IE; break;
1975 case R_X86_64_GOTPC32_TLSDESC:
1976 case R_X86_64_TLSDESC_CALL:
1977 tls_type = GOT_TLS_GDESC; break;
1982 h->got.refcount += 1;
1983 old_tls_type = eh->tls_type;
1987 bfd_signed_vma *local_got_refcounts;
1989 /* This is a global offset table entry for a local symbol. */
1990 local_got_refcounts = elf_local_got_refcounts (abfd);
1991 if (local_got_refcounts == NULL)
1995 size = symtab_hdr->sh_info;
1996 size *= sizeof (bfd_signed_vma)
1997 + sizeof (bfd_vma) + sizeof (char);
1998 local_got_refcounts = ((bfd_signed_vma *)
1999 bfd_zalloc (abfd, size));
2000 if (local_got_refcounts == NULL)
2002 elf_local_got_refcounts (abfd) = local_got_refcounts;
2003 elf_x86_local_tlsdesc_gotent (abfd)
2004 = (bfd_vma *) (local_got_refcounts + symtab_hdr->sh_info);
2005 elf_x86_local_got_tls_type (abfd)
2006 = (char *) (local_got_refcounts + 2 * symtab_hdr->sh_info);
2008 local_got_refcounts[r_symndx] += 1;
2010 = elf_x86_local_got_tls_type (abfd) [r_symndx];
2013 /* If a TLS symbol is accessed using IE at least once,
2014 there is no point to use dynamic model for it. */
2015 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
2016 && (! GOT_TLS_GD_ANY_P (old_tls_type)
2017 || tls_type != GOT_TLS_IE))
2019 if (old_tls_type == GOT_TLS_IE && GOT_TLS_GD_ANY_P (tls_type))
2020 tls_type = old_tls_type;
2021 else if (GOT_TLS_GD_ANY_P (old_tls_type)
2022 && GOT_TLS_GD_ANY_P (tls_type))
2023 tls_type |= old_tls_type;
2027 name = h->root.root.string;
2029 name = bfd_elf_sym_name (abfd, symtab_hdr,
2032 /* xgettext:c-format */
2033 (_("%B: '%s' accessed both as normal and"
2034 " thread local symbol"),
2036 bfd_set_error (bfd_error_bad_value);
2041 if (old_tls_type != tls_type)
2044 eh->tls_type = tls_type;
2046 elf_x86_local_got_tls_type (abfd) [r_symndx] = tls_type;
2051 case R_X86_64_GOTOFF64:
2052 case R_X86_64_GOTPC32:
2053 case R_X86_64_GOTPC64:
2056 eh->has_got_reloc = 1;
2059 case R_X86_64_PLT32:
2060 case R_X86_64_PLT32_BND:
2061 /* This symbol requires a procedure linkage table entry. We
2062 actually build the entry in adjust_dynamic_symbol,
2063 because this might be a case of linking PIC code which is
2064 never referenced by a dynamic object, in which case we
2065 don't need to generate a procedure linkage table entry
2068 /* If this is a local symbol, we resolve it directly without
2069 creating a procedure linkage table entry. */
2073 eh->has_got_reloc = 1;
2075 h->plt.refcount += 1;
2078 case R_X86_64_PLTOFF64:
2079 /* This tries to form the 'address' of a function relative
2080 to GOT. For global symbols we need a PLT entry. */
2084 h->plt.refcount += 1;
2088 case R_X86_64_SIZE32:
2089 case R_X86_64_SIZE64:
2094 if (!ABI_64_P (abfd))
2100 /* Check relocation overflow as these relocs may lead to
2101 run-time relocation overflow. Don't error out for
2102 sections we don't care about, such as debug sections or
2103 when relocation overflow check is disabled. */
2104 if (!info->no_reloc_overflow_check
2106 && (bfd_link_pic (info)
2107 || (bfd_link_executable (info)
2111 && (sec->flags & SEC_READONLY) == 0)))
2112 return elf_x86_64_need_pic (info, abfd, sec, h, symtab_hdr, isym,
2113 &x86_64_elf_howto_table[r_type]);
2119 case R_X86_64_PC32_BND:
2123 if (eh != NULL && (sec->flags & SEC_CODE) != 0)
2124 eh->has_non_got_reloc = 1;
2125 /* We are called after all symbols have been resolved. Only
2126 relocation against STT_GNU_IFUNC symbol must go through
2129 && (bfd_link_executable (info)
2130 || h->type == STT_GNU_IFUNC))
2132 /* If this reloc is in a read-only section, we might
2133 need a copy reloc. We can't check reliably at this
2134 stage whether the section is read-only, as input
2135 sections have not yet been mapped to output sections.
2136 Tentatively set the flag for now, and correct in
2137 adjust_dynamic_symbol. */
2140 /* We may need a .plt entry if the symbol is a function
2141 defined in a shared lib or is a STT_GNU_IFUNC function
2142 referenced from the code or read-only section. */
2144 || (sec->flags & (SEC_CODE | SEC_READONLY)) != 0)
2145 h->plt.refcount += 1;
2147 if (r_type == R_X86_64_PC32)
2149 /* Since something like ".long foo - ." may be used
2150 as pointer, make sure that PLT is used if foo is
2151 a function defined in a shared library. */
2152 if ((sec->flags & SEC_CODE) == 0)
2153 h->pointer_equality_needed = 1;
2155 else if (r_type != R_X86_64_PC32_BND
2156 && r_type != R_X86_64_PC64)
2158 h->pointer_equality_needed = 1;
2159 /* At run-time, R_X86_64_64 can be resolved for both
2160 x86-64 and x32. But R_X86_64_32 and R_X86_64_32S
2161 can only be resolved for x32. */
2162 if ((sec->flags & SEC_READONLY) == 0
2163 && (r_type == R_X86_64_64
2164 || (!ABI_64_P (abfd)
2165 && (r_type == R_X86_64_32
2166 || r_type == R_X86_64_32S))))
2167 eh->func_pointer_refcount += 1;
2173 /* If we are creating a shared library, and this is a reloc
2174 against a global symbol, or a non PC relative reloc
2175 against a local symbol, then we need to copy the reloc
2176 into the shared library. However, if we are linking with
2177 -Bsymbolic, we do not need to copy a reloc against a
2178 global symbol which is defined in an object we are
2179 including in the link (i.e., DEF_REGULAR is set). At
2180 this point we have not seen all the input files, so it is
2181 possible that DEF_REGULAR is not set now but will be set
2182 later (it is never cleared). In case of a weak definition,
2183 DEF_REGULAR may be cleared later by a strong definition in
2184 a shared library. We account for that possibility below by
2185 storing information in the relocs_copied field of the hash
2186 table entry. A similar situation occurs when creating
2187 shared libraries and symbol visibility changes render the
2190 If on the other hand, we are creating an executable, we
2191 may need to keep relocations for symbols satisfied by a
2192 dynamic library if we manage to avoid copy relocs for the
2195 Generate dynamic pointer relocation against STT_GNU_IFUNC
2196 symbol in the non-code section. */
2197 if ((bfd_link_pic (info)
2198 && (! IS_X86_64_PCREL_TYPE (r_type)
2200 && (! (bfd_link_pie (info)
2201 || SYMBOLIC_BIND (info, h))
2202 || h->root.type == bfd_link_hash_defweak
2203 || !h->def_regular))))
2205 && h->type == STT_GNU_IFUNC
2206 && r_type == htab->pointer_r_type
2207 && (sec->flags & SEC_CODE) == 0)
2208 || (ELIMINATE_COPY_RELOCS
2209 && !bfd_link_pic (info)
2211 && (h->root.type == bfd_link_hash_defweak
2212 || !h->def_regular)))
2214 struct elf_dyn_relocs *p;
2215 struct elf_dyn_relocs **head;
2217 /* We must copy these reloc types into the output file.
2218 Create a reloc section in dynobj and make room for
2222 sreloc = _bfd_elf_make_dynamic_reloc_section
2223 (sec, htab->elf.dynobj, ABI_64_P (abfd) ? 3 : 2,
2224 abfd, /*rela?*/ TRUE);
2230 /* If this is a global symbol, we count the number of
2231 relocations we need for this symbol. */
2233 head = &eh->dyn_relocs;
2236 /* Track dynamic relocs needed for local syms too.
2237 We really need local syms available to do this
2242 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
2247 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
2251 /* Beware of type punned pointers vs strict aliasing
2253 vpp = &(elf_section_data (s)->local_dynrel);
2254 head = (struct elf_dyn_relocs **)vpp;
2258 if (p == NULL || p->sec != sec)
2260 bfd_size_type amt = sizeof *p;
2262 p = ((struct elf_dyn_relocs *)
2263 bfd_alloc (htab->elf.dynobj, amt));
2274 /* Count size relocation as PC-relative relocation. */
2275 if (IS_X86_64_PCREL_TYPE (r_type) || size_reloc)
2280 /* This relocation describes the C++ object vtable hierarchy.
2281 Reconstruct it for later use during GC. */
2282 case R_X86_64_GNU_VTINHERIT:
2283 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
2287 /* This relocation describes which C++ vtable entries are actually
2288 used. Record for later use during GC. */
2289 case R_X86_64_GNU_VTENTRY:
2290 BFD_ASSERT (h != NULL);
2292 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
2301 if (elf_section_data (sec)->this_hdr.contents != contents)
2303 if (!info->keep_memory)
2307 /* Cache the section contents for elf_link_input_bfd. */
2308 elf_section_data (sec)->this_hdr.contents = contents;
2315 if (elf_section_data (sec)->this_hdr.contents != contents)
2317 sec->check_relocs_failed = 1;
2321 /* Return the relocation value for @tpoff relocation
2322 if STT_TLS virtual address is ADDRESS. */
2325 elf_x86_64_tpoff (struct bfd_link_info *info, bfd_vma address)
2327 struct elf_link_hash_table *htab = elf_hash_table (info);
2328 const struct elf_backend_data *bed = get_elf_backend_data (info->output_bfd);
2329 bfd_vma static_tls_size;
2331 /* If tls_segment is NULL, we should have signalled an error already. */
2332 if (htab->tls_sec == NULL)
2335 /* Consider special static TLS alignment requirements. */
2336 static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment);
2337 return address - static_tls_size - htab->tls_sec->vma;
2340 /* Is the instruction before OFFSET in CONTENTS a 32bit relative
2344 is_32bit_relative_branch (bfd_byte *contents, bfd_vma offset)
2346 /* Opcode Instruction
2349 0x0f 0x8x conditional jump */
2351 && (contents [offset - 1] == 0xe8
2352 || contents [offset - 1] == 0xe9))
2354 && contents [offset - 2] == 0x0f
2355 && (contents [offset - 1] & 0xf0) == 0x80));
2358 /* Relocate an x86_64 ELF section. */
2361 elf_x86_64_relocate_section (bfd *output_bfd,
2362 struct bfd_link_info *info,
2364 asection *input_section,
2366 Elf_Internal_Rela *relocs,
2367 Elf_Internal_Sym *local_syms,
2368 asection **local_sections)
2370 struct elf_x86_link_hash_table *htab;
2371 Elf_Internal_Shdr *symtab_hdr;
2372 struct elf_link_hash_entry **sym_hashes;
2373 bfd_vma *local_got_offsets;
2374 bfd_vma *local_tlsdesc_gotents;
2375 Elf_Internal_Rela *rel;
2376 Elf_Internal_Rela *wrel;
2377 Elf_Internal_Rela *relend;
2378 unsigned int plt_entry_size;
2380 /* Skip if check_relocs failed. */
2381 if (input_section->check_relocs_failed)
2384 htab = elf_x86_hash_table (info, X86_64_ELF_DATA);
2388 BFD_ASSERT (is_x86_elf (input_bfd, htab));
2390 plt_entry_size = htab->plt.plt_entry_size;
2391 symtab_hdr = &elf_symtab_hdr (input_bfd);
2392 sym_hashes = elf_sym_hashes (input_bfd);
2393 local_got_offsets = elf_local_got_offsets (input_bfd);
2394 local_tlsdesc_gotents = elf_x86_local_tlsdesc_gotent (input_bfd);
2396 _bfd_x86_elf_set_tls_module_base (info);
2398 rel = wrel = relocs;
2399 relend = relocs + input_section->reloc_count;
2400 for (; rel < relend; wrel++, rel++)
2402 unsigned int r_type, r_type_tls;
2403 reloc_howto_type *howto;
2404 unsigned long r_symndx;
2405 struct elf_link_hash_entry *h;
2406 struct elf_x86_link_hash_entry *eh;
2407 Elf_Internal_Sym *sym;
2409 bfd_vma off, offplt, plt_offset;
2411 bfd_boolean unresolved_reloc;
2412 bfd_reloc_status_type r;
2414 asection *base_got, *resolved_plt;
2416 bfd_boolean resolved_to_zero;
2417 bfd_boolean relative_reloc;
2418 bfd_boolean converted_reloc;
2420 r_type = ELF32_R_TYPE (rel->r_info);
2421 if (r_type == (int) R_X86_64_GNU_VTINHERIT
2422 || r_type == (int) R_X86_64_GNU_VTENTRY)
2429 converted_reloc = (r_type & R_X86_64_converted_reloc_bit) != 0;
2430 r_type &= ~R_X86_64_converted_reloc_bit;
2432 if (r_type >= (int) R_X86_64_standard)
2433 return _bfd_unrecognized_reloc (input_bfd, input_section, r_type);
2435 if (r_type != (int) R_X86_64_32
2436 || ABI_64_P (output_bfd))
2437 howto = x86_64_elf_howto_table + r_type;
2439 howto = (x86_64_elf_howto_table
2440 + ARRAY_SIZE (x86_64_elf_howto_table) - 1);
2441 r_symndx = htab->r_sym (rel->r_info);
2445 unresolved_reloc = FALSE;
2446 if (r_symndx < symtab_hdr->sh_info)
2448 sym = local_syms + r_symndx;
2449 sec = local_sections[r_symndx];
2451 relocation = _bfd_elf_rela_local_sym (output_bfd, sym,
2453 st_size = sym->st_size;
2455 /* Relocate against local STT_GNU_IFUNC symbol. */
2456 if (!bfd_link_relocatable (info)
2457 && ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
2459 h = _bfd_elf_x86_get_local_sym_hash (htab, input_bfd,
2464 /* Set STT_GNU_IFUNC symbol value. */
2465 h->root.u.def.value = sym->st_value;
2466 h->root.u.def.section = sec;
2471 bfd_boolean warned ATTRIBUTE_UNUSED;
2472 bfd_boolean ignored ATTRIBUTE_UNUSED;
2474 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
2475 r_symndx, symtab_hdr, sym_hashes,
2477 unresolved_reloc, warned, ignored);
2481 if (sec != NULL && discarded_section (sec))
2483 _bfd_clear_contents (howto, input_bfd, input_section,
2484 contents + rel->r_offset);
2485 wrel->r_offset = rel->r_offset;
2489 /* For ld -r, remove relocations in debug sections against
2490 sections defined in discarded sections. Not done for
2491 eh_frame editing code expects to be present. */
2492 if (bfd_link_relocatable (info)
2493 && (input_section->flags & SEC_DEBUGGING))
2499 if (bfd_link_relocatable (info))
2506 if (rel->r_addend == 0 && !ABI_64_P (output_bfd))
2508 if (r_type == R_X86_64_64)
2510 /* For x32, treat R_X86_64_64 like R_X86_64_32 and
2511 zero-extend it to 64bit if addend is zero. */
2512 r_type = R_X86_64_32;
2513 memset (contents + rel->r_offset + 4, 0, 4);
2515 else if (r_type == R_X86_64_SIZE64)
2517 /* For x32, treat R_X86_64_SIZE64 like R_X86_64_SIZE32 and
2518 zero-extend it to 64bit if addend is zero. */
2519 r_type = R_X86_64_SIZE32;
2520 memset (contents + rel->r_offset + 4, 0, 4);
2524 eh = (struct elf_x86_link_hash_entry *) h;
2526 /* Since STT_GNU_IFUNC symbol must go through PLT, we handle
2527 it here if it is defined in a non-shared object. */
2529 && h->type == STT_GNU_IFUNC
2535 if ((input_section->flags & SEC_ALLOC) == 0)
2537 /* Dynamic relocs are not propagated for SEC_DEBUGGING
2538 sections because such sections are not SEC_ALLOC and
2539 thus ld.so will not process them. */
2540 if ((input_section->flags & SEC_DEBUGGING) != 0)
2550 case R_X86_64_GOTPCREL:
2551 case R_X86_64_GOTPCRELX:
2552 case R_X86_64_REX_GOTPCRELX:
2553 case R_X86_64_GOTPCREL64:
2554 base_got = htab->elf.sgot;
2555 off = h->got.offset;
2557 if (base_got == NULL)
2560 if (off == (bfd_vma) -1)
2562 /* We can't use h->got.offset here to save state, or
2563 even just remember the offset, as finish_dynamic_symbol
2564 would use that as offset into .got. */
2566 if (h->plt.offset == (bfd_vma) -1)
2569 if (htab->elf.splt != NULL)
2571 plt_index = (h->plt.offset / plt_entry_size
2572 - htab->plt.has_plt0);
2573 off = (plt_index + 3) * GOT_ENTRY_SIZE;
2574 base_got = htab->elf.sgotplt;
2578 plt_index = h->plt.offset / plt_entry_size;
2579 off = plt_index * GOT_ENTRY_SIZE;
2580 base_got = htab->elf.igotplt;
2583 if (h->dynindx == -1
2587 /* This references the local defitionion. We must
2588 initialize this entry in the global offset table.
2589 Since the offset must always be a multiple of 8,
2590 we use the least significant bit to record
2591 whether we have initialized it already.
2593 When doing a dynamic link, we create a .rela.got
2594 relocation entry to initialize the value. This
2595 is done in the finish_dynamic_symbol routine. */
2600 bfd_put_64 (output_bfd, relocation,
2601 base_got->contents + off);
2602 /* Note that this is harmless for the GOTPLT64
2603 case, as -1 | 1 still is -1. */
2609 relocation = (base_got->output_section->vma
2610 + base_got->output_offset + off);
2615 if (h->plt.offset == (bfd_vma) -1)
2617 /* Handle static pointers of STT_GNU_IFUNC symbols. */
2618 if (r_type == htab->pointer_r_type
2619 && (input_section->flags & SEC_CODE) == 0)
2620 goto do_ifunc_pointer;
2621 goto bad_ifunc_reloc;
2624 /* STT_GNU_IFUNC symbol must go through PLT. */
2625 if (htab->elf.splt != NULL)
2627 if (htab->plt_second != NULL)
2629 resolved_plt = htab->plt_second;
2630 plt_offset = eh->plt_second.offset;
2634 resolved_plt = htab->elf.splt;
2635 plt_offset = h->plt.offset;
2640 resolved_plt = htab->elf.iplt;
2641 plt_offset = h->plt.offset;
2644 relocation = (resolved_plt->output_section->vma
2645 + resolved_plt->output_offset + plt_offset);
2651 if (h->root.root.string)
2652 name = h->root.root.string;
2654 name = bfd_elf_sym_name (input_bfd, symtab_hdr, sym,
2657 /* xgettext:c-format */
2658 (_("%B: relocation %s against STT_GNU_IFUNC "
2659 "symbol `%s' isn't supported"), input_bfd,
2661 bfd_set_error (bfd_error_bad_value);
2665 if (bfd_link_pic (info))
2670 if (ABI_64_P (output_bfd))
2675 if (rel->r_addend != 0)
2677 if (h->root.root.string)
2678 name = h->root.root.string;
2680 name = bfd_elf_sym_name (input_bfd, symtab_hdr,
2683 /* xgettext:c-format */
2684 (_("%B: relocation %s against STT_GNU_IFUNC "
2685 "symbol `%s' has non-zero addend: %Ld"),
2686 input_bfd, howto->name, name, rel->r_addend);
2687 bfd_set_error (bfd_error_bad_value);
2691 /* Generate dynamic relcoation only when there is a
2692 non-GOT reference in a shared object or there is no
2694 if ((bfd_link_pic (info) && h->non_got_ref)
2695 || h->plt.offset == (bfd_vma) -1)
2697 Elf_Internal_Rela outrel;
2700 /* Need a dynamic relocation to get the real function
2702 outrel.r_offset = _bfd_elf_section_offset (output_bfd,
2706 if (outrel.r_offset == (bfd_vma) -1
2707 || outrel.r_offset == (bfd_vma) -2)
2710 outrel.r_offset += (input_section->output_section->vma
2711 + input_section->output_offset);
2713 if (h->dynindx == -1
2715 || bfd_link_executable (info))
2717 info->callbacks->minfo (_("Local IFUNC function `%s' in %B\n"),
2718 h->root.root.string,
2719 h->root.u.def.section->owner);
2721 /* This symbol is resolved locally. */
2722 outrel.r_info = htab->r_info (0, R_X86_64_IRELATIVE);
2723 outrel.r_addend = (h->root.u.def.value
2724 + h->root.u.def.section->output_section->vma
2725 + h->root.u.def.section->output_offset);
2729 outrel.r_info = htab->r_info (h->dynindx, r_type);
2730 outrel.r_addend = 0;
2733 /* Dynamic relocations are stored in
2734 1. .rela.ifunc section in PIC object.
2735 2. .rela.got section in dynamic executable.
2736 3. .rela.iplt section in static executable. */
2737 if (bfd_link_pic (info))
2738 sreloc = htab->elf.irelifunc;
2739 else if (htab->elf.splt != NULL)
2740 sreloc = htab->elf.srelgot;
2742 sreloc = htab->elf.irelplt;
2743 elf_append_rela (output_bfd, sreloc, &outrel);
2745 /* If this reloc is against an external symbol, we
2746 do not want to fiddle with the addend. Otherwise,
2747 we need to include the symbol value so that it
2748 becomes an addend for the dynamic reloc. For an
2749 internal symbol, we have updated addend. */
2754 case R_X86_64_PC32_BND:
2756 case R_X86_64_PLT32:
2757 case R_X86_64_PLT32_BND:
2762 resolved_to_zero = (eh != NULL
2763 && UNDEFINED_WEAK_RESOLVED_TO_ZERO (info,
2768 /* When generating a shared object, the relocations handled here are
2769 copied into the output file to be resolved at run time. */
2772 case R_X86_64_GOT32:
2773 case R_X86_64_GOT64:
2774 /* Relocation is to the entry for this symbol in the global
2776 case R_X86_64_GOTPCREL:
2777 case R_X86_64_GOTPCRELX:
2778 case R_X86_64_REX_GOTPCRELX:
2779 case R_X86_64_GOTPCREL64:
2780 /* Use global offset table entry as symbol value. */
2781 case R_X86_64_GOTPLT64:
2782 /* This is obsolete and treated the same as GOT64. */
2783 base_got = htab->elf.sgot;
2785 if (htab->elf.sgot == NULL)
2788 relative_reloc = FALSE;
2793 off = h->got.offset;
2795 && h->plt.offset != (bfd_vma)-1
2796 && off == (bfd_vma)-1)
2798 /* We can't use h->got.offset here to save
2799 state, or even just remember the offset, as
2800 finish_dynamic_symbol would use that as offset into
2802 bfd_vma plt_index = (h->plt.offset / plt_entry_size
2803 - htab->plt.has_plt0);
2804 off = (plt_index + 3) * GOT_ENTRY_SIZE;
2805 base_got = htab->elf.sgotplt;
2808 dyn = htab->elf.dynamic_sections_created;
2810 if (! WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, bfd_link_pic (info), h)
2811 || (bfd_link_pic (info)
2812 && SYMBOL_REFERENCES_LOCAL_P (info, h))
2813 || (ELF_ST_VISIBILITY (h->other)
2814 && h->root.type == bfd_link_hash_undefweak))
2816 /* This is actually a static link, or it is a -Bsymbolic
2817 link and the symbol is defined locally, or the symbol
2818 was forced to be local because of a version file. We
2819 must initialize this entry in the global offset table.
2820 Since the offset must always be a multiple of 8, we
2821 use the least significant bit to record whether we
2822 have initialized it already.
2824 When doing a dynamic link, we create a .rela.got
2825 relocation entry to initialize the value. This is
2826 done in the finish_dynamic_symbol routine. */
2831 bfd_put_64 (output_bfd, relocation,
2832 base_got->contents + off);
2833 /* Note that this is harmless for the GOTPLT64 case,
2834 as -1 | 1 still is -1. */
2837 if (h->dynindx == -1
2839 && h->root.type != bfd_link_hash_undefweak
2840 && bfd_link_pic (info))
2842 /* If this symbol isn't dynamic in PIC,
2843 generate R_X86_64_RELATIVE here. */
2844 eh->no_finish_dynamic_symbol = 1;
2845 relative_reloc = TRUE;
2850 unresolved_reloc = FALSE;
2854 if (local_got_offsets == NULL)
2857 off = local_got_offsets[r_symndx];
2859 /* The offset must always be a multiple of 8. We use
2860 the least significant bit to record whether we have
2861 already generated the necessary reloc. */
2866 bfd_put_64 (output_bfd, relocation,
2867 base_got->contents + off);
2868 local_got_offsets[r_symndx] |= 1;
2870 if (bfd_link_pic (info))
2871 relative_reloc = TRUE;
2878 Elf_Internal_Rela outrel;
2880 /* We need to generate a R_X86_64_RELATIVE reloc
2881 for the dynamic linker. */
2882 s = htab->elf.srelgot;
2886 outrel.r_offset = (base_got->output_section->vma
2887 + base_got->output_offset
2889 outrel.r_info = htab->r_info (0, R_X86_64_RELATIVE);
2890 outrel.r_addend = relocation;
2891 elf_append_rela (output_bfd, s, &outrel);
2894 if (off >= (bfd_vma) -2)
2897 relocation = base_got->output_section->vma
2898 + base_got->output_offset + off;
2899 if (r_type != R_X86_64_GOTPCREL
2900 && r_type != R_X86_64_GOTPCRELX
2901 && r_type != R_X86_64_REX_GOTPCRELX
2902 && r_type != R_X86_64_GOTPCREL64)
2903 relocation -= htab->elf.sgotplt->output_section->vma
2904 - htab->elf.sgotplt->output_offset;
2908 case R_X86_64_GOTOFF64:
2909 /* Relocation is relative to the start of the global offset
2912 /* Check to make sure it isn't a protected function or data
2913 symbol for shared library since it may not be local when
2914 used as function address or with copy relocation. We also
2915 need to make sure that a symbol is referenced locally. */
2916 if (bfd_link_pic (info) && h)
2918 if (!h->def_regular)
2922 switch (ELF_ST_VISIBILITY (h->other))
2925 v = _("hidden symbol");
2928 v = _("internal symbol");
2931 v = _("protected symbol");
2939 /* xgettext:c-format */
2940 (_("%B: relocation R_X86_64_GOTOFF64 against undefined %s"
2941 " `%s' can not be used when making a shared object"),
2942 input_bfd, v, h->root.root.string);
2943 bfd_set_error (bfd_error_bad_value);
2946 else if (!bfd_link_executable (info)
2947 && !SYMBOL_REFERENCES_LOCAL_P (info, h)
2948 && (h->type == STT_FUNC
2949 || h->type == STT_OBJECT)
2950 && ELF_ST_VISIBILITY (h->other) == STV_PROTECTED)
2953 /* xgettext:c-format */
2954 (_("%B: relocation R_X86_64_GOTOFF64 against protected %s"
2955 " `%s' can not be used when making a shared object"),
2957 h->type == STT_FUNC ? "function" : "data",
2958 h->root.root.string);
2959 bfd_set_error (bfd_error_bad_value);
2964 /* Note that sgot is not involved in this
2965 calculation. We always want the start of .got.plt. If we
2966 defined _GLOBAL_OFFSET_TABLE_ in a different way, as is
2967 permitted by the ABI, we might have to change this
2969 relocation -= htab->elf.sgotplt->output_section->vma
2970 + htab->elf.sgotplt->output_offset;
2973 case R_X86_64_GOTPC32:
2974 case R_X86_64_GOTPC64:
2975 /* Use global offset table as symbol value. */
2976 relocation = htab->elf.sgotplt->output_section->vma
2977 + htab->elf.sgotplt->output_offset;
2978 unresolved_reloc = FALSE;
2981 case R_X86_64_PLTOFF64:
2982 /* Relocation is PLT entry relative to GOT. For local
2983 symbols it's the symbol itself relative to GOT. */
2985 /* See PLT32 handling. */
2986 && (h->plt.offset != (bfd_vma) -1
2987 || eh->plt_got.offset != (bfd_vma) -1)
2988 && htab->elf.splt != NULL)
2990 if (eh->plt_got.offset != (bfd_vma) -1)
2992 /* Use the GOT PLT. */
2993 resolved_plt = htab->plt_got;
2994 plt_offset = eh->plt_got.offset;
2996 else if (htab->plt_second != NULL)
2998 resolved_plt = htab->plt_second;
2999 plt_offset = eh->plt_second.offset;
3003 resolved_plt = htab->elf.splt;
3004 plt_offset = h->plt.offset;
3007 relocation = (resolved_plt->output_section->vma
3008 + resolved_plt->output_offset
3010 unresolved_reloc = FALSE;
3013 relocation -= htab->elf.sgotplt->output_section->vma
3014 + htab->elf.sgotplt->output_offset;
3017 case R_X86_64_PLT32:
3018 case R_X86_64_PLT32_BND:
3019 /* Relocation is to the entry for this symbol in the
3020 procedure linkage table. */
3022 /* Resolve a PLT32 reloc against a local symbol directly,
3023 without using the procedure linkage table. */
3027 if ((h->plt.offset == (bfd_vma) -1
3028 && eh->plt_got.offset == (bfd_vma) -1)
3029 || htab->elf.splt == NULL)
3031 /* We didn't make a PLT entry for this symbol. This
3032 happens when statically linking PIC code, or when
3033 using -Bsymbolic. */
3037 if (h->plt.offset != (bfd_vma) -1)
3039 if (htab->plt_second != NULL)
3041 resolved_plt = htab->plt_second;
3042 plt_offset = eh->plt_second.offset;
3046 resolved_plt = htab->elf.splt;
3047 plt_offset = h->plt.offset;
3052 /* Use the GOT PLT. */
3053 resolved_plt = htab->plt_got;
3054 plt_offset = eh->plt_got.offset;
3057 relocation = (resolved_plt->output_section->vma
3058 + resolved_plt->output_offset
3060 unresolved_reloc = FALSE;
3063 case R_X86_64_SIZE32:
3064 case R_X86_64_SIZE64:
3065 /* Set to symbol size. */
3066 relocation = st_size;
3072 case R_X86_64_PC32_BND:
3073 /* Don't complain about -fPIC if the symbol is undefined when
3074 building executable unless it is unresolved weak symbol or
3075 -z nocopyreloc is used. */
3076 if ((input_section->flags & SEC_ALLOC) != 0
3077 && (input_section->flags & SEC_READONLY) != 0
3079 && ((bfd_link_executable (info)
3080 && ((h->root.type == bfd_link_hash_undefweak
3081 && !resolved_to_zero)
3082 || ((info->nocopyreloc
3083 || (eh->def_protected
3084 && elf_has_no_copy_on_protected (h->root.u.def.section->owner)))
3086 && !(h->root.u.def.section->flags & SEC_CODE))))
3087 || bfd_link_dll (info)))
3089 bfd_boolean fail = FALSE;
3091 = ((r_type == R_X86_64_PC32
3092 || r_type == R_X86_64_PC32_BND)
3093 && is_32bit_relative_branch (contents, rel->r_offset));
3095 if (SYMBOL_REFERENCES_LOCAL_P (info, h))
3097 /* Symbol is referenced locally. Make sure it is
3098 defined locally or for a branch. */
3099 fail = (!(h->def_regular || ELF_COMMON_DEF_P (h))
3102 else if (!(bfd_link_pie (info)
3103 && (h->needs_copy || eh->needs_copy)))
3105 /* Symbol doesn't need copy reloc and isn't referenced
3106 locally. We only allow branch to symbol with
3107 non-default visibility. */
3109 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT);
3113 return elf_x86_64_need_pic (info, input_bfd, input_section,
3114 h, NULL, NULL, howto);
3123 /* FIXME: The ABI says the linker should make sure the value is
3124 the same when it's zeroextended to 64 bit. */
3127 if ((input_section->flags & SEC_ALLOC) == 0)
3130 /* Don't copy a pc-relative relocation into the output file
3131 if the symbol needs copy reloc or the symbol is undefined
3132 when building executable. Copy dynamic function pointer
3133 relocations. Don't generate dynamic relocations against
3134 resolved undefined weak symbols in PIE. */
3135 if ((bfd_link_pic (info)
3136 && !(bfd_link_pie (info)
3140 || h->root.type == bfd_link_hash_undefined)
3141 && (IS_X86_64_PCREL_TYPE (r_type)
3142 || r_type == R_X86_64_SIZE32
3143 || r_type == R_X86_64_SIZE64))
3145 || ((ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
3146 && !resolved_to_zero)
3147 || h->root.type != bfd_link_hash_undefweak))
3148 && ((! IS_X86_64_PCREL_TYPE (r_type)
3149 && r_type != R_X86_64_SIZE32
3150 && r_type != R_X86_64_SIZE64)
3151 || ! SYMBOL_CALLS_LOCAL (info, h)))
3152 || (ELIMINATE_COPY_RELOCS
3153 && !bfd_link_pic (info)
3157 || eh->func_pointer_refcount > 0
3158 || (h->root.type == bfd_link_hash_undefweak
3159 && !resolved_to_zero))
3160 && ((h->def_dynamic && !h->def_regular)
3161 /* Undefined weak symbol is bound locally when
3163 || h->root.type == bfd_link_hash_undefined)))
3165 Elf_Internal_Rela outrel;
3166 bfd_boolean skip, relocate;
3169 /* When generating a shared object, these relocations
3170 are copied into the output file to be resolved at run
3176 _bfd_elf_section_offset (output_bfd, info, input_section,
3178 if (outrel.r_offset == (bfd_vma) -1)
3180 else if (outrel.r_offset == (bfd_vma) -2)
3181 skip = TRUE, relocate = TRUE;
3183 outrel.r_offset += (input_section->output_section->vma
3184 + input_section->output_offset);
3187 memset (&outrel, 0, sizeof outrel);
3189 /* h->dynindx may be -1 if this symbol was marked to
3193 && (IS_X86_64_PCREL_TYPE (r_type)
3194 || !(bfd_link_executable (info)
3195 || SYMBOLIC_BIND (info, h))
3196 || ! h->def_regular))
3198 outrel.r_info = htab->r_info (h->dynindx, r_type);
3199 outrel.r_addend = rel->r_addend;
3203 /* This symbol is local, or marked to become local.
3204 When relocation overflow check is disabled, we
3205 convert R_X86_64_32 to dynamic R_X86_64_RELATIVE. */
3206 if (r_type == htab->pointer_r_type
3207 || (r_type == R_X86_64_32
3208 && info->no_reloc_overflow_check))
3211 outrel.r_info = htab->r_info (0, R_X86_64_RELATIVE);
3212 outrel.r_addend = relocation + rel->r_addend;
3214 else if (r_type == R_X86_64_64
3215 && !ABI_64_P (output_bfd))
3218 outrel.r_info = htab->r_info (0,
3219 R_X86_64_RELATIVE64);
3220 outrel.r_addend = relocation + rel->r_addend;
3221 /* Check addend overflow. */
3222 if ((outrel.r_addend & 0x80000000)
3223 != (rel->r_addend & 0x80000000))
3226 int addend = rel->r_addend;
3227 if (h && h->root.root.string)
3228 name = h->root.root.string;
3230 name = bfd_elf_sym_name (input_bfd, symtab_hdr,
3233 /* xgettext:c-format */
3234 (_("%B: addend %s%#x in relocation %s against "
3235 "symbol `%s' at %#Lx in section `%A' is "
3237 input_bfd, addend < 0 ? "-" : "", addend,
3238 howto->name, name, rel->r_offset, input_section);
3239 bfd_set_error (bfd_error_bad_value);
3247 if (bfd_is_abs_section (sec))
3249 else if (sec == NULL || sec->owner == NULL)
3251 bfd_set_error (bfd_error_bad_value);
3258 /* We are turning this relocation into one
3259 against a section symbol. It would be
3260 proper to subtract the symbol's value,
3261 osec->vma, from the emitted reloc addend,
3262 but ld.so expects buggy relocs. */
3263 osec = sec->output_section;
3264 sindx = elf_section_data (osec)->dynindx;
3267 asection *oi = htab->elf.text_index_section;
3268 sindx = elf_section_data (oi)->dynindx;
3270 BFD_ASSERT (sindx != 0);
3273 outrel.r_info = htab->r_info (sindx, r_type);
3274 outrel.r_addend = relocation + rel->r_addend;
3278 sreloc = elf_section_data (input_section)->sreloc;
3280 if (sreloc == NULL || sreloc->contents == NULL)
3282 r = bfd_reloc_notsupported;
3283 goto check_relocation_error;
3286 elf_append_rela (output_bfd, sreloc, &outrel);
3288 /* If this reloc is against an external symbol, we do
3289 not want to fiddle with the addend. Otherwise, we
3290 need to include the symbol value so that it becomes
3291 an addend for the dynamic reloc. */
3298 case R_X86_64_TLSGD:
3299 case R_X86_64_GOTPC32_TLSDESC:
3300 case R_X86_64_TLSDESC_CALL:
3301 case R_X86_64_GOTTPOFF:
3302 tls_type = GOT_UNKNOWN;
3303 if (h == NULL && local_got_offsets)
3304 tls_type = elf_x86_local_got_tls_type (input_bfd) [r_symndx];
3306 tls_type = elf_x86_hash_entry (h)->tls_type;
3308 r_type_tls = r_type;
3309 if (! elf_x86_64_tls_transition (info, input_bfd,
3310 input_section, contents,
3311 symtab_hdr, sym_hashes,
3312 &r_type_tls, tls_type, rel,
3313 relend, h, r_symndx, TRUE))
3316 if (r_type_tls == R_X86_64_TPOFF32)
3318 bfd_vma roff = rel->r_offset;
3320 BFD_ASSERT (! unresolved_reloc);
3322 if (r_type == R_X86_64_TLSGD)
3324 /* GD->LE transition. For 64bit, change
3325 .byte 0x66; leaq foo@tlsgd(%rip), %rdi
3326 .word 0x6666; rex64; call __tls_get_addr@PLT
3328 .byte 0x66; leaq foo@tlsgd(%rip), %rdi
3330 call *__tls_get_addr@GOTPCREL(%rip)
3331 which may be converted to
3332 addr32 call __tls_get_addr
3335 leaq foo@tpoff(%rax), %rax
3337 leaq foo@tlsgd(%rip), %rdi
3338 .word 0x6666; rex64; call __tls_get_addr@PLT
3340 leaq foo@tlsgd(%rip), %rdi
3342 call *__tls_get_addr@GOTPCREL(%rip)
3343 which may be converted to
3344 addr32 call __tls_get_addr
3347 leaq foo@tpoff(%rax), %rax
3348 For largepic, change:
3349 leaq foo@tlsgd(%rip), %rdi
3350 movabsq $__tls_get_addr@pltoff, %rax
3355 leaq foo@tpoff(%rax), %rax
3356 nopw 0x0(%rax,%rax,1) */
3358 if (ABI_64_P (output_bfd))
3360 if (contents[roff + 5] == 0xb8)
3362 memcpy (contents + roff - 3,
3363 "\x64\x48\x8b\x04\x25\0\0\0\0\x48\x8d\x80"
3364 "\0\0\0\0\x66\x0f\x1f\x44\0", 22);
3368 memcpy (contents + roff - 4,
3369 "\x64\x48\x8b\x04\x25\0\0\0\0\x48\x8d\x80\0\0\0",
3373 memcpy (contents + roff - 3,
3374 "\x64\x8b\x04\x25\0\0\0\0\x48\x8d\x80\0\0\0",
3376 bfd_put_32 (output_bfd,
3377 elf_x86_64_tpoff (info, relocation),
3378 contents + roff + 8 + largepic);
3379 /* Skip R_X86_64_PC32, R_X86_64_PLT32,
3380 R_X86_64_GOTPCRELX and R_X86_64_PLTOFF64. */
3385 else if (r_type == R_X86_64_GOTPC32_TLSDESC)
3387 /* GDesc -> LE transition.
3388 It's originally something like:
3389 leaq x@tlsdesc(%rip), %rax
3392 movl $x@tpoff, %rax. */
3394 unsigned int val, type;
3396 type = bfd_get_8 (input_bfd, contents + roff - 3);
3397 val = bfd_get_8 (input_bfd, contents + roff - 1);
3398 bfd_put_8 (output_bfd, 0x48 | ((type >> 2) & 1),
3399 contents + roff - 3);
3400 bfd_put_8 (output_bfd, 0xc7, contents + roff - 2);
3401 bfd_put_8 (output_bfd, 0xc0 | ((val >> 3) & 7),
3402 contents + roff - 1);
3403 bfd_put_32 (output_bfd,
3404 elf_x86_64_tpoff (info, relocation),
3408 else if (r_type == R_X86_64_TLSDESC_CALL)
3410 /* GDesc -> LE transition.
3415 bfd_put_8 (output_bfd, 0x66, contents + roff);
3416 bfd_put_8 (output_bfd, 0x90, contents + roff + 1);
3419 else if (r_type == R_X86_64_GOTTPOFF)
3421 /* IE->LE transition:
3422 For 64bit, originally it can be one of:
3423 movq foo@gottpoff(%rip), %reg
3424 addq foo@gottpoff(%rip), %reg
3427 leaq foo(%reg), %reg
3429 For 32bit, originally it can be one of:
3430 movq foo@gottpoff(%rip), %reg
3431 addl foo@gottpoff(%rip), %reg
3434 leal foo(%reg), %reg
3437 unsigned int val, type, reg;
3440 val = bfd_get_8 (input_bfd, contents + roff - 3);
3443 type = bfd_get_8 (input_bfd, contents + roff - 2);
3444 reg = bfd_get_8 (input_bfd, contents + roff - 1);
3450 bfd_put_8 (output_bfd, 0x49,
3451 contents + roff - 3);
3452 else if (!ABI_64_P (output_bfd) && val == 0x44)
3453 bfd_put_8 (output_bfd, 0x41,
3454 contents + roff - 3);
3455 bfd_put_8 (output_bfd, 0xc7,
3456 contents + roff - 2);
3457 bfd_put_8 (output_bfd, 0xc0 | reg,
3458 contents + roff - 1);
3462 /* addq/addl -> addq/addl - addressing with %rsp/%r12
3465 bfd_put_8 (output_bfd, 0x49,
3466 contents + roff - 3);
3467 else if (!ABI_64_P (output_bfd) && val == 0x44)
3468 bfd_put_8 (output_bfd, 0x41,
3469 contents + roff - 3);
3470 bfd_put_8 (output_bfd, 0x81,
3471 contents + roff - 2);
3472 bfd_put_8 (output_bfd, 0xc0 | reg,
3473 contents + roff - 1);
3477 /* addq/addl -> leaq/leal */
3479 bfd_put_8 (output_bfd, 0x4d,
3480 contents + roff - 3);
3481 else if (!ABI_64_P (output_bfd) && val == 0x44)
3482 bfd_put_8 (output_bfd, 0x45,
3483 contents + roff - 3);
3484 bfd_put_8 (output_bfd, 0x8d,
3485 contents + roff - 2);
3486 bfd_put_8 (output_bfd, 0x80 | reg | (reg << 3),
3487 contents + roff - 1);
3489 bfd_put_32 (output_bfd,
3490 elf_x86_64_tpoff (info, relocation),
3498 if (htab->elf.sgot == NULL)
3503 off = h->got.offset;
3504 offplt = elf_x86_hash_entry (h)->tlsdesc_got;
3508 if (local_got_offsets == NULL)
3511 off = local_got_offsets[r_symndx];
3512 offplt = local_tlsdesc_gotents[r_symndx];
3519 Elf_Internal_Rela outrel;
3523 if (htab->elf.srelgot == NULL)
3526 indx = h && h->dynindx != -1 ? h->dynindx : 0;
3528 if (GOT_TLS_GDESC_P (tls_type))
3530 outrel.r_info = htab->r_info (indx, R_X86_64_TLSDESC);
3531 BFD_ASSERT (htab->sgotplt_jump_table_size + offplt
3532 + 2 * GOT_ENTRY_SIZE <= htab->elf.sgotplt->size);
3533 outrel.r_offset = (htab->elf.sgotplt->output_section->vma
3534 + htab->elf.sgotplt->output_offset
3536 + htab->sgotplt_jump_table_size);
3537 sreloc = htab->elf.srelplt;
3539 outrel.r_addend = relocation - _bfd_x86_elf_dtpoff_base (info);
3541 outrel.r_addend = 0;
3542 elf_append_rela (output_bfd, sreloc, &outrel);
3545 sreloc = htab->elf.srelgot;
3547 outrel.r_offset = (htab->elf.sgot->output_section->vma
3548 + htab->elf.sgot->output_offset + off);
3550 if (GOT_TLS_GD_P (tls_type))
3551 dr_type = R_X86_64_DTPMOD64;
3552 else if (GOT_TLS_GDESC_P (tls_type))
3555 dr_type = R_X86_64_TPOFF64;
3557 bfd_put_64 (output_bfd, 0, htab->elf.sgot->contents + off);
3558 outrel.r_addend = 0;
3559 if ((dr_type == R_X86_64_TPOFF64
3560 || dr_type == R_X86_64_TLSDESC) && indx == 0)
3561 outrel.r_addend = relocation - _bfd_x86_elf_dtpoff_base (info);
3562 outrel.r_info = htab->r_info (indx, dr_type);
3564 elf_append_rela (output_bfd, sreloc, &outrel);
3566 if (GOT_TLS_GD_P (tls_type))
3570 BFD_ASSERT (! unresolved_reloc);
3571 bfd_put_64 (output_bfd,
3572 relocation - _bfd_x86_elf_dtpoff_base (info),
3573 htab->elf.sgot->contents + off + GOT_ENTRY_SIZE);
3577 bfd_put_64 (output_bfd, 0,
3578 htab->elf.sgot->contents + off + GOT_ENTRY_SIZE);
3579 outrel.r_info = htab->r_info (indx,
3581 outrel.r_offset += GOT_ENTRY_SIZE;
3582 elf_append_rela (output_bfd, sreloc,
3591 local_got_offsets[r_symndx] |= 1;
3594 if (off >= (bfd_vma) -2
3595 && ! GOT_TLS_GDESC_P (tls_type))
3597 if (r_type_tls == r_type)
3599 if (r_type == R_X86_64_GOTPC32_TLSDESC
3600 || r_type == R_X86_64_TLSDESC_CALL)
3601 relocation = htab->elf.sgotplt->output_section->vma
3602 + htab->elf.sgotplt->output_offset
3603 + offplt + htab->sgotplt_jump_table_size;
3605 relocation = htab->elf.sgot->output_section->vma
3606 + htab->elf.sgot->output_offset + off;
3607 unresolved_reloc = FALSE;
3611 bfd_vma roff = rel->r_offset;
3613 if (r_type == R_X86_64_TLSGD)
3615 /* GD->IE transition. For 64bit, change
3616 .byte 0x66; leaq foo@tlsgd(%rip), %rdi
3617 .word 0x6666; rex64; call __tls_get_addr@PLT
3619 .byte 0x66; leaq foo@tlsgd(%rip), %rdi
3621 call *__tls_get_addr@GOTPCREL(%rip
3622 which may be converted to
3623 addr32 call __tls_get_addr
3626 addq foo@gottpoff(%rip), %rax
3628 leaq foo@tlsgd(%rip), %rdi
3629 .word 0x6666; rex64; call __tls_get_addr@PLT
3631 leaq foo@tlsgd(%rip), %rdi
3633 call *__tls_get_addr@GOTPCREL(%rip)
3634 which may be converted to
3635 addr32 call __tls_get_addr
3638 addq foo@gottpoff(%rip), %rax
3639 For largepic, change:
3640 leaq foo@tlsgd(%rip), %rdi
3641 movabsq $__tls_get_addr@pltoff, %rax
3646 addq foo@gottpoff(%rax), %rax
3647 nopw 0x0(%rax,%rax,1) */
3649 if (ABI_64_P (output_bfd))
3651 if (contents[roff + 5] == 0xb8)
3653 memcpy (contents + roff - 3,
3654 "\x64\x48\x8b\x04\x25\0\0\0\0\x48\x03\x05"
3655 "\0\0\0\0\x66\x0f\x1f\x44\0", 22);
3659 memcpy (contents + roff - 4,
3660 "\x64\x48\x8b\x04\x25\0\0\0\0\x48\x03\x05\0\0\0",
3664 memcpy (contents + roff - 3,
3665 "\x64\x8b\x04\x25\0\0\0\0\x48\x03\x05\0\0\0",
3668 relocation = (htab->elf.sgot->output_section->vma
3669 + htab->elf.sgot->output_offset + off
3672 - input_section->output_section->vma
3673 - input_section->output_offset
3675 bfd_put_32 (output_bfd, relocation,
3676 contents + roff + 8 + largepic);
3677 /* Skip R_X86_64_PLT32/R_X86_64_PLTOFF64. */
3682 else if (r_type == R_X86_64_GOTPC32_TLSDESC)
3684 /* GDesc -> IE transition.
3685 It's originally something like:
3686 leaq x@tlsdesc(%rip), %rax
3689 movq x@gottpoff(%rip), %rax # before xchg %ax,%ax. */
3691 /* Now modify the instruction as appropriate. To
3692 turn a leaq into a movq in the form we use it, it
3693 suffices to change the second byte from 0x8d to
3695 bfd_put_8 (output_bfd, 0x8b, contents + roff - 2);
3697 bfd_put_32 (output_bfd,
3698 htab->elf.sgot->output_section->vma
3699 + htab->elf.sgot->output_offset + off
3701 - input_section->output_section->vma
3702 - input_section->output_offset
3707 else if (r_type == R_X86_64_TLSDESC_CALL)
3709 /* GDesc -> IE transition.
3716 bfd_put_8 (output_bfd, 0x66, contents + roff);
3717 bfd_put_8 (output_bfd, 0x90, contents + roff + 1);
3725 case R_X86_64_TLSLD:
3726 if (! elf_x86_64_tls_transition (info, input_bfd,
3727 input_section, contents,
3728 symtab_hdr, sym_hashes,
3729 &r_type, GOT_UNKNOWN, rel,
3730 relend, h, r_symndx, TRUE))
3733 if (r_type != R_X86_64_TLSLD)
3735 /* LD->LE transition:
3736 leaq foo@tlsld(%rip), %rdi
3737 call __tls_get_addr@PLT
3738 For 64bit, we change it into:
3739 .word 0x6666; .byte 0x66; movq %fs:0, %rax
3740 For 32bit, we change it into:
3741 nopl 0x0(%rax); movl %fs:0, %eax
3743 leaq foo@tlsld(%rip), %rdi;
3744 call *__tls_get_addr@GOTPCREL(%rip)
3745 which may be converted to
3746 addr32 call __tls_get_addr
3747 For 64bit, we change it into:
3748 .word 0x6666; .word 0x6666; movq %fs:0, %rax
3749 For 32bit, we change it into:
3750 nopw 0x0(%rax); movl %fs:0, %eax
3751 For largepic, change:
3752 leaq foo@tlsgd(%rip), %rdi
3753 movabsq $__tls_get_addr@pltoff, %rax
3757 data16 data16 data16 nopw %cs:0x0(%rax,%rax,1)
3760 BFD_ASSERT (r_type == R_X86_64_TPOFF32);
3761 if (ABI_64_P (output_bfd))
3763 if (contents[rel->r_offset + 5] == 0xb8)
3764 memcpy (contents + rel->r_offset - 3,
3765 "\x66\x66\x66\x66\x2e\x0f\x1f\x84\0\0\0\0\0"
3766 "\x64\x48\x8b\x04\x25\0\0\0", 22);
3767 else if (contents[rel->r_offset + 4] == 0xff
3768 || contents[rel->r_offset + 4] == 0x67)
3769 memcpy (contents + rel->r_offset - 3,
3770 "\x66\x66\x66\x66\x64\x48\x8b\x04\x25\0\0\0",
3773 memcpy (contents + rel->r_offset - 3,
3774 "\x66\x66\x66\x64\x48\x8b\x04\x25\0\0\0", 12);
3778 if (contents[rel->r_offset + 4] == 0xff)
3779 memcpy (contents + rel->r_offset - 3,
3780 "\x66\x0f\x1f\x40\x00\x64\x8b\x04\x25\0\0\0",
3783 memcpy (contents + rel->r_offset - 3,
3784 "\x0f\x1f\x40\x00\x64\x8b\x04\x25\0\0\0", 12);
3786 /* Skip R_X86_64_PC32, R_X86_64_PLT32, R_X86_64_GOTPCRELX
3787 and R_X86_64_PLTOFF64. */
3793 if (htab->elf.sgot == NULL)
3796 off = htab->tls_ld_or_ldm_got.offset;
3801 Elf_Internal_Rela outrel;
3803 if (htab->elf.srelgot == NULL)
3806 outrel.r_offset = (htab->elf.sgot->output_section->vma
3807 + htab->elf.sgot->output_offset + off);
3809 bfd_put_64 (output_bfd, 0,
3810 htab->elf.sgot->contents + off);
3811 bfd_put_64 (output_bfd, 0,
3812 htab->elf.sgot->contents + off + GOT_ENTRY_SIZE);
3813 outrel.r_info = htab->r_info (0, R_X86_64_DTPMOD64);
3814 outrel.r_addend = 0;
3815 elf_append_rela (output_bfd, htab->elf.srelgot,
3817 htab->tls_ld_or_ldm_got.offset |= 1;
3819 relocation = htab->elf.sgot->output_section->vma
3820 + htab->elf.sgot->output_offset + off;
3821 unresolved_reloc = FALSE;
3824 case R_X86_64_DTPOFF32:
3825 if (!bfd_link_executable (info)
3826 || (input_section->flags & SEC_CODE) == 0)
3827 relocation -= _bfd_x86_elf_dtpoff_base (info);
3829 relocation = elf_x86_64_tpoff (info, relocation);
3832 case R_X86_64_TPOFF32:
3833 case R_X86_64_TPOFF64:
3834 BFD_ASSERT (bfd_link_executable (info));
3835 relocation = elf_x86_64_tpoff (info, relocation);
3838 case R_X86_64_DTPOFF64:
3839 BFD_ASSERT ((input_section->flags & SEC_CODE) == 0);
3840 relocation -= _bfd_x86_elf_dtpoff_base (info);
3847 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
3848 because such sections are not SEC_ALLOC and thus ld.so will
3849 not process them. */
3850 if (unresolved_reloc
3851 && !((input_section->flags & SEC_DEBUGGING) != 0
3853 && _bfd_elf_section_offset (output_bfd, info, input_section,
3854 rel->r_offset) != (bfd_vma) -1)
3859 sec = h->root.u.def.section;
3860 if ((info->nocopyreloc
3861 || (eh->def_protected
3862 && elf_has_no_copy_on_protected (h->root.u.def.section->owner)))
3863 && !(h->root.u.def.section->flags & SEC_CODE))
3864 return elf_x86_64_need_pic (info, input_bfd, input_section,
3865 h, NULL, NULL, howto);
3870 /* xgettext:c-format */
3871 (_("%B(%A+%#Lx): unresolvable %s relocation against symbol `%s'"),
3876 h->root.root.string);
3882 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
3883 contents, rel->r_offset,
3884 relocation, rel->r_addend);
3886 check_relocation_error:
3887 if (r != bfd_reloc_ok)
3892 name = h->root.root.string;
3895 name = bfd_elf_string_from_elf_section (input_bfd,
3896 symtab_hdr->sh_link,
3901 name = bfd_section_name (input_bfd, sec);
3904 if (r == bfd_reloc_overflow)
3906 if (converted_reloc)
3908 info->callbacks->einfo
3909 (_("%F%P: failed to convert GOTPCREL relocation; relink with --no-relax\n"));
3912 (*info->callbacks->reloc_overflow)
3913 (info, (h ? &h->root : NULL), name, howto->name,
3914 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
3919 /* xgettext:c-format */
3920 (_("%B(%A+%#Lx): reloc against `%s': error %d"),
3921 input_bfd, input_section,
3922 rel->r_offset, name, (int) r);
3933 Elf_Internal_Shdr *rel_hdr;
3934 size_t deleted = rel - wrel;
3936 rel_hdr = _bfd_elf_single_rel_hdr (input_section->output_section);
3937 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
3938 if (rel_hdr->sh_size == 0)
3940 /* It is too late to remove an empty reloc section. Leave
3942 ??? What is wrong with an empty section??? */
3943 rel_hdr->sh_size = rel_hdr->sh_entsize;
3946 rel_hdr = _bfd_elf_single_rel_hdr (input_section);
3947 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
3948 input_section->reloc_count -= deleted;
3954 /* Finish up dynamic symbol handling. We set the contents of various
3955 dynamic sections here. */
3958 elf_x86_64_finish_dynamic_symbol (bfd *output_bfd,
3959 struct bfd_link_info *info,
3960 struct elf_link_hash_entry *h,
3961 Elf_Internal_Sym *sym)
3963 struct elf_x86_link_hash_table *htab;
3964 bfd_boolean use_plt_second;
3965 struct elf_x86_link_hash_entry *eh;
3966 bfd_boolean local_undefweak;
3968 htab = elf_x86_hash_table (info, X86_64_ELF_DATA);
3972 /* Use the second PLT section only if there is .plt section. */
3973 use_plt_second = htab->elf.splt != NULL && htab->plt_second != NULL;
3975 eh = (struct elf_x86_link_hash_entry *) h;
3976 if (eh->no_finish_dynamic_symbol)
3979 /* We keep PLT/GOT entries without dynamic PLT/GOT relocations for
3980 resolved undefined weak symbols in executable so that their
3981 references have value 0 at run-time. */
3982 local_undefweak = UNDEFINED_WEAK_RESOLVED_TO_ZERO (info,
3987 if (h->plt.offset != (bfd_vma) -1)
3990 bfd_vma got_offset, plt_offset;
3991 Elf_Internal_Rela rela;
3993 asection *plt, *gotplt, *relplt, *resolved_plt;
3994 const struct elf_backend_data *bed;
3995 bfd_vma plt_got_pcrel_offset;
3997 /* When building a static executable, use .iplt, .igot.plt and
3998 .rela.iplt sections for STT_GNU_IFUNC symbols. */
3999 if (htab->elf.splt != NULL)
4001 plt = htab->elf.splt;
4002 gotplt = htab->elf.sgotplt;
4003 relplt = htab->elf.srelplt;
4007 plt = htab->elf.iplt;
4008 gotplt = htab->elf.igotplt;
4009 relplt = htab->elf.irelplt;
4012 /* This symbol has an entry in the procedure linkage table. Set
4014 if ((h->dynindx == -1
4016 && !((h->forced_local || bfd_link_executable (info))
4018 && h->type == STT_GNU_IFUNC))
4024 /* Get the index in the procedure linkage table which
4025 corresponds to this symbol. This is the index of this symbol
4026 in all the symbols for which we are making plt entries. The
4027 first entry in the procedure linkage table is reserved.
4029 Get the offset into the .got table of the entry that
4030 corresponds to this function. Each .got entry is GOT_ENTRY_SIZE
4031 bytes. The first three are reserved for the dynamic linker.
4033 For static executables, we don't reserve anything. */
4035 if (plt == htab->elf.splt)
4037 got_offset = (h->plt.offset / htab->plt.plt_entry_size
4038 - htab->plt.has_plt0);
4039 got_offset = (got_offset + 3) * GOT_ENTRY_SIZE;
4043 got_offset = h->plt.offset / htab->plt.plt_entry_size;
4044 got_offset = got_offset * GOT_ENTRY_SIZE;
4047 /* Fill in the entry in the procedure linkage table. */
4048 memcpy (plt->contents + h->plt.offset, htab->plt.plt_entry,
4049 htab->plt.plt_entry_size);
4052 memcpy (htab->plt_second->contents + eh->plt_second.offset,
4053 htab->non_lazy_plt->plt_entry,
4054 htab->non_lazy_plt->plt_entry_size);
4056 resolved_plt = htab->plt_second;
4057 plt_offset = eh->plt_second.offset;
4062 plt_offset = h->plt.offset;
4065 /* Insert the relocation positions of the plt section. */
4067 /* Put offset the PC-relative instruction referring to the GOT entry,
4068 subtracting the size of that instruction. */
4069 plt_got_pcrel_offset = (gotplt->output_section->vma
4070 + gotplt->output_offset
4072 - resolved_plt->output_section->vma
4073 - resolved_plt->output_offset
4075 - htab->plt.plt_got_insn_size);
4077 /* Check PC-relative offset overflow in PLT entry. */
4078 if ((plt_got_pcrel_offset + 0x80000000) > 0xffffffff)
4079 /* xgettext:c-format */
4080 info->callbacks->einfo (_("%F%B: PC-relative offset overflow in PLT entry for `%s'\n"),
4081 output_bfd, h->root.root.string);
4083 bfd_put_32 (output_bfd, plt_got_pcrel_offset,
4084 (resolved_plt->contents + plt_offset
4085 + htab->plt.plt_got_offset));
4087 /* Fill in the entry in the global offset table, initially this
4088 points to the second part of the PLT entry. Leave the entry
4089 as zero for undefined weak symbol in PIE. No PLT relocation
4090 against undefined weak symbol in PIE. */
4091 if (!local_undefweak)
4093 if (htab->plt.has_plt0)
4094 bfd_put_64 (output_bfd, (plt->output_section->vma
4095 + plt->output_offset
4097 + htab->lazy_plt->plt_lazy_offset),
4098 gotplt->contents + got_offset);
4100 /* Fill in the entry in the .rela.plt section. */
4101 rela.r_offset = (gotplt->output_section->vma
4102 + gotplt->output_offset
4104 if (h->dynindx == -1
4105 || ((bfd_link_executable (info)
4106 || ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
4108 && h->type == STT_GNU_IFUNC))
4110 info->callbacks->minfo (_("Local IFUNC function `%s' in %B\n"),
4111 h->root.root.string,
4112 h->root.u.def.section->owner);
4114 /* If an STT_GNU_IFUNC symbol is locally defined, generate
4115 R_X86_64_IRELATIVE instead of R_X86_64_JUMP_SLOT. */
4116 rela.r_info = htab->r_info (0, R_X86_64_IRELATIVE);
4117 rela.r_addend = (h->root.u.def.value
4118 + h->root.u.def.section->output_section->vma
4119 + h->root.u.def.section->output_offset);
4120 /* R_X86_64_IRELATIVE comes last. */
4121 plt_index = htab->next_irelative_index--;
4125 rela.r_info = htab->r_info (h->dynindx, R_X86_64_JUMP_SLOT);
4127 plt_index = htab->next_jump_slot_index++;
4130 /* Don't fill the second and third slots in PLT entry for
4131 static executables nor without PLT0. */
4132 if (plt == htab->elf.splt && htab->plt.has_plt0)
4135 = h->plt.offset + htab->lazy_plt->plt_plt_insn_end;
4137 /* Put relocation index. */
4138 bfd_put_32 (output_bfd, plt_index,
4139 (plt->contents + h->plt.offset
4140 + htab->lazy_plt->plt_reloc_offset));
4142 /* Put offset for jmp .PLT0 and check for overflow. We don't
4143 check relocation index for overflow since branch displacement
4144 will overflow first. */
4145 if (plt0_offset > 0x80000000)
4146 /* xgettext:c-format */
4147 info->callbacks->einfo (_("%F%B: branch displacement overflow in PLT entry for `%s'\n"),
4148 output_bfd, h->root.root.string);
4149 bfd_put_32 (output_bfd, - plt0_offset,
4150 (plt->contents + h->plt.offset
4151 + htab->lazy_plt->plt_plt_offset));
4154 bed = get_elf_backend_data (output_bfd);
4155 loc = relplt->contents + plt_index * bed->s->sizeof_rela;
4156 bed->s->swap_reloca_out (output_bfd, &rela, loc);
4159 else if (eh->plt_got.offset != (bfd_vma) -1)
4161 bfd_vma got_offset, plt_offset;
4162 asection *plt, *got;
4163 bfd_boolean got_after_plt;
4164 int32_t got_pcrel_offset;
4166 /* Set the entry in the GOT procedure linkage table. */
4167 plt = htab->plt_got;
4168 got = htab->elf.sgot;
4169 got_offset = h->got.offset;
4171 if (got_offset == (bfd_vma) -1
4172 || (h->type == STT_GNU_IFUNC && h->def_regular)
4177 /* Use the non-lazy PLT entry template for the GOT PLT since they
4178 are the identical. */
4179 /* Fill in the entry in the GOT procedure linkage table. */
4180 plt_offset = eh->plt_got.offset;
4181 memcpy (plt->contents + plt_offset,
4182 htab->non_lazy_plt->plt_entry,
4183 htab->non_lazy_plt->plt_entry_size);
4185 /* Put offset the PC-relative instruction referring to the GOT
4186 entry, subtracting the size of that instruction. */
4187 got_pcrel_offset = (got->output_section->vma
4188 + got->output_offset
4190 - plt->output_section->vma
4191 - plt->output_offset
4193 - htab->non_lazy_plt->plt_got_insn_size);
4195 /* Check PC-relative offset overflow in GOT PLT entry. */
4196 got_after_plt = got->output_section->vma > plt->output_section->vma;
4197 if ((got_after_plt && got_pcrel_offset < 0)
4198 || (!got_after_plt && got_pcrel_offset > 0))
4199 /* xgettext:c-format */
4200 info->callbacks->einfo (_("%F%B: PC-relative offset overflow in GOT PLT entry for `%s'\n"),
4201 output_bfd, h->root.root.string);
4203 bfd_put_32 (output_bfd, got_pcrel_offset,
4204 (plt->contents + plt_offset
4205 + htab->non_lazy_plt->plt_got_offset));
4208 if (!local_undefweak
4210 && (h->plt.offset != (bfd_vma) -1
4211 || eh->plt_got.offset != (bfd_vma) -1))
4213 /* Mark the symbol as undefined, rather than as defined in
4214 the .plt section. Leave the value if there were any
4215 relocations where pointer equality matters (this is a clue
4216 for the dynamic linker, to make function pointer
4217 comparisons work between an application and shared
4218 library), otherwise set it to zero. If a function is only
4219 called from a binary, there is no need to slow down
4220 shared libraries because of that. */
4221 sym->st_shndx = SHN_UNDEF;
4222 if (!h->pointer_equality_needed)
4226 /* Don't generate dynamic GOT relocation against undefined weak
4227 symbol in executable. */
4228 if (h->got.offset != (bfd_vma) -1
4229 && ! GOT_TLS_GD_ANY_P (elf_x86_hash_entry (h)->tls_type)
4230 && elf_x86_hash_entry (h)->tls_type != GOT_TLS_IE
4231 && !local_undefweak)
4233 Elf_Internal_Rela rela;
4234 asection *relgot = htab->elf.srelgot;
4236 /* This symbol has an entry in the global offset table. Set it
4238 if (htab->elf.sgot == NULL || htab->elf.srelgot == NULL)
4241 rela.r_offset = (htab->elf.sgot->output_section->vma
4242 + htab->elf.sgot->output_offset
4243 + (h->got.offset &~ (bfd_vma) 1));
4245 /* If this is a static link, or it is a -Bsymbolic link and the
4246 symbol is defined locally or was forced to be local because
4247 of a version file, we just want to emit a RELATIVE reloc.
4248 The entry in the global offset table will already have been
4249 initialized in the relocate_section function. */
4251 && h->type == STT_GNU_IFUNC)
4253 if (h->plt.offset == (bfd_vma) -1)
4255 /* STT_GNU_IFUNC is referenced without PLT. */
4256 if (htab->elf.splt == NULL)
4258 /* use .rel[a].iplt section to store .got relocations
4259 in static executable. */
4260 relgot = htab->elf.irelplt;
4262 if (SYMBOL_REFERENCES_LOCAL_P (info, h))
4264 info->callbacks->minfo (_("Local IFUNC function `%s' in %B\n"),
4266 h->root.root.string,
4267 h->root.u.def.section->owner);
4269 rela.r_info = htab->r_info (0,
4270 R_X86_64_IRELATIVE);
4271 rela.r_addend = (h->root.u.def.value
4272 + h->root.u.def.section->output_section->vma
4273 + h->root.u.def.section->output_offset);
4278 else if (bfd_link_pic (info))
4280 /* Generate R_X86_64_GLOB_DAT. */
4288 if (!h->pointer_equality_needed)
4291 /* For non-shared object, we can't use .got.plt, which
4292 contains the real function addres if we need pointer
4293 equality. We load the GOT entry with the PLT entry. */
4294 if (htab->plt_second != NULL)
4296 plt = htab->plt_second;
4297 plt_offset = eh->plt_second.offset;
4301 plt = htab->elf.splt ? htab->elf.splt : htab->elf.iplt;
4302 plt_offset = h->plt.offset;
4304 bfd_put_64 (output_bfd, (plt->output_section->vma
4305 + plt->output_offset
4307 htab->elf.sgot->contents + h->got.offset);
4311 else if (bfd_link_pic (info)
4312 && SYMBOL_REFERENCES_LOCAL_P (info, h))
4314 if (!(h->def_regular || ELF_COMMON_DEF_P (h)))
4316 BFD_ASSERT((h->got.offset & 1) != 0);
4317 rela.r_info = htab->r_info (0, R_X86_64_RELATIVE);
4318 rela.r_addend = (h->root.u.def.value
4319 + h->root.u.def.section->output_section->vma
4320 + h->root.u.def.section->output_offset);
4324 BFD_ASSERT((h->got.offset & 1) == 0);
4326 bfd_put_64 (output_bfd, (bfd_vma) 0,
4327 htab->elf.sgot->contents + h->got.offset);
4328 rela.r_info = htab->r_info (h->dynindx, R_X86_64_GLOB_DAT);
4332 elf_append_rela (output_bfd, relgot, &rela);
4337 Elf_Internal_Rela rela;
4340 /* This symbol needs a copy reloc. Set it up. */
4342 if (h->dynindx == -1
4343 || (h->root.type != bfd_link_hash_defined
4344 && h->root.type != bfd_link_hash_defweak)
4345 || htab->elf.srelbss == NULL
4346 || htab->elf.sreldynrelro == NULL)
4349 rela.r_offset = (h->root.u.def.value
4350 + h->root.u.def.section->output_section->vma
4351 + h->root.u.def.section->output_offset);
4352 rela.r_info = htab->r_info (h->dynindx, R_X86_64_COPY);
4354 if (h->root.u.def.section == htab->elf.sdynrelro)
4355 s = htab->elf.sreldynrelro;
4357 s = htab->elf.srelbss;
4358 elf_append_rela (output_bfd, s, &rela);
4364 /* Finish up local dynamic symbol handling. We set the contents of
4365 various dynamic sections here. */
4368 elf_x86_64_finish_local_dynamic_symbol (void **slot, void *inf)
4370 struct elf_link_hash_entry *h
4371 = (struct elf_link_hash_entry *) *slot;
4372 struct bfd_link_info *info
4373 = (struct bfd_link_info *) inf;
4375 return elf_x86_64_finish_dynamic_symbol (info->output_bfd,
4379 /* Finish up undefined weak symbol handling in PIE. Fill its PLT entry
4380 here since undefined weak symbol may not be dynamic and may not be
4381 called for elf_x86_64_finish_dynamic_symbol. */
4384 elf_x86_64_pie_finish_undefweak_symbol (struct bfd_hash_entry *bh,
4387 struct elf_link_hash_entry *h = (struct elf_link_hash_entry *) bh;
4388 struct bfd_link_info *info = (struct bfd_link_info *) inf;
4390 if (h->root.type != bfd_link_hash_undefweak
4391 || h->dynindx != -1)
4394 return elf_x86_64_finish_dynamic_symbol (info->output_bfd,
4398 /* Used to decide how to sort relocs in an optimal manner for the
4399 dynamic linker, before writing them out. */
4401 static enum elf_reloc_type_class
4402 elf_x86_64_reloc_type_class (const struct bfd_link_info *info,
4403 const asection *rel_sec ATTRIBUTE_UNUSED,
4404 const Elf_Internal_Rela *rela)
4406 bfd *abfd = info->output_bfd;
4407 const struct elf_backend_data *bed = get_elf_backend_data (abfd);
4408 struct elf_x86_link_hash_table *htab
4409 = elf_x86_hash_table (info, X86_64_ELF_DATA);
4411 if (htab->elf.dynsym != NULL
4412 && htab->elf.dynsym->contents != NULL)
4414 /* Check relocation against STT_GNU_IFUNC symbol if there are
4416 unsigned long r_symndx = htab->r_sym (rela->r_info);
4417 if (r_symndx != STN_UNDEF)
4419 Elf_Internal_Sym sym;
4420 if (!bed->s->swap_symbol_in (abfd,
4421 (htab->elf.dynsym->contents
4422 + r_symndx * bed->s->sizeof_sym),
4426 if (ELF_ST_TYPE (sym.st_info) == STT_GNU_IFUNC)
4427 return reloc_class_ifunc;
4431 switch ((int) ELF32_R_TYPE (rela->r_info))
4433 case R_X86_64_IRELATIVE:
4434 return reloc_class_ifunc;
4435 case R_X86_64_RELATIVE:
4436 case R_X86_64_RELATIVE64:
4437 return reloc_class_relative;
4438 case R_X86_64_JUMP_SLOT:
4439 return reloc_class_plt;
4441 return reloc_class_copy;
4443 return reloc_class_normal;
4447 /* Finish up the dynamic sections. */
4450 elf_x86_64_finish_dynamic_sections (bfd *output_bfd,
4451 struct bfd_link_info *info)
4453 struct elf_x86_link_hash_table *htab;
4457 htab = elf_x86_hash_table (info, X86_64_ELF_DATA);
4461 dynobj = htab->elf.dynobj;
4462 sdyn = bfd_get_linker_section (dynobj, ".dynamic");
4464 if (htab->elf.dynamic_sections_created)
4466 bfd_byte *dyncon, *dynconend;
4467 const struct elf_backend_data *bed;
4468 bfd_size_type sizeof_dyn;
4470 if (sdyn == NULL || htab->elf.sgot == NULL)
4473 bed = get_elf_backend_data (dynobj);
4474 sizeof_dyn = bed->s->sizeof_dyn;
4475 dyncon = sdyn->contents;
4476 dynconend = sdyn->contents + sdyn->size;
4477 for (; dyncon < dynconend; dyncon += sizeof_dyn)
4479 Elf_Internal_Dyn dyn;
4482 (*bed->s->swap_dyn_in) (dynobj, dyncon, &dyn);
4490 s = htab->elf.sgotplt;
4491 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
4495 dyn.d_un.d_ptr = htab->elf.srelplt->output_section->vma;
4499 s = htab->elf.srelplt->output_section;
4500 dyn.d_un.d_val = s->size;
4503 case DT_TLSDESC_PLT:
4505 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset
4506 + htab->tlsdesc_plt;
4509 case DT_TLSDESC_GOT:
4511 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset
4512 + htab->tlsdesc_got;
4516 (*bed->s->swap_dyn_out) (output_bfd, &dyn, dyncon);
4519 if (htab->elf.splt && htab->elf.splt->size > 0)
4521 elf_section_data (htab->elf.splt->output_section)
4522 ->this_hdr.sh_entsize = htab->plt.plt_entry_size;
4524 if (htab->plt.has_plt0)
4526 /* Fill in the special first entry in the procedure linkage
4528 memcpy (htab->elf.splt->contents,
4529 htab->lazy_plt->plt0_entry,
4530 htab->lazy_plt->plt0_entry_size);
4531 /* Add offset for pushq GOT+8(%rip), since the instruction
4532 uses 6 bytes subtract this value. */
4533 bfd_put_32 (output_bfd,
4534 (htab->elf.sgotplt->output_section->vma
4535 + htab->elf.sgotplt->output_offset
4537 - htab->elf.splt->output_section->vma
4538 - htab->elf.splt->output_offset
4540 (htab->elf.splt->contents
4541 + htab->lazy_plt->plt0_got1_offset));
4542 /* Add offset for the PC-relative instruction accessing
4543 GOT+16, subtracting the offset to the end of that
4545 bfd_put_32 (output_bfd,
4546 (htab->elf.sgotplt->output_section->vma
4547 + htab->elf.sgotplt->output_offset
4549 - htab->elf.splt->output_section->vma
4550 - htab->elf.splt->output_offset
4551 - htab->lazy_plt->plt0_got2_insn_end),
4552 (htab->elf.splt->contents
4553 + htab->lazy_plt->plt0_got2_offset));
4555 if (htab->tlsdesc_plt)
4557 bfd_put_64 (output_bfd, (bfd_vma) 0,
4558 htab->elf.sgot->contents + htab->tlsdesc_got);
4560 memcpy (htab->elf.splt->contents + htab->tlsdesc_plt,
4561 htab->lazy_plt->plt0_entry,
4562 htab->lazy_plt->plt0_entry_size);
4564 /* Add offset for pushq GOT+8(%rip), since the
4565 instruction uses 6 bytes subtract this value. */
4566 bfd_put_32 (output_bfd,
4567 (htab->elf.sgotplt->output_section->vma
4568 + htab->elf.sgotplt->output_offset
4570 - htab->elf.splt->output_section->vma
4571 - htab->elf.splt->output_offset
4574 (htab->elf.splt->contents
4576 + htab->lazy_plt->plt0_got1_offset));
4577 /* Add offset for the PC-relative instruction accessing
4578 GOT+TDG, where TDG stands for htab->tlsdesc_got,
4579 subtracting the offset to the end of that
4581 bfd_put_32 (output_bfd,
4582 (htab->elf.sgot->output_section->vma
4583 + htab->elf.sgot->output_offset
4585 - htab->elf.splt->output_section->vma
4586 - htab->elf.splt->output_offset
4588 - htab->lazy_plt->plt0_got2_insn_end),
4589 (htab->elf.splt->contents
4591 + htab->lazy_plt->plt0_got2_offset));
4596 if (htab->plt_got != NULL && htab->plt_got->size > 0)
4597 elf_section_data (htab->plt_got->output_section)
4598 ->this_hdr.sh_entsize = htab->non_lazy_plt->plt_entry_size;
4600 if (htab->plt_second != NULL && htab->plt_second->size > 0)
4601 elf_section_data (htab->plt_second->output_section)
4602 ->this_hdr.sh_entsize = htab->non_lazy_plt->plt_entry_size;
4605 /* GOT is always created in setup_gnu_properties. But it may not be
4607 if (htab->elf.sgotplt && htab->elf.sgotplt->size > 0)
4609 if (bfd_is_abs_section (htab->elf.sgotplt->output_section))
4612 (_("discarded output section: `%A'"), htab->elf.sgotplt);
4616 /* Set the first entry in the global offset table to the address of
4617 the dynamic section. */
4619 bfd_put_64 (output_bfd, (bfd_vma) 0, htab->elf.sgotplt->contents);
4621 bfd_put_64 (output_bfd,
4622 sdyn->output_section->vma + sdyn->output_offset,
4623 htab->elf.sgotplt->contents);
4624 /* Write GOT[1] and GOT[2], needed for the dynamic linker. */
4625 bfd_put_64 (output_bfd, (bfd_vma) 0,
4626 htab->elf.sgotplt->contents + GOT_ENTRY_SIZE);
4627 bfd_put_64 (output_bfd, (bfd_vma) 0,
4628 htab->elf.sgotplt->contents + GOT_ENTRY_SIZE*2);
4630 elf_section_data (htab->elf.sgotplt->output_section)->this_hdr.sh_entsize
4634 /* Adjust .eh_frame for .plt section. */
4635 if (htab->plt_eh_frame != NULL
4636 && htab->plt_eh_frame->contents != NULL)
4638 if (htab->elf.splt != NULL
4639 && htab->elf.splt->size != 0
4640 && (htab->elf.splt->flags & SEC_EXCLUDE) == 0
4641 && htab->elf.splt->output_section != NULL
4642 && htab->plt_eh_frame->output_section != NULL)
4644 bfd_vma plt_start = htab->elf.splt->output_section->vma;
4645 bfd_vma eh_frame_start = htab->plt_eh_frame->output_section->vma
4646 + htab->plt_eh_frame->output_offset
4647 + PLT_FDE_START_OFFSET;
4648 bfd_put_signed_32 (dynobj, plt_start - eh_frame_start,
4649 htab->plt_eh_frame->contents
4650 + PLT_FDE_START_OFFSET);
4652 if (htab->plt_eh_frame->sec_info_type == SEC_INFO_TYPE_EH_FRAME)
4654 if (! _bfd_elf_write_section_eh_frame (output_bfd, info,
4656 htab->plt_eh_frame->contents))
4661 /* Adjust .eh_frame for .plt.got section. */
4662 if (htab->plt_got_eh_frame != NULL
4663 && htab->plt_got_eh_frame->contents != NULL)
4665 if (htab->plt_got != NULL
4666 && htab->plt_got->size != 0
4667 && (htab->plt_got->flags & SEC_EXCLUDE) == 0
4668 && htab->plt_got->output_section != NULL
4669 && htab->plt_got_eh_frame->output_section != NULL)
4671 bfd_vma plt_start = htab->plt_got->output_section->vma;
4672 bfd_vma eh_frame_start = htab->plt_got_eh_frame->output_section->vma
4673 + htab->plt_got_eh_frame->output_offset
4674 + PLT_FDE_START_OFFSET;
4675 bfd_put_signed_32 (dynobj, plt_start - eh_frame_start,
4676 htab->plt_got_eh_frame->contents
4677 + PLT_FDE_START_OFFSET);
4679 if (htab->plt_got_eh_frame->sec_info_type == SEC_INFO_TYPE_EH_FRAME)
4681 if (! _bfd_elf_write_section_eh_frame (output_bfd, info,
4682 htab->plt_got_eh_frame,
4683 htab->plt_got_eh_frame->contents))
4688 /* Adjust .eh_frame for the second PLT section. */
4689 if (htab->plt_second_eh_frame != NULL
4690 && htab->plt_second_eh_frame->contents != NULL)
4692 if (htab->plt_second != NULL
4693 && htab->plt_second->size != 0
4694 && (htab->plt_second->flags & SEC_EXCLUDE) == 0
4695 && htab->plt_second->output_section != NULL
4696 && htab->plt_second_eh_frame->output_section != NULL)
4698 bfd_vma plt_start = htab->plt_second->output_section->vma;
4699 bfd_vma eh_frame_start
4700 = (htab->plt_second_eh_frame->output_section->vma
4701 + htab->plt_second_eh_frame->output_offset
4702 + PLT_FDE_START_OFFSET);
4703 bfd_put_signed_32 (dynobj, plt_start - eh_frame_start,
4704 htab->plt_second_eh_frame->contents
4705 + PLT_FDE_START_OFFSET);
4707 if (htab->plt_second_eh_frame->sec_info_type
4708 == SEC_INFO_TYPE_EH_FRAME)
4710 if (! _bfd_elf_write_section_eh_frame (output_bfd, info,
4711 htab->plt_second_eh_frame,
4712 htab->plt_second_eh_frame->contents))
4717 if (htab->elf.sgot && htab->elf.sgot->size > 0)
4718 elf_section_data (htab->elf.sgot->output_section)->this_hdr.sh_entsize
4721 /* Fill PLT entries for undefined weak symbols in PIE. */
4722 if (bfd_link_pie (info))
4723 bfd_hash_traverse (&info->hash->table,
4724 elf_x86_64_pie_finish_undefweak_symbol,
4730 /* Fill PLT/GOT entries and allocate dynamic relocations for local
4731 STT_GNU_IFUNC symbols, which aren't in the ELF linker hash table.
4732 It has to be done before elf_link_sort_relocs is called so that
4733 dynamic relocations are properly sorted. */
4736 elf_x86_64_output_arch_local_syms
4737 (bfd *output_bfd ATTRIBUTE_UNUSED,
4738 struct bfd_link_info *info,
4739 void *flaginfo ATTRIBUTE_UNUSED,
4740 int (*func) (void *, const char *,
4743 struct elf_link_hash_entry *) ATTRIBUTE_UNUSED)
4745 struct elf_x86_link_hash_table *htab
4746 = elf_x86_hash_table (info, X86_64_ELF_DATA);
4750 /* Fill PLT and GOT entries for local STT_GNU_IFUNC symbols. */
4751 htab_traverse (htab->loc_hash_table,
4752 elf_x86_64_finish_local_dynamic_symbol,
4758 /* Forward declaration. */
4759 static const struct elf_x86_lazy_plt_layout elf_x86_64_nacl_plt;
4761 /* Similar to _bfd_elf_get_synthetic_symtab. Support PLTs with all
4762 dynamic relocations. */
4765 elf_x86_64_get_synthetic_symtab (bfd *abfd,
4766 long symcount ATTRIBUTE_UNUSED,
4767 asymbol **syms ATTRIBUTE_UNUSED,
4774 bfd_byte *plt_contents;
4776 const struct elf_x86_lazy_plt_layout *lazy_plt;
4777 const struct elf_x86_non_lazy_plt_layout *non_lazy_plt;
4778 const struct elf_x86_lazy_plt_layout *lazy_bnd_plt;
4779 const struct elf_x86_non_lazy_plt_layout *non_lazy_bnd_plt;
4780 const struct elf_x86_lazy_plt_layout *lazy_ibt_plt;
4781 const struct elf_x86_non_lazy_plt_layout *non_lazy_ibt_plt;
4783 enum elf_x86_plt_type plt_type;
4784 struct elf_x86_plt plts[] =
4786 { ".plt", NULL, NULL, plt_unknown, 0, 0, 0, 0 },
4787 { ".plt.got", NULL, NULL, plt_non_lazy, 0, 0, 0, 0 },
4788 { ".plt.sec", NULL, NULL, plt_second, 0, 0, 0, 0 },
4789 { ".plt.bnd", NULL, NULL, plt_second, 0, 0, 0, 0 },
4790 { NULL, NULL, NULL, plt_non_lazy, 0, 0, 0, 0 }
4795 if ((abfd->flags & (DYNAMIC | EXEC_P)) == 0)
4798 if (dynsymcount <= 0)
4801 relsize = bfd_get_dynamic_reloc_upper_bound (abfd);
4805 if (get_elf_x86_64_backend_data (abfd)->os == is_normal)
4807 lazy_plt = &elf_x86_64_lazy_plt;
4808 non_lazy_plt = &elf_x86_64_non_lazy_plt;
4809 lazy_bnd_plt = &elf_x86_64_lazy_bnd_plt;
4810 non_lazy_bnd_plt = &elf_x86_64_non_lazy_bnd_plt;
4811 if (ABI_64_P (abfd))
4813 lazy_ibt_plt = &elf_x86_64_lazy_ibt_plt;
4814 non_lazy_ibt_plt = &elf_x86_64_non_lazy_ibt_plt;
4818 lazy_ibt_plt = &elf_x32_lazy_ibt_plt;
4819 non_lazy_ibt_plt = &elf_x32_non_lazy_ibt_plt;
4824 lazy_plt = &elf_x86_64_nacl_plt;
4825 non_lazy_plt = NULL;
4826 lazy_bnd_plt = NULL;
4827 non_lazy_bnd_plt = NULL;
4828 lazy_ibt_plt = NULL;
4829 non_lazy_ibt_plt = NULL;
4833 for (j = 0; plts[j].name != NULL; j++)
4835 plt = bfd_get_section_by_name (abfd, plts[j].name);
4836 if (plt == NULL || plt->size == 0)
4839 /* Get the PLT section contents. */
4840 plt_contents = (bfd_byte *) bfd_malloc (plt->size);
4841 if (plt_contents == NULL)
4843 if (!bfd_get_section_contents (abfd, (asection *) plt,
4844 plt_contents, 0, plt->size))
4846 free (plt_contents);
4850 /* Check what kind of PLT it is. */
4851 plt_type = plt_unknown;
4852 if (plts[j].type == plt_unknown
4853 && (plt->size >= (lazy_plt->plt_entry_size
4854 + lazy_plt->plt_entry_size)))
4856 /* Match lazy PLT first. Need to check the first two
4858 if ((memcmp (plt_contents, lazy_plt->plt0_entry,
4859 lazy_plt->plt0_got1_offset) == 0)
4860 && (memcmp (plt_contents + 6, lazy_plt->plt0_entry + 6,
4862 plt_type = plt_lazy;
4863 else if (lazy_bnd_plt != NULL
4864 && (memcmp (plt_contents, lazy_bnd_plt->plt0_entry,
4865 lazy_bnd_plt->plt0_got1_offset) == 0)
4866 && (memcmp (plt_contents + 6,
4867 lazy_bnd_plt->plt0_entry + 6, 3) == 0))
4869 plt_type = plt_lazy | plt_second;
4870 /* The fist entry in the lazy IBT PLT is the same as the
4872 if ((memcmp (plt_contents + lazy_ibt_plt->plt_entry_size,
4873 lazy_ibt_plt->plt_entry,
4874 lazy_ibt_plt->plt_got_offset) == 0))
4875 lazy_plt = lazy_ibt_plt;
4877 lazy_plt = lazy_bnd_plt;
4881 if (non_lazy_plt != NULL
4882 && (plt_type == plt_unknown || plt_type == plt_non_lazy)
4883 && plt->size >= non_lazy_plt->plt_entry_size)
4885 /* Match non-lazy PLT. */
4886 if (memcmp (plt_contents, non_lazy_plt->plt_entry,
4887 non_lazy_plt->plt_got_offset) == 0)
4888 plt_type = plt_non_lazy;
4891 if (plt_type == plt_unknown || plt_type == plt_second)
4893 if (non_lazy_bnd_plt != NULL
4894 && plt->size >= non_lazy_bnd_plt->plt_entry_size
4895 && (memcmp (plt_contents, non_lazy_bnd_plt->plt_entry,
4896 non_lazy_bnd_plt->plt_got_offset) == 0))
4898 /* Match BND PLT. */
4899 plt_type = plt_second;
4900 non_lazy_plt = non_lazy_bnd_plt;
4902 else if (non_lazy_ibt_plt != NULL
4903 && plt->size >= non_lazy_ibt_plt->plt_entry_size
4904 && (memcmp (plt_contents,
4905 non_lazy_ibt_plt->plt_entry,
4906 non_lazy_ibt_plt->plt_got_offset) == 0))
4908 /* Match IBT PLT. */
4909 plt_type = plt_second;
4910 non_lazy_plt = non_lazy_ibt_plt;
4914 if (plt_type == plt_unknown)
4916 free (plt_contents);
4921 plts[j].type = plt_type;
4923 if ((plt_type & plt_lazy))
4925 plts[j].plt_got_offset = lazy_plt->plt_got_offset;
4926 plts[j].plt_got_insn_size = lazy_plt->plt_got_insn_size;
4927 plts[j].plt_entry_size = lazy_plt->plt_entry_size;
4928 /* Skip PLT0 in lazy PLT. */
4933 plts[j].plt_got_offset = non_lazy_plt->plt_got_offset;
4934 plts[j].plt_got_insn_size = non_lazy_plt->plt_got_insn_size;
4935 plts[j].plt_entry_size = non_lazy_plt->plt_entry_size;
4939 /* Skip lazy PLT when the second PLT is used. */
4940 if (plt_type == (plt_lazy | plt_second))
4944 n = plt->size / plts[j].plt_entry_size;
4949 plts[j].contents = plt_contents;
4952 return _bfd_x86_elf_get_synthetic_symtab (abfd, count, relsize,
4953 (bfd_vma) 0, plts, dynsyms,
4957 /* Handle an x86-64 specific section when reading an object file. This
4958 is called when elfcode.h finds a section with an unknown type. */
4961 elf_x86_64_section_from_shdr (bfd *abfd, Elf_Internal_Shdr *hdr,
4962 const char *name, int shindex)
4964 if (hdr->sh_type != SHT_X86_64_UNWIND)
4967 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
4973 /* Hook called by the linker routine which adds symbols from an object
4974 file. We use it to put SHN_X86_64_LCOMMON items in .lbss, instead
4978 elf_x86_64_add_symbol_hook (bfd *abfd,
4979 struct bfd_link_info *info ATTRIBUTE_UNUSED,
4980 Elf_Internal_Sym *sym,
4981 const char **namep ATTRIBUTE_UNUSED,
4982 flagword *flagsp ATTRIBUTE_UNUSED,
4988 switch (sym->st_shndx)
4990 case SHN_X86_64_LCOMMON:
4991 lcomm = bfd_get_section_by_name (abfd, "LARGE_COMMON");
4994 lcomm = bfd_make_section_with_flags (abfd,
4998 | SEC_LINKER_CREATED));
5001 elf_section_flags (lcomm) |= SHF_X86_64_LARGE;
5004 *valp = sym->st_size;
5012 /* Given a BFD section, try to locate the corresponding ELF section
5016 elf_x86_64_elf_section_from_bfd_section (bfd *abfd ATTRIBUTE_UNUSED,
5017 asection *sec, int *index_return)
5019 if (sec == &_bfd_elf_large_com_section)
5021 *index_return = SHN_X86_64_LCOMMON;
5027 /* Process a symbol. */
5030 elf_x86_64_symbol_processing (bfd *abfd ATTRIBUTE_UNUSED,
5033 elf_symbol_type *elfsym = (elf_symbol_type *) asym;
5035 switch (elfsym->internal_elf_sym.st_shndx)
5037 case SHN_X86_64_LCOMMON:
5038 asym->section = &_bfd_elf_large_com_section;
5039 asym->value = elfsym->internal_elf_sym.st_size;
5040 /* Common symbol doesn't set BSF_GLOBAL. */
5041 asym->flags &= ~BSF_GLOBAL;
5047 elf_x86_64_common_definition (Elf_Internal_Sym *sym)
5049 return (sym->st_shndx == SHN_COMMON
5050 || sym->st_shndx == SHN_X86_64_LCOMMON);
5054 elf_x86_64_common_section_index (asection *sec)
5056 if ((elf_section_flags (sec) & SHF_X86_64_LARGE) == 0)
5059 return SHN_X86_64_LCOMMON;
5063 elf_x86_64_common_section (asection *sec)
5065 if ((elf_section_flags (sec) & SHF_X86_64_LARGE) == 0)
5066 return bfd_com_section_ptr;
5068 return &_bfd_elf_large_com_section;
5072 elf_x86_64_merge_symbol (struct elf_link_hash_entry *h,
5073 const Elf_Internal_Sym *sym,
5078 const asection *oldsec)
5080 /* A normal common symbol and a large common symbol result in a
5081 normal common symbol. We turn the large common symbol into a
5084 && h->root.type == bfd_link_hash_common
5086 && bfd_is_com_section (*psec)
5089 if (sym->st_shndx == SHN_COMMON
5090 && (elf_section_flags (oldsec) & SHF_X86_64_LARGE) != 0)
5092 h->root.u.c.p->section
5093 = bfd_make_section_old_way (oldbfd, "COMMON");
5094 h->root.u.c.p->section->flags = SEC_ALLOC;
5096 else if (sym->st_shndx == SHN_X86_64_LCOMMON
5097 && (elf_section_flags (oldsec) & SHF_X86_64_LARGE) == 0)
5098 *psec = bfd_com_section_ptr;
5105 elf_x86_64_additional_program_headers (bfd *abfd,
5106 struct bfd_link_info *info ATTRIBUTE_UNUSED)
5111 /* Check to see if we need a large readonly segment. */
5112 s = bfd_get_section_by_name (abfd, ".lrodata");
5113 if (s && (s->flags & SEC_LOAD))
5116 /* Check to see if we need a large data segment. Since .lbss sections
5117 is placed right after the .bss section, there should be no need for
5118 a large data segment just because of .lbss. */
5119 s = bfd_get_section_by_name (abfd, ".ldata");
5120 if (s && (s->flags & SEC_LOAD))
5126 /* Return TRUE iff relocations for INPUT are compatible with OUTPUT. */
5129 elf_x86_64_relocs_compatible (const bfd_target *input,
5130 const bfd_target *output)
5132 return ((xvec_get_elf_backend_data (input)->s->elfclass
5133 == xvec_get_elf_backend_data (output)->s->elfclass)
5134 && _bfd_elf_relocs_compatible (input, output));
5137 /* Set up x86-64 GNU properties. Return the first relocatable ELF input
5138 with GNU properties if found. Otherwise, return NULL. */
5141 elf_x86_64_link_setup_gnu_properties (struct bfd_link_info *info)
5143 struct elf_x86_plt_layout_table plt_layout;
5145 if ((int) R_X86_64_standard >= (int) R_X86_64_converted_reloc_bit
5146 || (int) R_X86_64_max <= (int) R_X86_64_converted_reloc_bit
5147 || ((int) (R_X86_64_GNU_VTINHERIT | R_X86_64_converted_reloc_bit)
5148 != (int) R_X86_64_GNU_VTINHERIT)
5149 || ((int) (R_X86_64_GNU_VTENTRY | R_X86_64_converted_reloc_bit)
5150 != (int) R_X86_64_GNU_VTENTRY))
5153 plt_layout.is_vxworks = FALSE;
5154 if (get_elf_x86_64_backend_data (info->output_bfd)->os == is_normal)
5158 plt_layout.lazy_plt = &elf_x86_64_lazy_bnd_plt;
5159 plt_layout.non_lazy_plt = &elf_x86_64_non_lazy_bnd_plt;
5163 plt_layout.lazy_plt = &elf_x86_64_lazy_plt;
5164 plt_layout.non_lazy_plt = &elf_x86_64_non_lazy_plt;
5167 if (ABI_64_P (info->output_bfd))
5169 plt_layout.lazy_ibt_plt = &elf_x86_64_lazy_ibt_plt;
5170 plt_layout.non_lazy_ibt_plt = &elf_x86_64_non_lazy_ibt_plt;
5174 plt_layout.lazy_ibt_plt = &elf_x32_lazy_ibt_plt;
5175 plt_layout.non_lazy_ibt_plt = &elf_x32_non_lazy_ibt_plt;
5177 plt_layout.normal_target = TRUE;
5181 plt_layout.lazy_plt = &elf_x86_64_nacl_plt;
5182 plt_layout.non_lazy_plt = NULL;
5183 plt_layout.lazy_ibt_plt = NULL;
5184 plt_layout.non_lazy_ibt_plt = NULL;
5185 plt_layout.normal_target = FALSE;
5188 if (ABI_64_P (info->output_bfd))
5190 plt_layout.r_info = elf64_r_info;
5191 plt_layout.r_sym = elf64_r_sym;
5195 plt_layout.r_info = elf32_r_info;
5196 plt_layout.r_sym = elf32_r_sym;
5199 return _bfd_x86_elf_link_setup_gnu_properties (info, &plt_layout);
5202 static const struct bfd_elf_special_section
5203 elf_x86_64_special_sections[]=
5205 { STRING_COMMA_LEN (".gnu.linkonce.lb"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_X86_64_LARGE},
5206 { STRING_COMMA_LEN (".gnu.linkonce.lr"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_X86_64_LARGE},
5207 { STRING_COMMA_LEN (".gnu.linkonce.lt"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_EXECINSTR + SHF_X86_64_LARGE},
5208 { STRING_COMMA_LEN (".lbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_X86_64_LARGE},
5209 { STRING_COMMA_LEN (".ldata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_X86_64_LARGE},
5210 { STRING_COMMA_LEN (".lrodata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_X86_64_LARGE},
5211 { NULL, 0, 0, 0, 0 }
5214 #define TARGET_LITTLE_SYM x86_64_elf64_vec
5215 #define TARGET_LITTLE_NAME "elf64-x86-64"
5216 #define ELF_ARCH bfd_arch_i386
5217 #define ELF_TARGET_ID X86_64_ELF_DATA
5218 #define ELF_MACHINE_CODE EM_X86_64
5219 #define ELF_MAXPAGESIZE 0x200000
5220 #define ELF_MINPAGESIZE 0x1000
5221 #define ELF_COMMONPAGESIZE 0x1000
5223 #define elf_backend_can_gc_sections 1
5224 #define elf_backend_can_refcount 1
5225 #define elf_backend_want_got_plt 1
5226 #define elf_backend_plt_readonly 1
5227 #define elf_backend_want_plt_sym 0
5228 #define elf_backend_got_header_size (GOT_ENTRY_SIZE*3)
5229 #define elf_backend_rela_normal 1
5230 #define elf_backend_plt_alignment 4
5231 #define elf_backend_extern_protected_data 1
5232 #define elf_backend_caches_rawsize 1
5233 #define elf_backend_dtrel_excludes_plt 1
5234 #define elf_backend_want_dynrelro 1
5236 #define elf_info_to_howto elf_x86_64_info_to_howto
5238 #define bfd_elf64_bfd_reloc_type_lookup elf_x86_64_reloc_type_lookup
5239 #define bfd_elf64_bfd_reloc_name_lookup \
5240 elf_x86_64_reloc_name_lookup
5242 #define elf_backend_relocs_compatible elf_x86_64_relocs_compatible
5243 #define elf_backend_check_relocs elf_x86_64_check_relocs
5244 #define elf_backend_create_dynamic_sections _bfd_elf_create_dynamic_sections
5245 #define elf_backend_finish_dynamic_sections elf_x86_64_finish_dynamic_sections
5246 #define elf_backend_finish_dynamic_symbol elf_x86_64_finish_dynamic_symbol
5247 #define elf_backend_output_arch_local_syms elf_x86_64_output_arch_local_syms
5248 #define elf_backend_grok_prstatus elf_x86_64_grok_prstatus
5249 #define elf_backend_grok_psinfo elf_x86_64_grok_psinfo
5251 #define elf_backend_write_core_note elf_x86_64_write_core_note
5253 #define elf_backend_reloc_type_class elf_x86_64_reloc_type_class
5254 #define elf_backend_relocate_section elf_x86_64_relocate_section
5255 #define elf_backend_init_index_section _bfd_elf_init_1_index_section
5256 #define elf_backend_object_p elf64_x86_64_elf_object_p
5257 #define bfd_elf64_get_synthetic_symtab elf_x86_64_get_synthetic_symtab
5259 #define elf_backend_section_from_shdr \
5260 elf_x86_64_section_from_shdr
5262 #define elf_backend_section_from_bfd_section \
5263 elf_x86_64_elf_section_from_bfd_section
5264 #define elf_backend_add_symbol_hook \
5265 elf_x86_64_add_symbol_hook
5266 #define elf_backend_symbol_processing \
5267 elf_x86_64_symbol_processing
5268 #define elf_backend_common_section_index \
5269 elf_x86_64_common_section_index
5270 #define elf_backend_common_section \
5271 elf_x86_64_common_section
5272 #define elf_backend_common_definition \
5273 elf_x86_64_common_definition
5274 #define elf_backend_merge_symbol \
5275 elf_x86_64_merge_symbol
5276 #define elf_backend_special_sections \
5277 elf_x86_64_special_sections
5278 #define elf_backend_additional_program_headers \
5279 elf_x86_64_additional_program_headers
5280 #define elf_backend_setup_gnu_properties \
5281 elf_x86_64_link_setup_gnu_properties
5283 #include "elf64-target.h"
5285 /* CloudABI support. */
5287 #undef TARGET_LITTLE_SYM
5288 #define TARGET_LITTLE_SYM x86_64_elf64_cloudabi_vec
5289 #undef TARGET_LITTLE_NAME
5290 #define TARGET_LITTLE_NAME "elf64-x86-64-cloudabi"
5293 #define ELF_OSABI ELFOSABI_CLOUDABI
5296 #define elf64_bed elf64_x86_64_cloudabi_bed
5298 #include "elf64-target.h"
5300 /* FreeBSD support. */
5302 #undef TARGET_LITTLE_SYM
5303 #define TARGET_LITTLE_SYM x86_64_elf64_fbsd_vec
5304 #undef TARGET_LITTLE_NAME
5305 #define TARGET_LITTLE_NAME "elf64-x86-64-freebsd"
5308 #define ELF_OSABI ELFOSABI_FREEBSD
5311 #define elf64_bed elf64_x86_64_fbsd_bed
5313 #include "elf64-target.h"
5315 /* Solaris 2 support. */
5317 #undef TARGET_LITTLE_SYM
5318 #define TARGET_LITTLE_SYM x86_64_elf64_sol2_vec
5319 #undef TARGET_LITTLE_NAME
5320 #define TARGET_LITTLE_NAME "elf64-x86-64-sol2"
5322 /* Restore default: we cannot use ELFOSABI_SOLARIS, otherwise ELFOSABI_NONE
5323 objects won't be recognized. */
5327 #define elf64_bed elf64_x86_64_sol2_bed
5329 /* The 64-bit static TLS arena size is rounded to the nearest 16-byte
5331 #undef elf_backend_static_tls_alignment
5332 #define elf_backend_static_tls_alignment 16
5334 /* The Solaris 2 ABI requires a plt symbol on all platforms.
5336 Cf. Linker and Libraries Guide, Ch. 2, Link-Editor, Generating the Output
5338 #undef elf_backend_want_plt_sym
5339 #define elf_backend_want_plt_sym 1
5341 #undef elf_backend_strtab_flags
5342 #define elf_backend_strtab_flags SHF_STRINGS
5345 elf64_x86_64_copy_solaris_special_section_fields (const bfd *ibfd ATTRIBUTE_UNUSED,
5346 bfd *obfd ATTRIBUTE_UNUSED,
5347 const Elf_Internal_Shdr *isection ATTRIBUTE_UNUSED,
5348 Elf_Internal_Shdr *osection ATTRIBUTE_UNUSED)
5350 /* PR 19938: FIXME: Need to add code for setting the sh_info
5351 and sh_link fields of Solaris specific section types. */
5355 #undef elf_backend_copy_special_section_fields
5356 #define elf_backend_copy_special_section_fields elf64_x86_64_copy_solaris_special_section_fields
5358 #include "elf64-target.h"
5360 /* Native Client support. */
5363 elf64_x86_64_nacl_elf_object_p (bfd *abfd)
5365 /* Set the right machine number for a NaCl x86-64 ELF64 file. */
5366 bfd_default_set_arch_mach (abfd, bfd_arch_i386, bfd_mach_x86_64_nacl);
5370 #undef TARGET_LITTLE_SYM
5371 #define TARGET_LITTLE_SYM x86_64_elf64_nacl_vec
5372 #undef TARGET_LITTLE_NAME
5373 #define TARGET_LITTLE_NAME "elf64-x86-64-nacl"
5375 #define elf64_bed elf64_x86_64_nacl_bed
5377 #undef ELF_MAXPAGESIZE
5378 #undef ELF_MINPAGESIZE
5379 #undef ELF_COMMONPAGESIZE
5380 #define ELF_MAXPAGESIZE 0x10000
5381 #define ELF_MINPAGESIZE 0x10000
5382 #define ELF_COMMONPAGESIZE 0x10000
5384 /* Restore defaults. */
5386 #undef elf_backend_static_tls_alignment
5387 #undef elf_backend_want_plt_sym
5388 #define elf_backend_want_plt_sym 0
5389 #undef elf_backend_strtab_flags
5390 #undef elf_backend_copy_special_section_fields
5392 /* NaCl uses substantially different PLT entries for the same effects. */
5394 #undef elf_backend_plt_alignment
5395 #define elf_backend_plt_alignment 5
5396 #define NACL_PLT_ENTRY_SIZE 64
5397 #define NACLMASK 0xe0 /* 32-byte alignment mask. */
5399 static const bfd_byte elf_x86_64_nacl_plt0_entry[NACL_PLT_ENTRY_SIZE] =
5401 0xff, 0x35, 8, 0, 0, 0, /* pushq GOT+8(%rip) */
5402 0x4c, 0x8b, 0x1d, 16, 0, 0, 0, /* mov GOT+16(%rip), %r11 */
5403 0x41, 0x83, 0xe3, NACLMASK, /* and $-32, %r11d */
5404 0x4d, 0x01, 0xfb, /* add %r15, %r11 */
5405 0x41, 0xff, 0xe3, /* jmpq *%r11 */
5407 /* 9-byte nop sequence to pad out to the next 32-byte boundary. */
5408 0x66, 0x0f, 0x1f, 0x84, 0, 0, 0, 0, 0, /* nopw 0x0(%rax,%rax,1) */
5410 /* 32 bytes of nop to pad out to the standard size. */
5411 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, /* excess data16 prefixes */
5412 0x2e, 0x0f, 0x1f, 0x84, 0, 0, 0, 0, 0, /* nopw %cs:0x0(%rax,%rax,1) */
5413 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, /* excess data16 prefixes */
5414 0x2e, 0x0f, 0x1f, 0x84, 0, 0, 0, 0, 0, /* nopw %cs:0x0(%rax,%rax,1) */
5415 0x66, /* excess data16 prefix */
5419 static const bfd_byte elf_x86_64_nacl_plt_entry[NACL_PLT_ENTRY_SIZE] =
5421 0x4c, 0x8b, 0x1d, 0, 0, 0, 0, /* mov name@GOTPCREL(%rip),%r11 */
5422 0x41, 0x83, 0xe3, NACLMASK, /* and $-32, %r11d */
5423 0x4d, 0x01, 0xfb, /* add %r15, %r11 */
5424 0x41, 0xff, 0xe3, /* jmpq *%r11 */
5426 /* 15-byte nop sequence to pad out to the next 32-byte boundary. */
5427 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, /* excess data16 prefixes */
5428 0x2e, 0x0f, 0x1f, 0x84, 0, 0, 0, 0, 0, /* nopw %cs:0x0(%rax,%rax,1) */
5430 /* Lazy GOT entries point here (32-byte aligned). */
5431 0x68, /* pushq immediate */
5432 0, 0, 0, 0, /* replaced with index into relocation table. */
5433 0xe9, /* jmp relative */
5434 0, 0, 0, 0, /* replaced with offset to start of .plt0. */
5436 /* 22 bytes of nop to pad out to the standard size. */
5437 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, /* excess data16 prefixes */
5438 0x2e, 0x0f, 0x1f, 0x84, 0, 0, 0, 0, 0, /* nopw %cs:0x0(%rax,%rax,1) */
5439 0x0f, 0x1f, 0x80, 0, 0, 0, 0, /* nopl 0x0(%rax) */
5442 /* .eh_frame covering the .plt section. */
5444 static const bfd_byte elf_x86_64_nacl_eh_frame_plt[] =
5446 #if (PLT_CIE_LENGTH != 20 \
5447 || PLT_FDE_LENGTH != 36 \
5448 || PLT_FDE_START_OFFSET != 4 + PLT_CIE_LENGTH + 8 \
5449 || PLT_FDE_LEN_OFFSET != 4 + PLT_CIE_LENGTH + 12)
5450 # error "Need elf_x86_64_backend_data parameters for eh_frame_plt offsets!"
5452 PLT_CIE_LENGTH, 0, 0, 0, /* CIE length */
5453 0, 0, 0, 0, /* CIE ID */
5454 1, /* CIE version */
5455 'z', 'R', 0, /* Augmentation string */
5456 1, /* Code alignment factor */
5457 0x78, /* Data alignment factor */
5458 16, /* Return address column */
5459 1, /* Augmentation size */
5460 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
5461 DW_CFA_def_cfa, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
5462 DW_CFA_offset + 16, 1, /* DW_CFA_offset: r16 (rip) at cfa-8 */
5463 DW_CFA_nop, DW_CFA_nop,
5465 PLT_FDE_LENGTH, 0, 0, 0, /* FDE length */
5466 PLT_CIE_LENGTH + 8, 0, 0, 0,/* CIE pointer */
5467 0, 0, 0, 0, /* R_X86_64_PC32 .plt goes here */
5468 0, 0, 0, 0, /* .plt size goes here */
5469 0, /* Augmentation size */
5470 DW_CFA_def_cfa_offset, 16, /* DW_CFA_def_cfa_offset: 16 */
5471 DW_CFA_advance_loc + 6, /* DW_CFA_advance_loc: 6 to __PLT__+6 */
5472 DW_CFA_def_cfa_offset, 24, /* DW_CFA_def_cfa_offset: 24 */
5473 DW_CFA_advance_loc + 58, /* DW_CFA_advance_loc: 58 to __PLT__+64 */
5474 DW_CFA_def_cfa_expression, /* DW_CFA_def_cfa_expression */
5475 13, /* Block length */
5476 DW_OP_breg7, 8, /* DW_OP_breg7 (rsp): 8 */
5477 DW_OP_breg16, 0, /* DW_OP_breg16 (rip): 0 */
5478 DW_OP_const1u, 63, DW_OP_and, DW_OP_const1u, 37, DW_OP_ge,
5479 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
5480 DW_CFA_nop, DW_CFA_nop
5483 static const struct elf_x86_lazy_plt_layout elf_x86_64_nacl_plt =
5485 elf_x86_64_nacl_plt0_entry, /* plt0_entry */
5486 NACL_PLT_ENTRY_SIZE, /* plt0_entry_size */
5487 elf_x86_64_nacl_plt_entry, /* plt_entry */
5488 NACL_PLT_ENTRY_SIZE, /* plt_entry_size */
5489 2, /* plt0_got1_offset */
5490 9, /* plt0_got2_offset */
5491 13, /* plt0_got2_insn_end */
5492 3, /* plt_got_offset */
5493 33, /* plt_reloc_offset */
5494 38, /* plt_plt_offset */
5495 7, /* plt_got_insn_size */
5496 42, /* plt_plt_insn_end */
5497 32, /* plt_lazy_offset */
5498 elf_x86_64_nacl_plt0_entry, /* pic_plt0_entry */
5499 elf_x86_64_nacl_plt_entry, /* pic_plt_entry */
5500 elf_x86_64_nacl_eh_frame_plt, /* eh_frame_plt */
5501 sizeof (elf_x86_64_nacl_eh_frame_plt) /* eh_frame_plt_size */
5504 static const struct elf_x86_64_backend_data elf_x86_64_nacl_arch_bed =
5509 #undef elf_backend_arch_data
5510 #define elf_backend_arch_data &elf_x86_64_nacl_arch_bed
5512 #undef elf_backend_object_p
5513 #define elf_backend_object_p elf64_x86_64_nacl_elf_object_p
5514 #undef elf_backend_modify_segment_map
5515 #define elf_backend_modify_segment_map nacl_modify_segment_map
5516 #undef elf_backend_modify_program_headers
5517 #define elf_backend_modify_program_headers nacl_modify_program_headers
5518 #undef elf_backend_final_write_processing
5519 #define elf_backend_final_write_processing nacl_final_write_processing
5521 #include "elf64-target.h"
5523 /* Native Client x32 support. */
5526 elf32_x86_64_nacl_elf_object_p (bfd *abfd)
5528 /* Set the right machine number for a NaCl x86-64 ELF32 file. */
5529 bfd_default_set_arch_mach (abfd, bfd_arch_i386, bfd_mach_x64_32_nacl);
5533 #undef TARGET_LITTLE_SYM
5534 #define TARGET_LITTLE_SYM x86_64_elf32_nacl_vec
5535 #undef TARGET_LITTLE_NAME
5536 #define TARGET_LITTLE_NAME "elf32-x86-64-nacl"
5538 #define elf32_bed elf32_x86_64_nacl_bed
5540 #define bfd_elf32_bfd_reloc_type_lookup \
5541 elf_x86_64_reloc_type_lookup
5542 #define bfd_elf32_bfd_reloc_name_lookup \
5543 elf_x86_64_reloc_name_lookup
5544 #define bfd_elf32_get_synthetic_symtab \
5545 elf_x86_64_get_synthetic_symtab
5547 #undef elf_backend_object_p
5548 #define elf_backend_object_p \
5549 elf32_x86_64_nacl_elf_object_p
5551 #undef elf_backend_bfd_from_remote_memory
5552 #define elf_backend_bfd_from_remote_memory \
5553 _bfd_elf32_bfd_from_remote_memory
5555 #undef elf_backend_size_info
5556 #define elf_backend_size_info \
5557 _bfd_elf32_size_info
5559 #include "elf32-target.h"
5561 /* Restore defaults. */
5562 #undef elf_backend_object_p
5563 #define elf_backend_object_p elf64_x86_64_elf_object_p
5564 #undef elf_backend_bfd_from_remote_memory
5565 #undef elf_backend_size_info
5566 #undef elf_backend_modify_segment_map
5567 #undef elf_backend_modify_program_headers
5568 #undef elf_backend_final_write_processing
5570 /* Intel L1OM support. */
5573 elf64_l1om_elf_object_p (bfd *abfd)
5575 /* Set the right machine number for an L1OM elf64 file. */
5576 bfd_default_set_arch_mach (abfd, bfd_arch_l1om, bfd_mach_l1om);
5580 #undef TARGET_LITTLE_SYM
5581 #define TARGET_LITTLE_SYM l1om_elf64_vec
5582 #undef TARGET_LITTLE_NAME
5583 #define TARGET_LITTLE_NAME "elf64-l1om"
5585 #define ELF_ARCH bfd_arch_l1om
5587 #undef ELF_MACHINE_CODE
5588 #define ELF_MACHINE_CODE EM_L1OM
5593 #define elf64_bed elf64_l1om_bed
5595 #undef elf_backend_object_p
5596 #define elf_backend_object_p elf64_l1om_elf_object_p
5598 /* Restore defaults. */
5599 #undef ELF_MAXPAGESIZE
5600 #undef ELF_MINPAGESIZE
5601 #undef ELF_COMMONPAGESIZE
5602 #define ELF_MAXPAGESIZE 0x200000
5603 #define ELF_MINPAGESIZE 0x1000
5604 #define ELF_COMMONPAGESIZE 0x1000
5605 #undef elf_backend_plt_alignment
5606 #define elf_backend_plt_alignment 4
5607 #undef elf_backend_arch_data
5608 #define elf_backend_arch_data &elf_x86_64_arch_bed
5610 #include "elf64-target.h"
5612 /* FreeBSD L1OM support. */
5614 #undef TARGET_LITTLE_SYM
5615 #define TARGET_LITTLE_SYM l1om_elf64_fbsd_vec
5616 #undef TARGET_LITTLE_NAME
5617 #define TARGET_LITTLE_NAME "elf64-l1om-freebsd"
5620 #define ELF_OSABI ELFOSABI_FREEBSD
5623 #define elf64_bed elf64_l1om_fbsd_bed
5625 #include "elf64-target.h"
5627 /* Intel K1OM support. */
5630 elf64_k1om_elf_object_p (bfd *abfd)
5632 /* Set the right machine number for an K1OM elf64 file. */
5633 bfd_default_set_arch_mach (abfd, bfd_arch_k1om, bfd_mach_k1om);
5637 #undef TARGET_LITTLE_SYM
5638 #define TARGET_LITTLE_SYM k1om_elf64_vec
5639 #undef TARGET_LITTLE_NAME
5640 #define TARGET_LITTLE_NAME "elf64-k1om"
5642 #define ELF_ARCH bfd_arch_k1om
5644 #undef ELF_MACHINE_CODE
5645 #define ELF_MACHINE_CODE EM_K1OM
5650 #define elf64_bed elf64_k1om_bed
5652 #undef elf_backend_object_p
5653 #define elf_backend_object_p elf64_k1om_elf_object_p
5655 #undef elf_backend_static_tls_alignment
5657 #undef elf_backend_want_plt_sym
5658 #define elf_backend_want_plt_sym 0
5660 #include "elf64-target.h"
5662 /* FreeBSD K1OM support. */
5664 #undef TARGET_LITTLE_SYM
5665 #define TARGET_LITTLE_SYM k1om_elf64_fbsd_vec
5666 #undef TARGET_LITTLE_NAME
5667 #define TARGET_LITTLE_NAME "elf64-k1om-freebsd"
5670 #define ELF_OSABI ELFOSABI_FREEBSD
5673 #define elf64_bed elf64_k1om_fbsd_bed
5675 #include "elf64-target.h"
5677 /* 32bit x86-64 support. */
5679 #undef TARGET_LITTLE_SYM
5680 #define TARGET_LITTLE_SYM x86_64_elf32_vec
5681 #undef TARGET_LITTLE_NAME
5682 #define TARGET_LITTLE_NAME "elf32-x86-64"
5686 #define ELF_ARCH bfd_arch_i386
5688 #undef ELF_MACHINE_CODE
5689 #define ELF_MACHINE_CODE EM_X86_64
5693 #undef elf_backend_object_p
5694 #define elf_backend_object_p \
5695 elf32_x86_64_elf_object_p
5697 #undef elf_backend_bfd_from_remote_memory
5698 #define elf_backend_bfd_from_remote_memory \
5699 _bfd_elf32_bfd_from_remote_memory
5701 #undef elf_backend_size_info
5702 #define elf_backend_size_info \
5703 _bfd_elf32_size_info
5705 #include "elf32-target.h"