1 /* X86-64 specific support for ELF
2 Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
4 Free Software Foundation, Inc.
5 Contributed by Jan Hubicka <jh@suse.cz>.
7 This file is part of BFD, the Binary File Descriptor library.
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22 MA 02110-1301, USA. */
30 #include "bfd_stdint.h"
34 #include "libiberty.h"
36 #include "elf/x86-64.h"
43 /* In case we're on a 32-bit machine, construct a 64-bit "-1" value. */
44 #define MINUS_ONE (~ (bfd_vma) 0)
46 /* Since both 32-bit and 64-bit x86-64 encode relocation type in the
47 identical manner, we use ELF32_R_TYPE instead of ELF64_R_TYPE to get
48 relocation type. We also use ELF_ST_TYPE instead of ELF64_ST_TYPE
49 since they are the same. */
51 #define ABI_64_P(abfd) \
52 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
54 /* The relocation "howto" table. Order of fields:
55 type, rightshift, size, bitsize, pc_relative, bitpos, complain_on_overflow,
56 special_function, name, partial_inplace, src_mask, dst_mask, pcrel_offset. */
57 static reloc_howto_type x86_64_elf_howto_table
[] =
59 HOWTO(R_X86_64_NONE
, 0, 0, 0, FALSE
, 0, complain_overflow_dont
,
60 bfd_elf_generic_reloc
, "R_X86_64_NONE", FALSE
, 0x00000000, 0x00000000,
62 HOWTO(R_X86_64_64
, 0, 4, 64, FALSE
, 0, complain_overflow_bitfield
,
63 bfd_elf_generic_reloc
, "R_X86_64_64", FALSE
, MINUS_ONE
, MINUS_ONE
,
65 HOWTO(R_X86_64_PC32
, 0, 2, 32, TRUE
, 0, complain_overflow_signed
,
66 bfd_elf_generic_reloc
, "R_X86_64_PC32", FALSE
, 0xffffffff, 0xffffffff,
68 HOWTO(R_X86_64_GOT32
, 0, 2, 32, FALSE
, 0, complain_overflow_signed
,
69 bfd_elf_generic_reloc
, "R_X86_64_GOT32", FALSE
, 0xffffffff, 0xffffffff,
71 HOWTO(R_X86_64_PLT32
, 0, 2, 32, TRUE
, 0, complain_overflow_signed
,
72 bfd_elf_generic_reloc
, "R_X86_64_PLT32", FALSE
, 0xffffffff, 0xffffffff,
74 HOWTO(R_X86_64_COPY
, 0, 2, 32, FALSE
, 0, complain_overflow_bitfield
,
75 bfd_elf_generic_reloc
, "R_X86_64_COPY", FALSE
, 0xffffffff, 0xffffffff,
77 HOWTO(R_X86_64_GLOB_DAT
, 0, 4, 64, FALSE
, 0, complain_overflow_bitfield
,
78 bfd_elf_generic_reloc
, "R_X86_64_GLOB_DAT", FALSE
, MINUS_ONE
,
80 HOWTO(R_X86_64_JUMP_SLOT
, 0, 4, 64, FALSE
, 0, complain_overflow_bitfield
,
81 bfd_elf_generic_reloc
, "R_X86_64_JUMP_SLOT", FALSE
, MINUS_ONE
,
83 HOWTO(R_X86_64_RELATIVE
, 0, 4, 64, FALSE
, 0, complain_overflow_bitfield
,
84 bfd_elf_generic_reloc
, "R_X86_64_RELATIVE", FALSE
, MINUS_ONE
,
86 HOWTO(R_X86_64_GOTPCREL
, 0, 2, 32, TRUE
, 0, complain_overflow_signed
,
87 bfd_elf_generic_reloc
, "R_X86_64_GOTPCREL", FALSE
, 0xffffffff,
89 HOWTO(R_X86_64_32
, 0, 2, 32, FALSE
, 0, complain_overflow_unsigned
,
90 bfd_elf_generic_reloc
, "R_X86_64_32", FALSE
, 0xffffffff, 0xffffffff,
92 HOWTO(R_X86_64_32S
, 0, 2, 32, FALSE
, 0, complain_overflow_signed
,
93 bfd_elf_generic_reloc
, "R_X86_64_32S", FALSE
, 0xffffffff, 0xffffffff,
95 HOWTO(R_X86_64_16
, 0, 1, 16, FALSE
, 0, complain_overflow_bitfield
,
96 bfd_elf_generic_reloc
, "R_X86_64_16", FALSE
, 0xffff, 0xffff, FALSE
),
97 HOWTO(R_X86_64_PC16
,0, 1, 16, TRUE
, 0, complain_overflow_bitfield
,
98 bfd_elf_generic_reloc
, "R_X86_64_PC16", FALSE
, 0xffff, 0xffff, TRUE
),
99 HOWTO(R_X86_64_8
, 0, 0, 8, FALSE
, 0, complain_overflow_bitfield
,
100 bfd_elf_generic_reloc
, "R_X86_64_8", FALSE
, 0xff, 0xff, FALSE
),
101 HOWTO(R_X86_64_PC8
, 0, 0, 8, TRUE
, 0, complain_overflow_signed
,
102 bfd_elf_generic_reloc
, "R_X86_64_PC8", FALSE
, 0xff, 0xff, TRUE
),
103 HOWTO(R_X86_64_DTPMOD64
, 0, 4, 64, FALSE
, 0, complain_overflow_bitfield
,
104 bfd_elf_generic_reloc
, "R_X86_64_DTPMOD64", FALSE
, MINUS_ONE
,
106 HOWTO(R_X86_64_DTPOFF64
, 0, 4, 64, FALSE
, 0, complain_overflow_bitfield
,
107 bfd_elf_generic_reloc
, "R_X86_64_DTPOFF64", FALSE
, MINUS_ONE
,
109 HOWTO(R_X86_64_TPOFF64
, 0, 4, 64, FALSE
, 0, complain_overflow_bitfield
,
110 bfd_elf_generic_reloc
, "R_X86_64_TPOFF64", FALSE
, MINUS_ONE
,
112 HOWTO(R_X86_64_TLSGD
, 0, 2, 32, TRUE
, 0, complain_overflow_signed
,
113 bfd_elf_generic_reloc
, "R_X86_64_TLSGD", FALSE
, 0xffffffff,
115 HOWTO(R_X86_64_TLSLD
, 0, 2, 32, TRUE
, 0, complain_overflow_signed
,
116 bfd_elf_generic_reloc
, "R_X86_64_TLSLD", FALSE
, 0xffffffff,
118 HOWTO(R_X86_64_DTPOFF32
, 0, 2, 32, FALSE
, 0, complain_overflow_signed
,
119 bfd_elf_generic_reloc
, "R_X86_64_DTPOFF32", FALSE
, 0xffffffff,
121 HOWTO(R_X86_64_GOTTPOFF
, 0, 2, 32, TRUE
, 0, complain_overflow_signed
,
122 bfd_elf_generic_reloc
, "R_X86_64_GOTTPOFF", FALSE
, 0xffffffff,
124 HOWTO(R_X86_64_TPOFF32
, 0, 2, 32, FALSE
, 0, complain_overflow_signed
,
125 bfd_elf_generic_reloc
, "R_X86_64_TPOFF32", FALSE
, 0xffffffff,
127 HOWTO(R_X86_64_PC64
, 0, 4, 64, TRUE
, 0, complain_overflow_bitfield
,
128 bfd_elf_generic_reloc
, "R_X86_64_PC64", FALSE
, MINUS_ONE
, MINUS_ONE
,
130 HOWTO(R_X86_64_GOTOFF64
, 0, 4, 64, FALSE
, 0, complain_overflow_bitfield
,
131 bfd_elf_generic_reloc
, "R_X86_64_GOTOFF64",
132 FALSE
, MINUS_ONE
, MINUS_ONE
, FALSE
),
133 HOWTO(R_X86_64_GOTPC32
, 0, 2, 32, TRUE
, 0, complain_overflow_signed
,
134 bfd_elf_generic_reloc
, "R_X86_64_GOTPC32",
135 FALSE
, 0xffffffff, 0xffffffff, TRUE
),
136 HOWTO(R_X86_64_GOT64
, 0, 4, 64, FALSE
, 0, complain_overflow_signed
,
137 bfd_elf_generic_reloc
, "R_X86_64_GOT64", FALSE
, MINUS_ONE
, MINUS_ONE
,
139 HOWTO(R_X86_64_GOTPCREL64
, 0, 4, 64, TRUE
, 0, complain_overflow_signed
,
140 bfd_elf_generic_reloc
, "R_X86_64_GOTPCREL64", FALSE
, MINUS_ONE
,
142 HOWTO(R_X86_64_GOTPC64
, 0, 4, 64, TRUE
, 0, complain_overflow_signed
,
143 bfd_elf_generic_reloc
, "R_X86_64_GOTPC64",
144 FALSE
, MINUS_ONE
, MINUS_ONE
, TRUE
),
145 HOWTO(R_X86_64_GOTPLT64
, 0, 4, 64, FALSE
, 0, complain_overflow_signed
,
146 bfd_elf_generic_reloc
, "R_X86_64_GOTPLT64", FALSE
, MINUS_ONE
,
148 HOWTO(R_X86_64_PLTOFF64
, 0, 4, 64, FALSE
, 0, complain_overflow_signed
,
149 bfd_elf_generic_reloc
, "R_X86_64_PLTOFF64", FALSE
, MINUS_ONE
,
151 HOWTO(R_X86_64_SIZE32
, 0, 2, 32, FALSE
, 0, complain_overflow_unsigned
,
152 bfd_elf_generic_reloc
, "R_X86_64_SIZE32", FALSE
, 0xffffffff, 0xffffffff,
154 HOWTO(R_X86_64_SIZE64
, 0, 4, 64, FALSE
, 0, complain_overflow_unsigned
,
155 bfd_elf_generic_reloc
, "R_X86_64_SIZE64", FALSE
, MINUS_ONE
, MINUS_ONE
,
157 HOWTO(R_X86_64_GOTPC32_TLSDESC
, 0, 2, 32, TRUE
, 0,
158 complain_overflow_bitfield
, bfd_elf_generic_reloc
,
159 "R_X86_64_GOTPC32_TLSDESC",
160 FALSE
, 0xffffffff, 0xffffffff, TRUE
),
161 HOWTO(R_X86_64_TLSDESC_CALL
, 0, 0, 0, FALSE
, 0,
162 complain_overflow_dont
, bfd_elf_generic_reloc
,
163 "R_X86_64_TLSDESC_CALL",
165 HOWTO(R_X86_64_TLSDESC
, 0, 4, 64, FALSE
, 0,
166 complain_overflow_bitfield
, bfd_elf_generic_reloc
,
168 FALSE
, MINUS_ONE
, MINUS_ONE
, FALSE
),
169 HOWTO(R_X86_64_IRELATIVE
, 0, 4, 64, FALSE
, 0, complain_overflow_bitfield
,
170 bfd_elf_generic_reloc
, "R_X86_64_IRELATIVE", FALSE
, MINUS_ONE
,
172 HOWTO(R_X86_64_RELATIVE64
, 0, 4, 64, FALSE
, 0, complain_overflow_bitfield
,
173 bfd_elf_generic_reloc
, "R_X86_64_RELATIVE64", FALSE
, MINUS_ONE
,
176 /* We have a gap in the reloc numbers here.
177 R_X86_64_standard counts the number up to this point, and
178 R_X86_64_vt_offset is the value to subtract from a reloc type of
179 R_X86_64_GNU_VT* to form an index into this table. */
180 #define R_X86_64_standard (R_X86_64_RELATIVE64 + 1)
181 #define R_X86_64_vt_offset (R_X86_64_GNU_VTINHERIT - R_X86_64_standard)
183 /* GNU extension to record C++ vtable hierarchy. */
184 HOWTO (R_X86_64_GNU_VTINHERIT
, 0, 4, 0, FALSE
, 0, complain_overflow_dont
,
185 NULL
, "R_X86_64_GNU_VTINHERIT", FALSE
, 0, 0, FALSE
),
187 /* GNU extension to record C++ vtable member usage. */
188 HOWTO (R_X86_64_GNU_VTENTRY
, 0, 4, 0, FALSE
, 0, complain_overflow_dont
,
189 _bfd_elf_rel_vtable_reloc_fn
, "R_X86_64_GNU_VTENTRY", FALSE
, 0, 0,
192 /* Use complain_overflow_bitfield on R_X86_64_32 for x32. */
193 HOWTO(R_X86_64_32
, 0, 2, 32, FALSE
, 0, complain_overflow_bitfield
,
194 bfd_elf_generic_reloc
, "R_X86_64_32", FALSE
, 0xffffffff, 0xffffffff,
198 #define IS_X86_64_PCREL_TYPE(TYPE) \
199 ( ((TYPE) == R_X86_64_PC8) \
200 || ((TYPE) == R_X86_64_PC16) \
201 || ((TYPE) == R_X86_64_PC32) \
202 || ((TYPE) == R_X86_64_PC64))
204 /* Map BFD relocs to the x86_64 elf relocs. */
207 bfd_reloc_code_real_type bfd_reloc_val
;
208 unsigned char elf_reloc_val
;
211 static const struct elf_reloc_map x86_64_reloc_map
[] =
213 { BFD_RELOC_NONE
, R_X86_64_NONE
, },
214 { BFD_RELOC_64
, R_X86_64_64
, },
215 { BFD_RELOC_32_PCREL
, R_X86_64_PC32
, },
216 { BFD_RELOC_X86_64_GOT32
, R_X86_64_GOT32
,},
217 { BFD_RELOC_X86_64_PLT32
, R_X86_64_PLT32
,},
218 { BFD_RELOC_X86_64_COPY
, R_X86_64_COPY
, },
219 { BFD_RELOC_X86_64_GLOB_DAT
, R_X86_64_GLOB_DAT
, },
220 { BFD_RELOC_X86_64_JUMP_SLOT
, R_X86_64_JUMP_SLOT
, },
221 { BFD_RELOC_X86_64_RELATIVE
, R_X86_64_RELATIVE
, },
222 { BFD_RELOC_X86_64_GOTPCREL
, R_X86_64_GOTPCREL
, },
223 { BFD_RELOC_32
, R_X86_64_32
, },
224 { BFD_RELOC_X86_64_32S
, R_X86_64_32S
, },
225 { BFD_RELOC_16
, R_X86_64_16
, },
226 { BFD_RELOC_16_PCREL
, R_X86_64_PC16
, },
227 { BFD_RELOC_8
, R_X86_64_8
, },
228 { BFD_RELOC_8_PCREL
, R_X86_64_PC8
, },
229 { BFD_RELOC_X86_64_DTPMOD64
, R_X86_64_DTPMOD64
, },
230 { BFD_RELOC_X86_64_DTPOFF64
, R_X86_64_DTPOFF64
, },
231 { BFD_RELOC_X86_64_TPOFF64
, R_X86_64_TPOFF64
, },
232 { BFD_RELOC_X86_64_TLSGD
, R_X86_64_TLSGD
, },
233 { BFD_RELOC_X86_64_TLSLD
, R_X86_64_TLSLD
, },
234 { BFD_RELOC_X86_64_DTPOFF32
, R_X86_64_DTPOFF32
, },
235 { BFD_RELOC_X86_64_GOTTPOFF
, R_X86_64_GOTTPOFF
, },
236 { BFD_RELOC_X86_64_TPOFF32
, R_X86_64_TPOFF32
, },
237 { BFD_RELOC_64_PCREL
, R_X86_64_PC64
, },
238 { BFD_RELOC_X86_64_GOTOFF64
, R_X86_64_GOTOFF64
, },
239 { BFD_RELOC_X86_64_GOTPC32
, R_X86_64_GOTPC32
, },
240 { BFD_RELOC_X86_64_GOT64
, R_X86_64_GOT64
, },
241 { BFD_RELOC_X86_64_GOTPCREL64
,R_X86_64_GOTPCREL64
, },
242 { BFD_RELOC_X86_64_GOTPC64
, R_X86_64_GOTPC64
, },
243 { BFD_RELOC_X86_64_GOTPLT64
, R_X86_64_GOTPLT64
, },
244 { BFD_RELOC_X86_64_PLTOFF64
, R_X86_64_PLTOFF64
, },
245 { BFD_RELOC_SIZE32
, R_X86_64_SIZE32
, },
246 { BFD_RELOC_SIZE64
, R_X86_64_SIZE64
, },
247 { BFD_RELOC_X86_64_GOTPC32_TLSDESC
, R_X86_64_GOTPC32_TLSDESC
, },
248 { BFD_RELOC_X86_64_TLSDESC_CALL
, R_X86_64_TLSDESC_CALL
, },
249 { BFD_RELOC_X86_64_TLSDESC
, R_X86_64_TLSDESC
, },
250 { BFD_RELOC_X86_64_IRELATIVE
, R_X86_64_IRELATIVE
, },
251 { BFD_RELOC_VTABLE_INHERIT
, R_X86_64_GNU_VTINHERIT
, },
252 { BFD_RELOC_VTABLE_ENTRY
, R_X86_64_GNU_VTENTRY
, },
255 static reloc_howto_type
*
256 elf_x86_64_rtype_to_howto (bfd
*abfd
, unsigned r_type
)
260 if (r_type
== (unsigned int) R_X86_64_32
)
265 i
= ARRAY_SIZE (x86_64_elf_howto_table
) - 1;
267 else if (r_type
< (unsigned int) R_X86_64_GNU_VTINHERIT
268 || r_type
>= (unsigned int) R_X86_64_max
)
270 if (r_type
>= (unsigned int) R_X86_64_standard
)
272 (*_bfd_error_handler
) (_("%B: invalid relocation type %d"),
274 r_type
= R_X86_64_NONE
;
279 i
= r_type
- (unsigned int) R_X86_64_vt_offset
;
280 BFD_ASSERT (x86_64_elf_howto_table
[i
].type
== r_type
);
281 return &x86_64_elf_howto_table
[i
];
284 /* Given a BFD reloc type, return a HOWTO structure. */
285 static reloc_howto_type
*
286 elf_x86_64_reloc_type_lookup (bfd
*abfd
,
287 bfd_reloc_code_real_type code
)
291 for (i
= 0; i
< sizeof (x86_64_reloc_map
) / sizeof (struct elf_reloc_map
);
294 if (x86_64_reloc_map
[i
].bfd_reloc_val
== code
)
295 return elf_x86_64_rtype_to_howto (abfd
,
296 x86_64_reloc_map
[i
].elf_reloc_val
);
301 static reloc_howto_type
*
302 elf_x86_64_reloc_name_lookup (bfd
*abfd
,
307 if (!ABI_64_P (abfd
) && strcasecmp (r_name
, "R_X86_64_32") == 0)
309 /* Get x32 R_X86_64_32. */
310 reloc_howto_type
*reloc
311 = &x86_64_elf_howto_table
[ARRAY_SIZE (x86_64_elf_howto_table
) - 1];
312 BFD_ASSERT (reloc
->type
== (unsigned int) R_X86_64_32
);
316 for (i
= 0; i
< ARRAY_SIZE (x86_64_elf_howto_table
); i
++)
317 if (x86_64_elf_howto_table
[i
].name
!= NULL
318 && strcasecmp (x86_64_elf_howto_table
[i
].name
, r_name
) == 0)
319 return &x86_64_elf_howto_table
[i
];
324 /* Given an x86_64 ELF reloc type, fill in an arelent structure. */
327 elf_x86_64_info_to_howto (bfd
*abfd ATTRIBUTE_UNUSED
, arelent
*cache_ptr
,
328 Elf_Internal_Rela
*dst
)
332 r_type
= ELF32_R_TYPE (dst
->r_info
);
333 cache_ptr
->howto
= elf_x86_64_rtype_to_howto (abfd
, r_type
);
334 BFD_ASSERT (r_type
== cache_ptr
->howto
->type
);
337 /* Support for core dump NOTE sections. */
339 elf_x86_64_grok_prstatus (bfd
*abfd
, Elf_Internal_Note
*note
)
344 switch (note
->descsz
)
349 case 296: /* sizeof(istruct elf_prstatus) on Linux/x32 */
351 elf_tdata (abfd
)->core
->signal
= bfd_get_16 (abfd
, note
->descdata
+ 12);
354 elf_tdata (abfd
)->core
->lwpid
= bfd_get_32 (abfd
, note
->descdata
+ 24);
362 case 336: /* sizeof(istruct elf_prstatus) on Linux/x86_64 */
364 elf_tdata (abfd
)->core
->signal
365 = bfd_get_16 (abfd
, note
->descdata
+ 12);
368 elf_tdata (abfd
)->core
->lwpid
369 = bfd_get_32 (abfd
, note
->descdata
+ 32);
378 /* Make a ".reg/999" section. */
379 return _bfd_elfcore_make_pseudosection (abfd
, ".reg",
380 size
, note
->descpos
+ offset
);
384 elf_x86_64_grok_psinfo (bfd
*abfd
, Elf_Internal_Note
*note
)
386 switch (note
->descsz
)
391 case 124: /* sizeof(struct elf_prpsinfo) on Linux/x32 */
392 elf_tdata (abfd
)->core
->pid
393 = bfd_get_32 (abfd
, note
->descdata
+ 12);
394 elf_tdata (abfd
)->core
->program
395 = _bfd_elfcore_strndup (abfd
, note
->descdata
+ 28, 16);
396 elf_tdata (abfd
)->core
->command
397 = _bfd_elfcore_strndup (abfd
, note
->descdata
+ 44, 80);
400 case 136: /* sizeof(struct elf_prpsinfo) on Linux/x86_64 */
401 elf_tdata (abfd
)->core
->pid
402 = bfd_get_32 (abfd
, note
->descdata
+ 24);
403 elf_tdata (abfd
)->core
->program
404 = _bfd_elfcore_strndup (abfd
, note
->descdata
+ 40, 16);
405 elf_tdata (abfd
)->core
->command
406 = _bfd_elfcore_strndup (abfd
, note
->descdata
+ 56, 80);
409 /* Note that for some reason, a spurious space is tacked
410 onto the end of the args in some (at least one anyway)
411 implementations, so strip it off if it exists. */
414 char *command
= elf_tdata (abfd
)->core
->command
;
415 int n
= strlen (command
);
417 if (0 < n
&& command
[n
- 1] == ' ')
418 command
[n
- 1] = '\0';
426 elf_x86_64_write_core_note (bfd
*abfd
, char *buf
, int *bufsiz
,
429 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
431 const char *fname
, *psargs
;
442 va_start (ap
, note_type
);
443 fname
= va_arg (ap
, const char *);
444 psargs
= va_arg (ap
, const char *);
447 if (bed
->s
->elfclass
== ELFCLASS32
)
450 memset (&data
, 0, sizeof (data
));
451 strncpy (data
.pr_fname
, fname
, sizeof (data
.pr_fname
));
452 strncpy (data
.pr_psargs
, psargs
, sizeof (data
.pr_psargs
));
453 return elfcore_write_note (abfd
, buf
, bufsiz
, "CORE", note_type
,
454 &data
, sizeof (data
));
459 memset (&data
, 0, sizeof (data
));
460 strncpy (data
.pr_fname
, fname
, sizeof (data
.pr_fname
));
461 strncpy (data
.pr_psargs
, psargs
, sizeof (data
.pr_psargs
));
462 return elfcore_write_note (abfd
, buf
, bufsiz
, "CORE", note_type
,
463 &data
, sizeof (data
));
468 va_start (ap
, note_type
);
469 pid
= va_arg (ap
, long);
470 cursig
= va_arg (ap
, int);
471 gregs
= va_arg (ap
, const void *);
474 if (bed
->s
->elfclass
== ELFCLASS32
)
476 if (bed
->elf_machine_code
== EM_X86_64
)
478 prstatusx32_t prstat
;
479 memset (&prstat
, 0, sizeof (prstat
));
481 prstat
.pr_cursig
= cursig
;
482 memcpy (&prstat
.pr_reg
, gregs
, sizeof (prstat
.pr_reg
));
483 return elfcore_write_note (abfd
, buf
, bufsiz
, "CORE", note_type
,
484 &prstat
, sizeof (prstat
));
489 memset (&prstat
, 0, sizeof (prstat
));
491 prstat
.pr_cursig
= cursig
;
492 memcpy (&prstat
.pr_reg
, gregs
, sizeof (prstat
.pr_reg
));
493 return elfcore_write_note (abfd
, buf
, bufsiz
, "CORE", note_type
,
494 &prstat
, sizeof (prstat
));
500 memset (&prstat
, 0, sizeof (prstat
));
502 prstat
.pr_cursig
= cursig
;
503 memcpy (&prstat
.pr_reg
, gregs
, sizeof (prstat
.pr_reg
));
504 return elfcore_write_note (abfd
, buf
, bufsiz
, "CORE", note_type
,
505 &prstat
, sizeof (prstat
));
512 /* Functions for the x86-64 ELF linker. */
514 /* The name of the dynamic interpreter. This is put in the .interp
517 #define ELF64_DYNAMIC_INTERPRETER "/lib/ld64.so.1"
518 #define ELF32_DYNAMIC_INTERPRETER "/lib/ldx32.so.1"
520 /* If ELIMINATE_COPY_RELOCS is non-zero, the linker will try to avoid
521 copying dynamic variables from a shared lib into an app's dynbss
522 section, and instead use a dynamic relocation to point into the
524 #define ELIMINATE_COPY_RELOCS 1
526 /* The size in bytes of an entry in the global offset table. */
528 #define GOT_ENTRY_SIZE 8
530 /* The size in bytes of an entry in the procedure linkage table. */
532 #define PLT_ENTRY_SIZE 16
534 /* The first entry in a procedure linkage table looks like this. See the
535 SVR4 ABI i386 supplement and the x86-64 ABI to see how this works. */
537 static const bfd_byte elf_x86_64_plt0_entry
[PLT_ENTRY_SIZE
] =
539 0xff, 0x35, 8, 0, 0, 0, /* pushq GOT+8(%rip) */
540 0xff, 0x25, 16, 0, 0, 0, /* jmpq *GOT+16(%rip) */
541 0x0f, 0x1f, 0x40, 0x00 /* nopl 0(%rax) */
544 /* Subsequent entries in a procedure linkage table look like this. */
546 static const bfd_byte elf_x86_64_plt_entry
[PLT_ENTRY_SIZE
] =
548 0xff, 0x25, /* jmpq *name@GOTPC(%rip) */
549 0, 0, 0, 0, /* replaced with offset to this symbol in .got. */
550 0x68, /* pushq immediate */
551 0, 0, 0, 0, /* replaced with index into relocation table. */
552 0xe9, /* jmp relative */
553 0, 0, 0, 0 /* replaced with offset to start of .plt0. */
556 /* .eh_frame covering the .plt section. */
558 static const bfd_byte elf_x86_64_eh_frame_plt
[] =
560 #define PLT_CIE_LENGTH 20
561 #define PLT_FDE_LENGTH 36
562 #define PLT_FDE_START_OFFSET 4 + PLT_CIE_LENGTH + 8
563 #define PLT_FDE_LEN_OFFSET 4 + PLT_CIE_LENGTH + 12
564 PLT_CIE_LENGTH
, 0, 0, 0, /* CIE length */
565 0, 0, 0, 0, /* CIE ID */
567 'z', 'R', 0, /* Augmentation string */
568 1, /* Code alignment factor */
569 0x78, /* Data alignment factor */
570 16, /* Return address column */
571 1, /* Augmentation size */
572 DW_EH_PE_pcrel
| DW_EH_PE_sdata4
, /* FDE encoding */
573 DW_CFA_def_cfa
, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
574 DW_CFA_offset
+ 16, 1, /* DW_CFA_offset: r16 (rip) at cfa-8 */
575 DW_CFA_nop
, DW_CFA_nop
,
577 PLT_FDE_LENGTH
, 0, 0, 0, /* FDE length */
578 PLT_CIE_LENGTH
+ 8, 0, 0, 0, /* CIE pointer */
579 0, 0, 0, 0, /* R_X86_64_PC32 .plt goes here */
580 0, 0, 0, 0, /* .plt size goes here */
581 0, /* Augmentation size */
582 DW_CFA_def_cfa_offset
, 16, /* DW_CFA_def_cfa_offset: 16 */
583 DW_CFA_advance_loc
+ 6, /* DW_CFA_advance_loc: 6 to __PLT__+6 */
584 DW_CFA_def_cfa_offset
, 24, /* DW_CFA_def_cfa_offset: 24 */
585 DW_CFA_advance_loc
+ 10, /* DW_CFA_advance_loc: 10 to __PLT__+16 */
586 DW_CFA_def_cfa_expression
, /* DW_CFA_def_cfa_expression */
587 11, /* Block length */
588 DW_OP_breg7
, 8, /* DW_OP_breg7 (rsp): 8 */
589 DW_OP_breg16
, 0, /* DW_OP_breg16 (rip): 0 */
590 DW_OP_lit15
, DW_OP_and
, DW_OP_lit11
, DW_OP_ge
,
591 DW_OP_lit3
, DW_OP_shl
, DW_OP_plus
,
592 DW_CFA_nop
, DW_CFA_nop
, DW_CFA_nop
, DW_CFA_nop
595 /* Architecture-specific backend data for x86-64. */
597 struct elf_x86_64_backend_data
599 /* Templates for the initial PLT entry and for subsequent entries. */
600 const bfd_byte
*plt0_entry
;
601 const bfd_byte
*plt_entry
;
602 unsigned int plt_entry_size
; /* Size of each PLT entry. */
604 /* Offsets into plt0_entry that are to be replaced with GOT[1] and GOT[2]. */
605 unsigned int plt0_got1_offset
;
606 unsigned int plt0_got2_offset
;
608 /* Offset of the end of the PC-relative instruction containing
610 unsigned int plt0_got2_insn_end
;
612 /* Offsets into plt_entry that are to be replaced with... */
613 unsigned int plt_got_offset
; /* ... address of this symbol in .got. */
614 unsigned int plt_reloc_offset
; /* ... offset into relocation table. */
615 unsigned int plt_plt_offset
; /* ... offset to start of .plt. */
617 /* Length of the PC-relative instruction containing plt_got_offset. */
618 unsigned int plt_got_insn_size
;
620 /* Offset of the end of the PC-relative jump to plt0_entry. */
621 unsigned int plt_plt_insn_end
;
623 /* Offset into plt_entry where the initial value of the GOT entry points. */
624 unsigned int plt_lazy_offset
;
626 /* .eh_frame covering the .plt section. */
627 const bfd_byte
*eh_frame_plt
;
628 unsigned int eh_frame_plt_size
;
631 #define get_elf_x86_64_backend_data(abfd) \
632 ((const struct elf_x86_64_backend_data *) \
633 get_elf_backend_data (abfd)->arch_data)
635 #define GET_PLT_ENTRY_SIZE(abfd) \
636 get_elf_x86_64_backend_data (abfd)->plt_entry_size
638 /* These are the standard parameters. */
639 static const struct elf_x86_64_backend_data elf_x86_64_arch_bed
=
641 elf_x86_64_plt0_entry
, /* plt0_entry */
642 elf_x86_64_plt_entry
, /* plt_entry */
643 sizeof (elf_x86_64_plt_entry
), /* plt_entry_size */
644 2, /* plt0_got1_offset */
645 8, /* plt0_got2_offset */
646 12, /* plt0_got2_insn_end */
647 2, /* plt_got_offset */
648 7, /* plt_reloc_offset */
649 12, /* plt_plt_offset */
650 6, /* plt_got_insn_size */
651 PLT_ENTRY_SIZE
, /* plt_plt_insn_end */
652 6, /* plt_lazy_offset */
653 elf_x86_64_eh_frame_plt
, /* eh_frame_plt */
654 sizeof (elf_x86_64_eh_frame_plt
), /* eh_frame_plt_size */
657 #define elf_backend_arch_data &elf_x86_64_arch_bed
659 /* x86-64 ELF linker hash entry. */
661 struct elf_x86_64_link_hash_entry
663 struct elf_link_hash_entry elf
;
665 /* Track dynamic relocs copied for this symbol. */
666 struct elf_dyn_relocs
*dyn_relocs
;
668 #define GOT_UNKNOWN 0
672 #define GOT_TLS_GDESC 4
673 #define GOT_TLS_GD_BOTH_P(type) \
674 ((type) == (GOT_TLS_GD | GOT_TLS_GDESC))
675 #define GOT_TLS_GD_P(type) \
676 ((type) == GOT_TLS_GD || GOT_TLS_GD_BOTH_P (type))
677 #define GOT_TLS_GDESC_P(type) \
678 ((type) == GOT_TLS_GDESC || GOT_TLS_GD_BOTH_P (type))
679 #define GOT_TLS_GD_ANY_P(type) \
680 (GOT_TLS_GD_P (type) || GOT_TLS_GDESC_P (type))
681 unsigned char tls_type
;
683 /* Offset of the GOTPLT entry reserved for the TLS descriptor,
684 starting at the end of the jump table. */
688 #define elf_x86_64_hash_entry(ent) \
689 ((struct elf_x86_64_link_hash_entry *)(ent))
691 struct elf_x86_64_obj_tdata
693 struct elf_obj_tdata root
;
695 /* tls_type for each local got entry. */
696 char *local_got_tls_type
;
698 /* GOTPLT entries for TLS descriptors. */
699 bfd_vma
*local_tlsdesc_gotent
;
702 #define elf_x86_64_tdata(abfd) \
703 ((struct elf_x86_64_obj_tdata *) (abfd)->tdata.any)
705 #define elf_x86_64_local_got_tls_type(abfd) \
706 (elf_x86_64_tdata (abfd)->local_got_tls_type)
708 #define elf_x86_64_local_tlsdesc_gotent(abfd) \
709 (elf_x86_64_tdata (abfd)->local_tlsdesc_gotent)
711 #define is_x86_64_elf(bfd) \
712 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
713 && elf_tdata (bfd) != NULL \
714 && elf_object_id (bfd) == X86_64_ELF_DATA)
717 elf_x86_64_mkobject (bfd
*abfd
)
719 return bfd_elf_allocate_object (abfd
, sizeof (struct elf_x86_64_obj_tdata
),
723 /* x86-64 ELF linker hash table. */
725 struct elf_x86_64_link_hash_table
727 struct elf_link_hash_table elf
;
729 /* Short-cuts to get to dynamic linker sections. */
732 asection
*plt_eh_frame
;
736 bfd_signed_vma refcount
;
740 /* The amount of space used by the jump slots in the GOT. */
741 bfd_vma sgotplt_jump_table_size
;
743 /* Small local sym cache. */
744 struct sym_cache sym_cache
;
746 bfd_vma (*r_info
) (bfd_vma
, bfd_vma
);
747 bfd_vma (*r_sym
) (bfd_vma
);
748 unsigned int pointer_r_type
;
749 const char *dynamic_interpreter
;
750 int dynamic_interpreter_size
;
752 /* _TLS_MODULE_BASE_ symbol. */
753 struct bfd_link_hash_entry
*tls_module_base
;
755 /* Used by local STT_GNU_IFUNC symbols. */
756 htab_t loc_hash_table
;
757 void * loc_hash_memory
;
759 /* The offset into splt of the PLT entry for the TLS descriptor
760 resolver. Special values are 0, if not necessary (or not found
761 to be necessary yet), and -1 if needed but not determined
764 /* The offset into sgot of the GOT entry used by the PLT entry
768 /* The index of the next R_X86_64_JUMP_SLOT entry in .rela.plt. */
769 bfd_vma next_jump_slot_index
;
770 /* The index of the next R_X86_64_IRELATIVE entry in .rela.plt. */
771 bfd_vma next_irelative_index
;
774 /* Get the x86-64 ELF linker hash table from a link_info structure. */
776 #define elf_x86_64_hash_table(p) \
777 (elf_hash_table_id ((struct elf_link_hash_table *) ((p)->hash)) \
778 == X86_64_ELF_DATA ? ((struct elf_x86_64_link_hash_table *) ((p)->hash)) : NULL)
780 #define elf_x86_64_compute_jump_table_size(htab) \
781 ((htab)->elf.srelplt->reloc_count * GOT_ENTRY_SIZE)
783 /* Create an entry in an x86-64 ELF linker hash table. */
785 static struct bfd_hash_entry
*
786 elf_x86_64_link_hash_newfunc (struct bfd_hash_entry
*entry
,
787 struct bfd_hash_table
*table
,
790 /* Allocate the structure if it has not already been allocated by a
794 entry
= (struct bfd_hash_entry
*)
795 bfd_hash_allocate (table
,
796 sizeof (struct elf_x86_64_link_hash_entry
));
801 /* Call the allocation method of the superclass. */
802 entry
= _bfd_elf_link_hash_newfunc (entry
, table
, string
);
805 struct elf_x86_64_link_hash_entry
*eh
;
807 eh
= (struct elf_x86_64_link_hash_entry
*) entry
;
808 eh
->dyn_relocs
= NULL
;
809 eh
->tls_type
= GOT_UNKNOWN
;
810 eh
->tlsdesc_got
= (bfd_vma
) -1;
816 /* Compute a hash of a local hash entry. We use elf_link_hash_entry
817 for local symbol so that we can handle local STT_GNU_IFUNC symbols
818 as global symbol. We reuse indx and dynstr_index for local symbol
819 hash since they aren't used by global symbols in this backend. */
822 elf_x86_64_local_htab_hash (const void *ptr
)
824 struct elf_link_hash_entry
*h
825 = (struct elf_link_hash_entry
*) ptr
;
826 return ELF_LOCAL_SYMBOL_HASH (h
->indx
, h
->dynstr_index
);
829 /* Compare local hash entries. */
832 elf_x86_64_local_htab_eq (const void *ptr1
, const void *ptr2
)
834 struct elf_link_hash_entry
*h1
835 = (struct elf_link_hash_entry
*) ptr1
;
836 struct elf_link_hash_entry
*h2
837 = (struct elf_link_hash_entry
*) ptr2
;
839 return h1
->indx
== h2
->indx
&& h1
->dynstr_index
== h2
->dynstr_index
;
842 /* Find and/or create a hash entry for local symbol. */
844 static struct elf_link_hash_entry
*
845 elf_x86_64_get_local_sym_hash (struct elf_x86_64_link_hash_table
*htab
,
846 bfd
*abfd
, const Elf_Internal_Rela
*rel
,
849 struct elf_x86_64_link_hash_entry e
, *ret
;
850 asection
*sec
= abfd
->sections
;
851 hashval_t h
= ELF_LOCAL_SYMBOL_HASH (sec
->id
,
852 htab
->r_sym (rel
->r_info
));
855 e
.elf
.indx
= sec
->id
;
856 e
.elf
.dynstr_index
= htab
->r_sym (rel
->r_info
);
857 slot
= htab_find_slot_with_hash (htab
->loc_hash_table
, &e
, h
,
858 create
? INSERT
: NO_INSERT
);
865 ret
= (struct elf_x86_64_link_hash_entry
*) *slot
;
869 ret
= (struct elf_x86_64_link_hash_entry
*)
870 objalloc_alloc ((struct objalloc
*) htab
->loc_hash_memory
,
871 sizeof (struct elf_x86_64_link_hash_entry
));
874 memset (ret
, 0, sizeof (*ret
));
875 ret
->elf
.indx
= sec
->id
;
876 ret
->elf
.dynstr_index
= htab
->r_sym (rel
->r_info
);
877 ret
->elf
.dynindx
= -1;
883 /* Create an X86-64 ELF linker hash table. */
885 static struct bfd_link_hash_table
*
886 elf_x86_64_link_hash_table_create (bfd
*abfd
)
888 struct elf_x86_64_link_hash_table
*ret
;
889 bfd_size_type amt
= sizeof (struct elf_x86_64_link_hash_table
);
891 ret
= (struct elf_x86_64_link_hash_table
*) bfd_zmalloc (amt
);
895 if (!_bfd_elf_link_hash_table_init (&ret
->elf
, abfd
,
896 elf_x86_64_link_hash_newfunc
,
897 sizeof (struct elf_x86_64_link_hash_entry
),
906 ret
->r_info
= elf64_r_info
;
907 ret
->r_sym
= elf64_r_sym
;
908 ret
->pointer_r_type
= R_X86_64_64
;
909 ret
->dynamic_interpreter
= ELF64_DYNAMIC_INTERPRETER
;
910 ret
->dynamic_interpreter_size
= sizeof ELF64_DYNAMIC_INTERPRETER
;
914 ret
->r_info
= elf32_r_info
;
915 ret
->r_sym
= elf32_r_sym
;
916 ret
->pointer_r_type
= R_X86_64_32
;
917 ret
->dynamic_interpreter
= ELF32_DYNAMIC_INTERPRETER
;
918 ret
->dynamic_interpreter_size
= sizeof ELF32_DYNAMIC_INTERPRETER
;
921 ret
->loc_hash_table
= htab_try_create (1024,
922 elf_x86_64_local_htab_hash
,
923 elf_x86_64_local_htab_eq
,
925 ret
->loc_hash_memory
= objalloc_create ();
926 if (!ret
->loc_hash_table
|| !ret
->loc_hash_memory
)
932 return &ret
->elf
.root
;
935 /* Destroy an X86-64 ELF linker hash table. */
938 elf_x86_64_link_hash_table_free (struct bfd_link_hash_table
*hash
)
940 struct elf_x86_64_link_hash_table
*htab
941 = (struct elf_x86_64_link_hash_table
*) hash
;
943 if (htab
->loc_hash_table
)
944 htab_delete (htab
->loc_hash_table
);
945 if (htab
->loc_hash_memory
)
946 objalloc_free ((struct objalloc
*) htab
->loc_hash_memory
);
947 _bfd_elf_link_hash_table_free (hash
);
950 /* Create .plt, .rela.plt, .got, .got.plt, .rela.got, .dynbss, and
951 .rela.bss sections in DYNOBJ, and set up shortcuts to them in our
955 elf_x86_64_create_dynamic_sections (bfd
*dynobj
,
956 struct bfd_link_info
*info
)
958 struct elf_x86_64_link_hash_table
*htab
;
960 if (!_bfd_elf_create_dynamic_sections (dynobj
, info
))
963 htab
= elf_x86_64_hash_table (info
);
967 htab
->sdynbss
= bfd_get_linker_section (dynobj
, ".dynbss");
969 htab
->srelbss
= bfd_get_linker_section (dynobj
, ".rela.bss");
972 || (!info
->shared
&& !htab
->srelbss
))
975 if (!info
->no_ld_generated_unwind_info
976 && htab
->plt_eh_frame
== NULL
977 && htab
->elf
.splt
!= NULL
)
979 flagword flags
= (SEC_ALLOC
| SEC_LOAD
| SEC_READONLY
980 | SEC_HAS_CONTENTS
| SEC_IN_MEMORY
981 | SEC_LINKER_CREATED
);
983 = bfd_make_section_anyway_with_flags (dynobj
, ".eh_frame", flags
);
984 if (htab
->plt_eh_frame
== NULL
985 || !bfd_set_section_alignment (dynobj
, htab
->plt_eh_frame
, 3))
991 /* Copy the extra info we tack onto an elf_link_hash_entry. */
994 elf_x86_64_copy_indirect_symbol (struct bfd_link_info
*info
,
995 struct elf_link_hash_entry
*dir
,
996 struct elf_link_hash_entry
*ind
)
998 struct elf_x86_64_link_hash_entry
*edir
, *eind
;
1000 edir
= (struct elf_x86_64_link_hash_entry
*) dir
;
1001 eind
= (struct elf_x86_64_link_hash_entry
*) ind
;
1003 if (eind
->dyn_relocs
!= NULL
)
1005 if (edir
->dyn_relocs
!= NULL
)
1007 struct elf_dyn_relocs
**pp
;
1008 struct elf_dyn_relocs
*p
;
1010 /* Add reloc counts against the indirect sym to the direct sym
1011 list. Merge any entries against the same section. */
1012 for (pp
= &eind
->dyn_relocs
; (p
= *pp
) != NULL
; )
1014 struct elf_dyn_relocs
*q
;
1016 for (q
= edir
->dyn_relocs
; q
!= NULL
; q
= q
->next
)
1017 if (q
->sec
== p
->sec
)
1019 q
->pc_count
+= p
->pc_count
;
1020 q
->count
+= p
->count
;
1027 *pp
= edir
->dyn_relocs
;
1030 edir
->dyn_relocs
= eind
->dyn_relocs
;
1031 eind
->dyn_relocs
= NULL
;
1034 if (ind
->root
.type
== bfd_link_hash_indirect
1035 && dir
->got
.refcount
<= 0)
1037 edir
->tls_type
= eind
->tls_type
;
1038 eind
->tls_type
= GOT_UNKNOWN
;
1041 if (ELIMINATE_COPY_RELOCS
1042 && ind
->root
.type
!= bfd_link_hash_indirect
1043 && dir
->dynamic_adjusted
)
1045 /* If called to transfer flags for a weakdef during processing
1046 of elf_adjust_dynamic_symbol, don't copy non_got_ref.
1047 We clear it ourselves for ELIMINATE_COPY_RELOCS. */
1048 dir
->ref_dynamic
|= ind
->ref_dynamic
;
1049 dir
->ref_regular
|= ind
->ref_regular
;
1050 dir
->ref_regular_nonweak
|= ind
->ref_regular_nonweak
;
1051 dir
->needs_plt
|= ind
->needs_plt
;
1052 dir
->pointer_equality_needed
|= ind
->pointer_equality_needed
;
1055 _bfd_elf_link_hash_copy_indirect (info
, dir
, ind
);
1059 elf64_x86_64_elf_object_p (bfd
*abfd
)
1061 /* Set the right machine number for an x86-64 elf64 file. */
1062 bfd_default_set_arch_mach (abfd
, bfd_arch_i386
, bfd_mach_x86_64
);
1067 elf32_x86_64_elf_object_p (bfd
*abfd
)
1069 /* Set the right machine number for an x86-64 elf32 file. */
1070 bfd_default_set_arch_mach (abfd
, bfd_arch_i386
, bfd_mach_x64_32
);
1074 /* Return TRUE if the TLS access code sequence support transition
1078 elf_x86_64_check_tls_transition (bfd
*abfd
,
1079 struct bfd_link_info
*info
,
1082 Elf_Internal_Shdr
*symtab_hdr
,
1083 struct elf_link_hash_entry
**sym_hashes
,
1084 unsigned int r_type
,
1085 const Elf_Internal_Rela
*rel
,
1086 const Elf_Internal_Rela
*relend
)
1089 unsigned long r_symndx
;
1090 struct elf_link_hash_entry
*h
;
1092 struct elf_x86_64_link_hash_table
*htab
;
1094 /* Get the section contents. */
1095 if (contents
== NULL
)
1097 if (elf_section_data (sec
)->this_hdr
.contents
!= NULL
)
1098 contents
= elf_section_data (sec
)->this_hdr
.contents
;
1101 /* FIXME: How to better handle error condition? */
1102 if (!bfd_malloc_and_get_section (abfd
, sec
, &contents
))
1105 /* Cache the section contents for elf_link_input_bfd. */
1106 elf_section_data (sec
)->this_hdr
.contents
= contents
;
1110 htab
= elf_x86_64_hash_table (info
);
1111 offset
= rel
->r_offset
;
1114 case R_X86_64_TLSGD
:
1115 case R_X86_64_TLSLD
:
1116 if ((rel
+ 1) >= relend
)
1119 if (r_type
== R_X86_64_TLSGD
)
1121 /* Check transition from GD access model. For 64bit, only
1122 .byte 0x66; leaq foo@tlsgd(%rip), %rdi
1123 .word 0x6666; rex64; call __tls_get_addr
1124 can transit to different access model. For 32bit, only
1125 leaq foo@tlsgd(%rip), %rdi
1126 .word 0x6666; rex64; call __tls_get_addr
1127 can transit to different access model. */
1129 static const unsigned char call
[] = { 0x66, 0x66, 0x48, 0xe8 };
1130 static const unsigned char leaq
[] = { 0x66, 0x48, 0x8d, 0x3d };
1132 if ((offset
+ 12) > sec
->size
1133 || memcmp (contents
+ offset
+ 4, call
, 4) != 0)
1136 if (ABI_64_P (abfd
))
1139 || memcmp (contents
+ offset
- 4, leaq
, 4) != 0)
1145 || memcmp (contents
+ offset
- 3, leaq
+ 1, 3) != 0)
1151 /* Check transition from LD access model. Only
1152 leaq foo@tlsld(%rip), %rdi;
1154 can transit to different access model. */
1156 static const unsigned char lea
[] = { 0x48, 0x8d, 0x3d };
1158 if (offset
< 3 || (offset
+ 9) > sec
->size
)
1161 if (memcmp (contents
+ offset
- 3, lea
, 3) != 0
1162 || 0xe8 != *(contents
+ offset
+ 4))
1166 r_symndx
= htab
->r_sym (rel
[1].r_info
);
1167 if (r_symndx
< symtab_hdr
->sh_info
)
1170 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
1171 /* Use strncmp to check __tls_get_addr since __tls_get_addr
1172 may be versioned. */
1174 && h
->root
.root
.string
!= NULL
1175 && (ELF32_R_TYPE (rel
[1].r_info
) == R_X86_64_PC32
1176 || ELF32_R_TYPE (rel
[1].r_info
) == R_X86_64_PLT32
)
1177 && (strncmp (h
->root
.root
.string
,
1178 "__tls_get_addr", 14) == 0));
1180 case R_X86_64_GOTTPOFF
:
1181 /* Check transition from IE access model:
1182 mov foo@gottpoff(%rip), %reg
1183 add foo@gottpoff(%rip), %reg
1186 /* Check REX prefix first. */
1187 if (offset
>= 3 && (offset
+ 4) <= sec
->size
)
1189 val
= bfd_get_8 (abfd
, contents
+ offset
- 3);
1190 if (val
!= 0x48 && val
!= 0x4c)
1192 /* X32 may have 0x44 REX prefix or no REX prefix. */
1193 if (ABI_64_P (abfd
))
1199 /* X32 may not have any REX prefix. */
1200 if (ABI_64_P (abfd
))
1202 if (offset
< 2 || (offset
+ 3) > sec
->size
)
1206 val
= bfd_get_8 (abfd
, contents
+ offset
- 2);
1207 if (val
!= 0x8b && val
!= 0x03)
1210 val
= bfd_get_8 (abfd
, contents
+ offset
- 1);
1211 return (val
& 0xc7) == 5;
1213 case R_X86_64_GOTPC32_TLSDESC
:
1214 /* Check transition from GDesc access model:
1215 leaq x@tlsdesc(%rip), %rax
1217 Make sure it's a leaq adding rip to a 32-bit offset
1218 into any register, although it's probably almost always
1221 if (offset
< 3 || (offset
+ 4) > sec
->size
)
1224 val
= bfd_get_8 (abfd
, contents
+ offset
- 3);
1225 if ((val
& 0xfb) != 0x48)
1228 if (bfd_get_8 (abfd
, contents
+ offset
- 2) != 0x8d)
1231 val
= bfd_get_8 (abfd
, contents
+ offset
- 1);
1232 return (val
& 0xc7) == 0x05;
1234 case R_X86_64_TLSDESC_CALL
:
1235 /* Check transition from GDesc access model:
1236 call *x@tlsdesc(%rax)
1238 if (offset
+ 2 <= sec
->size
)
1240 /* Make sure that it's a call *x@tlsdesc(%rax). */
1241 static const unsigned char call
[] = { 0xff, 0x10 };
1242 return memcmp (contents
+ offset
, call
, 2) == 0;
1252 /* Return TRUE if the TLS access transition is OK or no transition
1253 will be performed. Update R_TYPE if there is a transition. */
1256 elf_x86_64_tls_transition (struct bfd_link_info
*info
, bfd
*abfd
,
1257 asection
*sec
, bfd_byte
*contents
,
1258 Elf_Internal_Shdr
*symtab_hdr
,
1259 struct elf_link_hash_entry
**sym_hashes
,
1260 unsigned int *r_type
, int tls_type
,
1261 const Elf_Internal_Rela
*rel
,
1262 const Elf_Internal_Rela
*relend
,
1263 struct elf_link_hash_entry
*h
,
1264 unsigned long r_symndx
)
1266 unsigned int from_type
= *r_type
;
1267 unsigned int to_type
= from_type
;
1268 bfd_boolean check
= TRUE
;
1270 /* Skip TLS transition for functions. */
1272 && (h
->type
== STT_FUNC
1273 || h
->type
== STT_GNU_IFUNC
))
1278 case R_X86_64_TLSGD
:
1279 case R_X86_64_GOTPC32_TLSDESC
:
1280 case R_X86_64_TLSDESC_CALL
:
1281 case R_X86_64_GOTTPOFF
:
1282 if (info
->executable
)
1285 to_type
= R_X86_64_TPOFF32
;
1287 to_type
= R_X86_64_GOTTPOFF
;
1290 /* When we are called from elf_x86_64_relocate_section,
1291 CONTENTS isn't NULL and there may be additional transitions
1292 based on TLS_TYPE. */
1293 if (contents
!= NULL
)
1295 unsigned int new_to_type
= to_type
;
1297 if (info
->executable
1300 && tls_type
== GOT_TLS_IE
)
1301 new_to_type
= R_X86_64_TPOFF32
;
1303 if (to_type
== R_X86_64_TLSGD
1304 || to_type
== R_X86_64_GOTPC32_TLSDESC
1305 || to_type
== R_X86_64_TLSDESC_CALL
)
1307 if (tls_type
== GOT_TLS_IE
)
1308 new_to_type
= R_X86_64_GOTTPOFF
;
1311 /* We checked the transition before when we were called from
1312 elf_x86_64_check_relocs. We only want to check the new
1313 transition which hasn't been checked before. */
1314 check
= new_to_type
!= to_type
&& from_type
== to_type
;
1315 to_type
= new_to_type
;
1320 case R_X86_64_TLSLD
:
1321 if (info
->executable
)
1322 to_type
= R_X86_64_TPOFF32
;
1329 /* Return TRUE if there is no transition. */
1330 if (from_type
== to_type
)
1333 /* Check if the transition can be performed. */
1335 && ! elf_x86_64_check_tls_transition (abfd
, info
, sec
, contents
,
1336 symtab_hdr
, sym_hashes
,
1337 from_type
, rel
, relend
))
1339 reloc_howto_type
*from
, *to
;
1342 from
= elf_x86_64_rtype_to_howto (abfd
, from_type
);
1343 to
= elf_x86_64_rtype_to_howto (abfd
, to_type
);
1346 name
= h
->root
.root
.string
;
1349 struct elf_x86_64_link_hash_table
*htab
;
1351 htab
= elf_x86_64_hash_table (info
);
1356 Elf_Internal_Sym
*isym
;
1358 isym
= bfd_sym_from_r_symndx (&htab
->sym_cache
,
1360 name
= bfd_elf_sym_name (abfd
, symtab_hdr
, isym
, NULL
);
1364 (*_bfd_error_handler
)
1365 (_("%B: TLS transition from %s to %s against `%s' at 0x%lx "
1366 "in section `%A' failed"),
1367 abfd
, sec
, from
->name
, to
->name
, name
,
1368 (unsigned long) rel
->r_offset
);
1369 bfd_set_error (bfd_error_bad_value
);
1377 /* Look through the relocs for a section during the first phase, and
1378 calculate needed space in the global offset table, procedure
1379 linkage table, and dynamic reloc sections. */
1382 elf_x86_64_check_relocs (bfd
*abfd
, struct bfd_link_info
*info
,
1384 const Elf_Internal_Rela
*relocs
)
1386 struct elf_x86_64_link_hash_table
*htab
;
1387 Elf_Internal_Shdr
*symtab_hdr
;
1388 struct elf_link_hash_entry
**sym_hashes
;
1389 const Elf_Internal_Rela
*rel
;
1390 const Elf_Internal_Rela
*rel_end
;
1393 if (info
->relocatable
)
1396 BFD_ASSERT (is_x86_64_elf (abfd
));
1398 htab
= elf_x86_64_hash_table (info
);
1402 symtab_hdr
= &elf_symtab_hdr (abfd
);
1403 sym_hashes
= elf_sym_hashes (abfd
);
1407 rel_end
= relocs
+ sec
->reloc_count
;
1408 for (rel
= relocs
; rel
< rel_end
; rel
++)
1410 unsigned int r_type
;
1411 unsigned long r_symndx
;
1412 struct elf_link_hash_entry
*h
;
1413 Elf_Internal_Sym
*isym
;
1415 bfd_boolean size_reloc
;
1417 r_symndx
= htab
->r_sym (rel
->r_info
);
1418 r_type
= ELF32_R_TYPE (rel
->r_info
);
1420 if (r_symndx
>= NUM_SHDR_ENTRIES (symtab_hdr
))
1422 (*_bfd_error_handler
) (_("%B: bad symbol index: %d"),
1427 if (r_symndx
< symtab_hdr
->sh_info
)
1429 /* A local symbol. */
1430 isym
= bfd_sym_from_r_symndx (&htab
->sym_cache
,
1435 /* Check relocation against local STT_GNU_IFUNC symbol. */
1436 if (ELF_ST_TYPE (isym
->st_info
) == STT_GNU_IFUNC
)
1438 h
= elf_x86_64_get_local_sym_hash (htab
, abfd
, rel
,
1443 /* Fake a STT_GNU_IFUNC symbol. */
1444 h
->type
= STT_GNU_IFUNC
;
1447 h
->forced_local
= 1;
1448 h
->root
.type
= bfd_link_hash_defined
;
1456 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
1457 while (h
->root
.type
== bfd_link_hash_indirect
1458 || h
->root
.type
== bfd_link_hash_warning
)
1459 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
1462 /* Check invalid x32 relocations. */
1463 if (!ABI_64_P (abfd
))
1469 case R_X86_64_DTPOFF64
:
1470 case R_X86_64_TPOFF64
:
1472 case R_X86_64_GOTOFF64
:
1473 case R_X86_64_GOT64
:
1474 case R_X86_64_GOTPCREL64
:
1475 case R_X86_64_GOTPC64
:
1476 case R_X86_64_GOTPLT64
:
1477 case R_X86_64_PLTOFF64
:
1480 name
= h
->root
.root
.string
;
1482 name
= bfd_elf_sym_name (abfd
, symtab_hdr
, isym
,
1484 (*_bfd_error_handler
)
1485 (_("%B: relocation %s against symbol `%s' isn't "
1486 "supported in x32 mode"), abfd
,
1487 x86_64_elf_howto_table
[r_type
].name
, name
);
1488 bfd_set_error (bfd_error_bad_value
);
1496 /* Create the ifunc sections for static executables. If we
1497 never see an indirect function symbol nor we are building
1498 a static executable, those sections will be empty and
1499 won't appear in output. */
1510 case R_X86_64_PLT32
:
1511 case R_X86_64_GOTPCREL
:
1512 case R_X86_64_GOTPCREL64
:
1513 if (htab
->elf
.dynobj
== NULL
)
1514 htab
->elf
.dynobj
= abfd
;
1515 if (!_bfd_elf_create_ifunc_sections (htab
->elf
.dynobj
, info
))
1520 /* It is referenced by a non-shared object. */
1524 if (! elf_x86_64_tls_transition (info
, abfd
, sec
, NULL
,
1525 symtab_hdr
, sym_hashes
,
1526 &r_type
, GOT_UNKNOWN
,
1527 rel
, rel_end
, h
, r_symndx
))
1532 case R_X86_64_TLSLD
:
1533 htab
->tls_ld_got
.refcount
+= 1;
1536 case R_X86_64_TPOFF32
:
1537 if (!info
->executable
&& ABI_64_P (abfd
))
1540 name
= h
->root
.root
.string
;
1542 name
= bfd_elf_sym_name (abfd
, symtab_hdr
, isym
,
1544 (*_bfd_error_handler
)
1545 (_("%B: relocation %s against `%s' can not be used when making a shared object; recompile with -fPIC"),
1547 x86_64_elf_howto_table
[r_type
].name
, name
);
1548 bfd_set_error (bfd_error_bad_value
);
1553 case R_X86_64_GOTTPOFF
:
1554 if (!info
->executable
)
1555 info
->flags
|= DF_STATIC_TLS
;
1558 case R_X86_64_GOT32
:
1559 case R_X86_64_GOTPCREL
:
1560 case R_X86_64_TLSGD
:
1561 case R_X86_64_GOT64
:
1562 case R_X86_64_GOTPCREL64
:
1563 case R_X86_64_GOTPLT64
:
1564 case R_X86_64_GOTPC32_TLSDESC
:
1565 case R_X86_64_TLSDESC_CALL
:
1566 /* This symbol requires a global offset table entry. */
1568 int tls_type
, old_tls_type
;
1572 default: tls_type
= GOT_NORMAL
; break;
1573 case R_X86_64_TLSGD
: tls_type
= GOT_TLS_GD
; break;
1574 case R_X86_64_GOTTPOFF
: tls_type
= GOT_TLS_IE
; break;
1575 case R_X86_64_GOTPC32_TLSDESC
:
1576 case R_X86_64_TLSDESC_CALL
:
1577 tls_type
= GOT_TLS_GDESC
; break;
1582 if (r_type
== R_X86_64_GOTPLT64
)
1584 /* This relocation indicates that we also need
1585 a PLT entry, as this is a function. We don't need
1586 a PLT entry for local symbols. */
1588 h
->plt
.refcount
+= 1;
1590 h
->got
.refcount
+= 1;
1591 old_tls_type
= elf_x86_64_hash_entry (h
)->tls_type
;
1595 bfd_signed_vma
*local_got_refcounts
;
1597 /* This is a global offset table entry for a local symbol. */
1598 local_got_refcounts
= elf_local_got_refcounts (abfd
);
1599 if (local_got_refcounts
== NULL
)
1603 size
= symtab_hdr
->sh_info
;
1604 size
*= sizeof (bfd_signed_vma
)
1605 + sizeof (bfd_vma
) + sizeof (char);
1606 local_got_refcounts
= ((bfd_signed_vma
*)
1607 bfd_zalloc (abfd
, size
));
1608 if (local_got_refcounts
== NULL
)
1610 elf_local_got_refcounts (abfd
) = local_got_refcounts
;
1611 elf_x86_64_local_tlsdesc_gotent (abfd
)
1612 = (bfd_vma
*) (local_got_refcounts
+ symtab_hdr
->sh_info
);
1613 elf_x86_64_local_got_tls_type (abfd
)
1614 = (char *) (local_got_refcounts
+ 2 * symtab_hdr
->sh_info
);
1616 local_got_refcounts
[r_symndx
] += 1;
1618 = elf_x86_64_local_got_tls_type (abfd
) [r_symndx
];
1621 /* If a TLS symbol is accessed using IE at least once,
1622 there is no point to use dynamic model for it. */
1623 if (old_tls_type
!= tls_type
&& old_tls_type
!= GOT_UNKNOWN
1624 && (! GOT_TLS_GD_ANY_P (old_tls_type
)
1625 || tls_type
!= GOT_TLS_IE
))
1627 if (old_tls_type
== GOT_TLS_IE
&& GOT_TLS_GD_ANY_P (tls_type
))
1628 tls_type
= old_tls_type
;
1629 else if (GOT_TLS_GD_ANY_P (old_tls_type
)
1630 && GOT_TLS_GD_ANY_P (tls_type
))
1631 tls_type
|= old_tls_type
;
1635 name
= h
->root
.root
.string
;
1637 name
= bfd_elf_sym_name (abfd
, symtab_hdr
,
1639 (*_bfd_error_handler
)
1640 (_("%B: '%s' accessed both as normal and thread local symbol"),
1642 bfd_set_error (bfd_error_bad_value
);
1647 if (old_tls_type
!= tls_type
)
1650 elf_x86_64_hash_entry (h
)->tls_type
= tls_type
;
1652 elf_x86_64_local_got_tls_type (abfd
) [r_symndx
] = tls_type
;
1657 case R_X86_64_GOTOFF64
:
1658 case R_X86_64_GOTPC32
:
1659 case R_X86_64_GOTPC64
:
1661 if (htab
->elf
.sgot
== NULL
)
1663 if (htab
->elf
.dynobj
== NULL
)
1664 htab
->elf
.dynobj
= abfd
;
1665 if (!_bfd_elf_create_got_section (htab
->elf
.dynobj
,
1671 case R_X86_64_PLT32
:
1672 /* This symbol requires a procedure linkage table entry. We
1673 actually build the entry in adjust_dynamic_symbol,
1674 because this might be a case of linking PIC code which is
1675 never referenced by a dynamic object, in which case we
1676 don't need to generate a procedure linkage table entry
1679 /* If this is a local symbol, we resolve it directly without
1680 creating a procedure linkage table entry. */
1685 h
->plt
.refcount
+= 1;
1688 case R_X86_64_PLTOFF64
:
1689 /* This tries to form the 'address' of a function relative
1690 to GOT. For global symbols we need a PLT entry. */
1694 h
->plt
.refcount
+= 1;
1698 case R_X86_64_SIZE32
:
1699 case R_X86_64_SIZE64
:
1704 if (!ABI_64_P (abfd
))
1709 /* Let's help debug shared library creation. These relocs
1710 cannot be used in shared libs. Don't error out for
1711 sections we don't care about, such as debug sections or
1712 non-constant sections. */
1714 && (sec
->flags
& SEC_ALLOC
) != 0
1715 && (sec
->flags
& SEC_READONLY
) != 0)
1718 name
= h
->root
.root
.string
;
1720 name
= bfd_elf_sym_name (abfd
, symtab_hdr
, isym
, NULL
);
1721 (*_bfd_error_handler
)
1722 (_("%B: relocation %s against `%s' can not be used when making a shared object; recompile with -fPIC"),
1723 abfd
, x86_64_elf_howto_table
[r_type
].name
, name
);
1724 bfd_set_error (bfd_error_bad_value
);
1735 if (h
!= NULL
&& info
->executable
)
1737 /* If this reloc is in a read-only section, we might
1738 need a copy reloc. We can't check reliably at this
1739 stage whether the section is read-only, as input
1740 sections have not yet been mapped to output sections.
1741 Tentatively set the flag for now, and correct in
1742 adjust_dynamic_symbol. */
1745 /* We may need a .plt entry if the function this reloc
1746 refers to is in a shared lib. */
1747 h
->plt
.refcount
+= 1;
1748 if (r_type
!= R_X86_64_PC32
&& r_type
!= R_X86_64_PC64
)
1749 h
->pointer_equality_needed
= 1;
1754 /* If we are creating a shared library, and this is a reloc
1755 against a global symbol, or a non PC relative reloc
1756 against a local symbol, then we need to copy the reloc
1757 into the shared library. However, if we are linking with
1758 -Bsymbolic, we do not need to copy a reloc against a
1759 global symbol which is defined in an object we are
1760 including in the link (i.e., DEF_REGULAR is set). At
1761 this point we have not seen all the input files, so it is
1762 possible that DEF_REGULAR is not set now but will be set
1763 later (it is never cleared). In case of a weak definition,
1764 DEF_REGULAR may be cleared later by a strong definition in
1765 a shared library. We account for that possibility below by
1766 storing information in the relocs_copied field of the hash
1767 table entry. A similar situation occurs when creating
1768 shared libraries and symbol visibility changes render the
1771 If on the other hand, we are creating an executable, we
1772 may need to keep relocations for symbols satisfied by a
1773 dynamic library if we manage to avoid copy relocs for the
1776 && (sec
->flags
& SEC_ALLOC
) != 0
1777 && (! IS_X86_64_PCREL_TYPE (r_type
)
1779 && (! SYMBOLIC_BIND (info
, h
)
1780 || h
->root
.type
== bfd_link_hash_defweak
1781 || !h
->def_regular
))))
1782 || (ELIMINATE_COPY_RELOCS
1784 && (sec
->flags
& SEC_ALLOC
) != 0
1786 && (h
->root
.type
== bfd_link_hash_defweak
1787 || !h
->def_regular
)))
1789 struct elf_dyn_relocs
*p
;
1790 struct elf_dyn_relocs
**head
;
1792 /* We must copy these reloc types into the output file.
1793 Create a reloc section in dynobj and make room for
1797 if (htab
->elf
.dynobj
== NULL
)
1798 htab
->elf
.dynobj
= abfd
;
1800 sreloc
= _bfd_elf_make_dynamic_reloc_section
1801 (sec
, htab
->elf
.dynobj
, ABI_64_P (abfd
) ? 3 : 2,
1802 abfd
, /*rela?*/ TRUE
);
1808 /* If this is a global symbol, we count the number of
1809 relocations we need for this symbol. */
1812 head
= &((struct elf_x86_64_link_hash_entry
*) h
)->dyn_relocs
;
1816 /* Track dynamic relocs needed for local syms too.
1817 We really need local syms available to do this
1822 isym
= bfd_sym_from_r_symndx (&htab
->sym_cache
,
1827 s
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
1831 /* Beware of type punned pointers vs strict aliasing
1833 vpp
= &(elf_section_data (s
)->local_dynrel
);
1834 head
= (struct elf_dyn_relocs
**)vpp
;
1838 if (p
== NULL
|| p
->sec
!= sec
)
1840 bfd_size_type amt
= sizeof *p
;
1842 p
= ((struct elf_dyn_relocs
*)
1843 bfd_alloc (htab
->elf
.dynobj
, amt
));
1854 /* Count size relocation as PC-relative relocation. */
1855 if (IS_X86_64_PCREL_TYPE (r_type
) || size_reloc
)
1860 /* This relocation describes the C++ object vtable hierarchy.
1861 Reconstruct it for later use during GC. */
1862 case R_X86_64_GNU_VTINHERIT
:
1863 if (!bfd_elf_gc_record_vtinherit (abfd
, sec
, h
, rel
->r_offset
))
1867 /* This relocation describes which C++ vtable entries are actually
1868 used. Record for later use during GC. */
1869 case R_X86_64_GNU_VTENTRY
:
1870 BFD_ASSERT (h
!= NULL
);
1872 && !bfd_elf_gc_record_vtentry (abfd
, sec
, h
, rel
->r_addend
))
1884 /* Return the section that should be marked against GC for a given
1888 elf_x86_64_gc_mark_hook (asection
*sec
,
1889 struct bfd_link_info
*info
,
1890 Elf_Internal_Rela
*rel
,
1891 struct elf_link_hash_entry
*h
,
1892 Elf_Internal_Sym
*sym
)
1895 switch (ELF32_R_TYPE (rel
->r_info
))
1897 case R_X86_64_GNU_VTINHERIT
:
1898 case R_X86_64_GNU_VTENTRY
:
1902 return _bfd_elf_gc_mark_hook (sec
, info
, rel
, h
, sym
);
1905 /* Update the got entry reference counts for the section being removed. */
1908 elf_x86_64_gc_sweep_hook (bfd
*abfd
, struct bfd_link_info
*info
,
1910 const Elf_Internal_Rela
*relocs
)
1912 struct elf_x86_64_link_hash_table
*htab
;
1913 Elf_Internal_Shdr
*symtab_hdr
;
1914 struct elf_link_hash_entry
**sym_hashes
;
1915 bfd_signed_vma
*local_got_refcounts
;
1916 const Elf_Internal_Rela
*rel
, *relend
;
1918 if (info
->relocatable
)
1921 htab
= elf_x86_64_hash_table (info
);
1925 elf_section_data (sec
)->local_dynrel
= NULL
;
1927 symtab_hdr
= &elf_symtab_hdr (abfd
);
1928 sym_hashes
= elf_sym_hashes (abfd
);
1929 local_got_refcounts
= elf_local_got_refcounts (abfd
);
1931 htab
= elf_x86_64_hash_table (info
);
1932 relend
= relocs
+ sec
->reloc_count
;
1933 for (rel
= relocs
; rel
< relend
; rel
++)
1935 unsigned long r_symndx
;
1936 unsigned int r_type
;
1937 struct elf_link_hash_entry
*h
= NULL
;
1939 r_symndx
= htab
->r_sym (rel
->r_info
);
1940 if (r_symndx
>= symtab_hdr
->sh_info
)
1942 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
1943 while (h
->root
.type
== bfd_link_hash_indirect
1944 || h
->root
.type
== bfd_link_hash_warning
)
1945 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
1949 /* A local symbol. */
1950 Elf_Internal_Sym
*isym
;
1952 isym
= bfd_sym_from_r_symndx (&htab
->sym_cache
,
1955 /* Check relocation against local STT_GNU_IFUNC symbol. */
1957 && ELF_ST_TYPE (isym
->st_info
) == STT_GNU_IFUNC
)
1959 h
= elf_x86_64_get_local_sym_hash (htab
, abfd
, rel
, FALSE
);
1967 struct elf_x86_64_link_hash_entry
*eh
;
1968 struct elf_dyn_relocs
**pp
;
1969 struct elf_dyn_relocs
*p
;
1971 eh
= (struct elf_x86_64_link_hash_entry
*) h
;
1973 for (pp
= &eh
->dyn_relocs
; (p
= *pp
) != NULL
; pp
= &p
->next
)
1976 /* Everything must go for SEC. */
1982 r_type
= ELF32_R_TYPE (rel
->r_info
);
1983 if (! elf_x86_64_tls_transition (info
, abfd
, sec
, NULL
,
1984 symtab_hdr
, sym_hashes
,
1985 &r_type
, GOT_UNKNOWN
,
1986 rel
, relend
, h
, r_symndx
))
1991 case R_X86_64_TLSLD
:
1992 if (htab
->tls_ld_got
.refcount
> 0)
1993 htab
->tls_ld_got
.refcount
-= 1;
1996 case R_X86_64_TLSGD
:
1997 case R_X86_64_GOTPC32_TLSDESC
:
1998 case R_X86_64_TLSDESC_CALL
:
1999 case R_X86_64_GOTTPOFF
:
2000 case R_X86_64_GOT32
:
2001 case R_X86_64_GOTPCREL
:
2002 case R_X86_64_GOT64
:
2003 case R_X86_64_GOTPCREL64
:
2004 case R_X86_64_GOTPLT64
:
2007 if (r_type
== R_X86_64_GOTPLT64
&& h
->plt
.refcount
> 0)
2008 h
->plt
.refcount
-= 1;
2009 if (h
->got
.refcount
> 0)
2010 h
->got
.refcount
-= 1;
2011 if (h
->type
== STT_GNU_IFUNC
)
2013 if (h
->plt
.refcount
> 0)
2014 h
->plt
.refcount
-= 1;
2017 else if (local_got_refcounts
!= NULL
)
2019 if (local_got_refcounts
[r_symndx
] > 0)
2020 local_got_refcounts
[r_symndx
] -= 1;
2033 case R_X86_64_SIZE32
:
2034 case R_X86_64_SIZE64
:
2036 && (h
== NULL
|| h
->type
!= STT_GNU_IFUNC
))
2040 case R_X86_64_PLT32
:
2041 case R_X86_64_PLTOFF64
:
2044 if (h
->plt
.refcount
> 0)
2045 h
->plt
.refcount
-= 1;
2057 /* Adjust a symbol defined by a dynamic object and referenced by a
2058 regular object. The current definition is in some section of the
2059 dynamic object, but we're not including those sections. We have to
2060 change the definition to something the rest of the link can
2064 elf_x86_64_adjust_dynamic_symbol (struct bfd_link_info
*info
,
2065 struct elf_link_hash_entry
*h
)
2067 struct elf_x86_64_link_hash_table
*htab
;
2069 struct elf_x86_64_link_hash_entry
*eh
;
2070 struct elf_dyn_relocs
*p
;
2072 /* STT_GNU_IFUNC symbol must go through PLT. */
2073 if (h
->type
== STT_GNU_IFUNC
)
2075 /* All local STT_GNU_IFUNC references must be treate as local
2076 calls via local PLT. */
2078 && SYMBOL_CALLS_LOCAL (info
, h
))
2080 bfd_size_type pc_count
= 0, count
= 0;
2081 struct elf_dyn_relocs
**pp
;
2083 eh
= (struct elf_x86_64_link_hash_entry
*) h
;
2084 for (pp
= &eh
->dyn_relocs
; (p
= *pp
) != NULL
; )
2086 pc_count
+= p
->pc_count
;
2087 p
->count
-= p
->pc_count
;
2096 if (pc_count
|| count
)
2100 if (h
->plt
.refcount
<= 0)
2101 h
->plt
.refcount
= 1;
2103 h
->plt
.refcount
+= 1;
2107 if (h
->plt
.refcount
<= 0)
2109 h
->plt
.offset
= (bfd_vma
) -1;
2115 /* If this is a function, put it in the procedure linkage table. We
2116 will fill in the contents of the procedure linkage table later,
2117 when we know the address of the .got section. */
2118 if (h
->type
== STT_FUNC
2121 if (h
->plt
.refcount
<= 0
2122 || SYMBOL_CALLS_LOCAL (info
, h
)
2123 || (ELF_ST_VISIBILITY (h
->other
) != STV_DEFAULT
2124 && h
->root
.type
== bfd_link_hash_undefweak
))
2126 /* This case can occur if we saw a PLT32 reloc in an input
2127 file, but the symbol was never referred to by a dynamic
2128 object, or if all references were garbage collected. In
2129 such a case, we don't actually need to build a procedure
2130 linkage table, and we can just do a PC32 reloc instead. */
2131 h
->plt
.offset
= (bfd_vma
) -1;
2138 /* It's possible that we incorrectly decided a .plt reloc was
2139 needed for an R_X86_64_PC32 reloc to a non-function sym in
2140 check_relocs. We can't decide accurately between function and
2141 non-function syms in check-relocs; Objects loaded later in
2142 the link may change h->type. So fix it now. */
2143 h
->plt
.offset
= (bfd_vma
) -1;
2145 /* If this is a weak symbol, and there is a real definition, the
2146 processor independent code will have arranged for us to see the
2147 real definition first, and we can just use the same value. */
2148 if (h
->u
.weakdef
!= NULL
)
2150 BFD_ASSERT (h
->u
.weakdef
->root
.type
== bfd_link_hash_defined
2151 || h
->u
.weakdef
->root
.type
== bfd_link_hash_defweak
);
2152 h
->root
.u
.def
.section
= h
->u
.weakdef
->root
.u
.def
.section
;
2153 h
->root
.u
.def
.value
= h
->u
.weakdef
->root
.u
.def
.value
;
2154 if (ELIMINATE_COPY_RELOCS
|| info
->nocopyreloc
)
2155 h
->non_got_ref
= h
->u
.weakdef
->non_got_ref
;
2159 /* This is a reference to a symbol defined by a dynamic object which
2160 is not a function. */
2162 /* If we are creating a shared library, we must presume that the
2163 only references to the symbol are via the global offset table.
2164 For such cases we need not do anything here; the relocations will
2165 be handled correctly by relocate_section. */
2169 /* If there are no references to this symbol that do not use the
2170 GOT, we don't need to generate a copy reloc. */
2171 if (!h
->non_got_ref
)
2174 /* If -z nocopyreloc was given, we won't generate them either. */
2175 if (info
->nocopyreloc
)
2181 if (ELIMINATE_COPY_RELOCS
)
2183 eh
= (struct elf_x86_64_link_hash_entry
*) h
;
2184 for (p
= eh
->dyn_relocs
; p
!= NULL
; p
= p
->next
)
2186 s
= p
->sec
->output_section
;
2187 if (s
!= NULL
&& (s
->flags
& SEC_READONLY
) != 0)
2191 /* If we didn't find any dynamic relocs in read-only sections, then
2192 we'll be keeping the dynamic relocs and avoiding the copy reloc. */
2200 /* We must allocate the symbol in our .dynbss section, which will
2201 become part of the .bss section of the executable. There will be
2202 an entry for this symbol in the .dynsym section. The dynamic
2203 object will contain position independent code, so all references
2204 from the dynamic object to this symbol will go through the global
2205 offset table. The dynamic linker will use the .dynsym entry to
2206 determine the address it must put in the global offset table, so
2207 both the dynamic object and the regular object will refer to the
2208 same memory location for the variable. */
2210 htab
= elf_x86_64_hash_table (info
);
2214 /* We must generate a R_X86_64_COPY reloc to tell the dynamic linker
2215 to copy the initial value out of the dynamic object and into the
2216 runtime process image. */
2217 if ((h
->root
.u
.def
.section
->flags
& SEC_ALLOC
) != 0 && h
->size
!= 0)
2219 const struct elf_backend_data
*bed
;
2220 bed
= get_elf_backend_data (info
->output_bfd
);
2221 htab
->srelbss
->size
+= bed
->s
->sizeof_rela
;
2227 return _bfd_elf_adjust_dynamic_copy (h
, s
);
2230 /* Allocate space in .plt, .got and associated reloc sections for
2234 elf_x86_64_allocate_dynrelocs (struct elf_link_hash_entry
*h
, void * inf
)
2236 struct bfd_link_info
*info
;
2237 struct elf_x86_64_link_hash_table
*htab
;
2238 struct elf_x86_64_link_hash_entry
*eh
;
2239 struct elf_dyn_relocs
*p
;
2240 const struct elf_backend_data
*bed
;
2241 unsigned int plt_entry_size
;
2243 if (h
->root
.type
== bfd_link_hash_indirect
)
2246 eh
= (struct elf_x86_64_link_hash_entry
*) h
;
2248 info
= (struct bfd_link_info
*) inf
;
2249 htab
= elf_x86_64_hash_table (info
);
2252 bed
= get_elf_backend_data (info
->output_bfd
);
2253 plt_entry_size
= GET_PLT_ENTRY_SIZE (info
->output_bfd
);
2255 /* Since STT_GNU_IFUNC symbol must go through PLT, we handle it
2256 here if it is defined and referenced in a non-shared object. */
2257 if (h
->type
== STT_GNU_IFUNC
2259 return _bfd_elf_allocate_ifunc_dyn_relocs (info
, h
,
2263 else if (htab
->elf
.dynamic_sections_created
2264 && h
->plt
.refcount
> 0)
2266 /* Make sure this symbol is output as a dynamic symbol.
2267 Undefined weak syms won't yet be marked as dynamic. */
2268 if (h
->dynindx
== -1
2269 && !h
->forced_local
)
2271 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
2276 || WILL_CALL_FINISH_DYNAMIC_SYMBOL (1, 0, h
))
2278 asection
*s
= htab
->elf
.splt
;
2280 /* If this is the first .plt entry, make room for the special
2283 s
->size
+= plt_entry_size
;
2285 h
->plt
.offset
= s
->size
;
2287 /* If this symbol is not defined in a regular file, and we are
2288 not generating a shared library, then set the symbol to this
2289 location in the .plt. This is required to make function
2290 pointers compare as equal between the normal executable and
2291 the shared library. */
2295 h
->root
.u
.def
.section
= s
;
2296 h
->root
.u
.def
.value
= h
->plt
.offset
;
2299 /* Make room for this entry. */
2300 s
->size
+= plt_entry_size
;
2302 /* We also need to make an entry in the .got.plt section, which
2303 will be placed in the .got section by the linker script. */
2304 htab
->elf
.sgotplt
->size
+= GOT_ENTRY_SIZE
;
2306 /* We also need to make an entry in the .rela.plt section. */
2307 htab
->elf
.srelplt
->size
+= bed
->s
->sizeof_rela
;
2308 htab
->elf
.srelplt
->reloc_count
++;
2312 h
->plt
.offset
= (bfd_vma
) -1;
2318 h
->plt
.offset
= (bfd_vma
) -1;
2322 eh
->tlsdesc_got
= (bfd_vma
) -1;
2324 /* If R_X86_64_GOTTPOFF symbol is now local to the binary,
2325 make it a R_X86_64_TPOFF32 requiring no GOT entry. */
2326 if (h
->got
.refcount
> 0
2329 && elf_x86_64_hash_entry (h
)->tls_type
== GOT_TLS_IE
)
2331 h
->got
.offset
= (bfd_vma
) -1;
2333 else if (h
->got
.refcount
> 0)
2337 int tls_type
= elf_x86_64_hash_entry (h
)->tls_type
;
2339 /* Make sure this symbol is output as a dynamic symbol.
2340 Undefined weak syms won't yet be marked as dynamic. */
2341 if (h
->dynindx
== -1
2342 && !h
->forced_local
)
2344 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
2348 if (GOT_TLS_GDESC_P (tls_type
))
2350 eh
->tlsdesc_got
= htab
->elf
.sgotplt
->size
2351 - elf_x86_64_compute_jump_table_size (htab
);
2352 htab
->elf
.sgotplt
->size
+= 2 * GOT_ENTRY_SIZE
;
2353 h
->got
.offset
= (bfd_vma
) -2;
2355 if (! GOT_TLS_GDESC_P (tls_type
)
2356 || GOT_TLS_GD_P (tls_type
))
2359 h
->got
.offset
= s
->size
;
2360 s
->size
+= GOT_ENTRY_SIZE
;
2361 if (GOT_TLS_GD_P (tls_type
))
2362 s
->size
+= GOT_ENTRY_SIZE
;
2364 dyn
= htab
->elf
.dynamic_sections_created
;
2365 /* R_X86_64_TLSGD needs one dynamic relocation if local symbol
2367 R_X86_64_GOTTPOFF needs one dynamic relocation. */
2368 if ((GOT_TLS_GD_P (tls_type
) && h
->dynindx
== -1)
2369 || tls_type
== GOT_TLS_IE
)
2370 htab
->elf
.srelgot
->size
+= bed
->s
->sizeof_rela
;
2371 else if (GOT_TLS_GD_P (tls_type
))
2372 htab
->elf
.srelgot
->size
+= 2 * bed
->s
->sizeof_rela
;
2373 else if (! GOT_TLS_GDESC_P (tls_type
)
2374 && (ELF_ST_VISIBILITY (h
->other
) == STV_DEFAULT
2375 || h
->root
.type
!= bfd_link_hash_undefweak
)
2377 || WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn
, 0, h
)))
2378 htab
->elf
.srelgot
->size
+= bed
->s
->sizeof_rela
;
2379 if (GOT_TLS_GDESC_P (tls_type
))
2381 htab
->elf
.srelplt
->size
+= bed
->s
->sizeof_rela
;
2382 htab
->tlsdesc_plt
= (bfd_vma
) -1;
2386 h
->got
.offset
= (bfd_vma
) -1;
2388 if (eh
->dyn_relocs
== NULL
)
2391 /* In the shared -Bsymbolic case, discard space allocated for
2392 dynamic pc-relative relocs against symbols which turn out to be
2393 defined in regular objects. For the normal shared case, discard
2394 space for pc-relative relocs that have become local due to symbol
2395 visibility changes. */
2399 /* Relocs that use pc_count are those that appear on a call
2400 insn, or certain REL relocs that can generated via assembly.
2401 We want calls to protected symbols to resolve directly to the
2402 function rather than going via the plt. If people want
2403 function pointer comparisons to work as expected then they
2404 should avoid writing weird assembly. */
2405 if (SYMBOL_CALLS_LOCAL (info
, h
))
2407 struct elf_dyn_relocs
**pp
;
2409 for (pp
= &eh
->dyn_relocs
; (p
= *pp
) != NULL
; )
2411 p
->count
-= p
->pc_count
;
2420 /* Also discard relocs on undefined weak syms with non-default
2422 if (eh
->dyn_relocs
!= NULL
2423 && h
->root
.type
== bfd_link_hash_undefweak
)
2425 if (ELF_ST_VISIBILITY (h
->other
) != STV_DEFAULT
)
2426 eh
->dyn_relocs
= NULL
;
2428 /* Make sure undefined weak symbols are output as a dynamic
2430 else if (h
->dynindx
== -1
2431 && ! h
->forced_local
2432 && ! bfd_elf_link_record_dynamic_symbol (info
, h
))
2437 else if (ELIMINATE_COPY_RELOCS
)
2439 /* For the non-shared case, discard space for relocs against
2440 symbols which turn out to need copy relocs or are not
2446 || (htab
->elf
.dynamic_sections_created
2447 && (h
->root
.type
== bfd_link_hash_undefweak
2448 || h
->root
.type
== bfd_link_hash_undefined
))))
2450 /* Make sure this symbol is output as a dynamic symbol.
2451 Undefined weak syms won't yet be marked as dynamic. */
2452 if (h
->dynindx
== -1
2453 && ! h
->forced_local
2454 && ! bfd_elf_link_record_dynamic_symbol (info
, h
))
2457 /* If that succeeded, we know we'll be keeping all the
2459 if (h
->dynindx
!= -1)
2463 eh
->dyn_relocs
= NULL
;
2468 /* Finally, allocate space. */
2469 for (p
= eh
->dyn_relocs
; p
!= NULL
; p
= p
->next
)
2473 sreloc
= elf_section_data (p
->sec
)->sreloc
;
2475 BFD_ASSERT (sreloc
!= NULL
);
2477 sreloc
->size
+= p
->count
* bed
->s
->sizeof_rela
;
2483 /* Allocate space in .plt, .got and associated reloc sections for
2484 local dynamic relocs. */
2487 elf_x86_64_allocate_local_dynrelocs (void **slot
, void *inf
)
2489 struct elf_link_hash_entry
*h
2490 = (struct elf_link_hash_entry
*) *slot
;
2492 if (h
->type
!= STT_GNU_IFUNC
2496 || h
->root
.type
!= bfd_link_hash_defined
)
2499 return elf_x86_64_allocate_dynrelocs (h
, inf
);
2502 /* Find any dynamic relocs that apply to read-only sections. */
2505 elf_x86_64_readonly_dynrelocs (struct elf_link_hash_entry
*h
,
2508 struct elf_x86_64_link_hash_entry
*eh
;
2509 struct elf_dyn_relocs
*p
;
2511 /* Skip local IFUNC symbols. */
2512 if (h
->forced_local
&& h
->type
== STT_GNU_IFUNC
)
2515 eh
= (struct elf_x86_64_link_hash_entry
*) h
;
2516 for (p
= eh
->dyn_relocs
; p
!= NULL
; p
= p
->next
)
2518 asection
*s
= p
->sec
->output_section
;
2520 if (s
!= NULL
&& (s
->flags
& SEC_READONLY
) != 0)
2522 struct bfd_link_info
*info
= (struct bfd_link_info
*) inf
;
2524 info
->flags
|= DF_TEXTREL
;
2526 if (info
->warn_shared_textrel
&& info
->shared
)
2527 info
->callbacks
->einfo (_("%P: %B: warning: relocation against `%s' in readonly section `%A'.\n"),
2528 p
->sec
->owner
, h
->root
.root
.string
,
2531 /* Not an error, just cut short the traversal. */
2539 mov foo@GOTPCREL(%rip), %reg
2542 with the local symbol, foo. */
2545 elf_x86_64_convert_mov_to_lea (bfd
*abfd
, asection
*sec
,
2546 struct bfd_link_info
*link_info
)
2548 Elf_Internal_Shdr
*symtab_hdr
;
2549 Elf_Internal_Rela
*internal_relocs
;
2550 Elf_Internal_Rela
*irel
, *irelend
;
2552 struct elf_x86_64_link_hash_table
*htab
;
2553 bfd_boolean changed_contents
;
2554 bfd_boolean changed_relocs
;
2555 bfd_signed_vma
*local_got_refcounts
;
2557 /* Don't even try to convert non-ELF outputs. */
2558 if (!is_elf_hash_table (link_info
->hash
))
2561 /* Nothing to do if there are no codes, no relocations or no output. */
2562 if ((sec
->flags
& (SEC_CODE
| SEC_RELOC
)) != (SEC_CODE
| SEC_RELOC
)
2563 || sec
->reloc_count
== 0
2564 || discarded_section (sec
))
2567 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
2569 /* Load the relocations for this section. */
2570 internal_relocs
= (_bfd_elf_link_read_relocs
2571 (abfd
, sec
, NULL
, (Elf_Internal_Rela
*) NULL
,
2572 link_info
->keep_memory
));
2573 if (internal_relocs
== NULL
)
2576 htab
= elf_x86_64_hash_table (link_info
);
2577 changed_contents
= FALSE
;
2578 changed_relocs
= FALSE
;
2579 local_got_refcounts
= elf_local_got_refcounts (abfd
);
2581 /* Get the section contents. */
2582 if (elf_section_data (sec
)->this_hdr
.contents
!= NULL
)
2583 contents
= elf_section_data (sec
)->this_hdr
.contents
;
2586 if (!bfd_malloc_and_get_section (abfd
, sec
, &contents
))
2590 irelend
= internal_relocs
+ sec
->reloc_count
;
2591 for (irel
= internal_relocs
; irel
< irelend
; irel
++)
2593 unsigned int r_type
= ELF32_R_TYPE (irel
->r_info
);
2594 unsigned int r_symndx
= htab
->r_sym (irel
->r_info
);
2596 struct elf_link_hash_entry
*h
;
2598 if (r_type
!= R_X86_64_GOTPCREL
)
2601 /* Get the symbol referred to by the reloc. */
2602 if (r_symndx
< symtab_hdr
->sh_info
)
2604 Elf_Internal_Sym
*isym
;
2606 isym
= bfd_sym_from_r_symndx (&htab
->sym_cache
,
2609 /* STT_GNU_IFUNC must keep R_X86_64_GOTPCREL relocation. */
2610 if (ELF_ST_TYPE (isym
->st_info
) != STT_GNU_IFUNC
2611 && bfd_get_8 (input_bfd
,
2612 contents
+ irel
->r_offset
- 2) == 0x8b)
2614 bfd_put_8 (output_bfd
, 0x8d,
2615 contents
+ irel
->r_offset
- 2);
2616 irel
->r_info
= htab
->r_info (r_symndx
, R_X86_64_PC32
);
2617 if (local_got_refcounts
!= NULL
2618 && local_got_refcounts
[r_symndx
] > 0)
2619 local_got_refcounts
[r_symndx
] -= 1;
2620 changed_contents
= TRUE
;
2621 changed_relocs
= TRUE
;
2626 indx
= r_symndx
- symtab_hdr
->sh_info
;
2627 h
= elf_sym_hashes (abfd
)[indx
];
2628 BFD_ASSERT (h
!= NULL
);
2630 while (h
->root
.type
== bfd_link_hash_indirect
2631 || h
->root
.type
== bfd_link_hash_warning
)
2632 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
2634 /* STT_GNU_IFUNC must keep R_X86_64_GOTPCREL relocation. We also
2635 avoid optimizing _DYNAMIC since ld.so may use its link-time
2638 && h
->type
!= STT_GNU_IFUNC
2639 && h
!= htab
->elf
.hdynamic
2640 && SYMBOL_REFERENCES_LOCAL (link_info
, h
)
2641 && bfd_get_8 (input_bfd
,
2642 contents
+ irel
->r_offset
- 2) == 0x8b)
2644 bfd_put_8 (output_bfd
, 0x8d,
2645 contents
+ irel
->r_offset
- 2);
2646 irel
->r_info
= htab
->r_info (r_symndx
, R_X86_64_PC32
);
2647 if (h
->got
.refcount
> 0)
2648 h
->got
.refcount
-= 1;
2649 changed_contents
= TRUE
;
2650 changed_relocs
= TRUE
;
2654 if (contents
!= NULL
2655 && elf_section_data (sec
)->this_hdr
.contents
!= contents
)
2657 if (!changed_contents
&& !link_info
->keep_memory
)
2661 /* Cache the section contents for elf_link_input_bfd. */
2662 elf_section_data (sec
)->this_hdr
.contents
= contents
;
2666 if (elf_section_data (sec
)->relocs
!= internal_relocs
)
2668 if (!changed_relocs
)
2669 free (internal_relocs
);
2671 elf_section_data (sec
)->relocs
= internal_relocs
;
2677 if (contents
!= NULL
2678 && elf_section_data (sec
)->this_hdr
.contents
!= contents
)
2680 if (internal_relocs
!= NULL
2681 && elf_section_data (sec
)->relocs
!= internal_relocs
)
2682 free (internal_relocs
);
2686 /* Set the sizes of the dynamic sections. */
2689 elf_x86_64_size_dynamic_sections (bfd
*output_bfd
,
2690 struct bfd_link_info
*info
)
2692 struct elf_x86_64_link_hash_table
*htab
;
2697 const struct elf_backend_data
*bed
;
2699 htab
= elf_x86_64_hash_table (info
);
2702 bed
= get_elf_backend_data (output_bfd
);
2704 dynobj
= htab
->elf
.dynobj
;
2708 if (htab
->elf
.dynamic_sections_created
)
2710 /* Set the contents of the .interp section to the interpreter. */
2711 if (info
->executable
)
2713 s
= bfd_get_linker_section (dynobj
, ".interp");
2716 s
->size
= htab
->dynamic_interpreter_size
;
2717 s
->contents
= (unsigned char *) htab
->dynamic_interpreter
;
2721 /* Set up .got offsets for local syms, and space for local dynamic
2723 for (ibfd
= info
->input_bfds
; ibfd
!= NULL
; ibfd
= ibfd
->link_next
)
2725 bfd_signed_vma
*local_got
;
2726 bfd_signed_vma
*end_local_got
;
2727 char *local_tls_type
;
2728 bfd_vma
*local_tlsdesc_gotent
;
2729 bfd_size_type locsymcount
;
2730 Elf_Internal_Shdr
*symtab_hdr
;
2733 if (! is_x86_64_elf (ibfd
))
2736 for (s
= ibfd
->sections
; s
!= NULL
; s
= s
->next
)
2738 struct elf_dyn_relocs
*p
;
2740 if (!elf_x86_64_convert_mov_to_lea (ibfd
, s
, info
))
2743 for (p
= (struct elf_dyn_relocs
*)
2744 (elf_section_data (s
)->local_dynrel
);
2748 if (!bfd_is_abs_section (p
->sec
)
2749 && bfd_is_abs_section (p
->sec
->output_section
))
2751 /* Input section has been discarded, either because
2752 it is a copy of a linkonce section or due to
2753 linker script /DISCARD/, so we'll be discarding
2756 else if (p
->count
!= 0)
2758 srel
= elf_section_data (p
->sec
)->sreloc
;
2759 srel
->size
+= p
->count
* bed
->s
->sizeof_rela
;
2760 if ((p
->sec
->output_section
->flags
& SEC_READONLY
) != 0
2761 && (info
->flags
& DF_TEXTREL
) == 0)
2763 info
->flags
|= DF_TEXTREL
;
2764 if (info
->warn_shared_textrel
&& info
->shared
)
2765 info
->callbacks
->einfo (_("%P: %B: warning: relocation in readonly section `%A'.\n"),
2766 p
->sec
->owner
, p
->sec
);
2772 local_got
= elf_local_got_refcounts (ibfd
);
2776 symtab_hdr
= &elf_symtab_hdr (ibfd
);
2777 locsymcount
= symtab_hdr
->sh_info
;
2778 end_local_got
= local_got
+ locsymcount
;
2779 local_tls_type
= elf_x86_64_local_got_tls_type (ibfd
);
2780 local_tlsdesc_gotent
= elf_x86_64_local_tlsdesc_gotent (ibfd
);
2782 srel
= htab
->elf
.srelgot
;
2783 for (; local_got
< end_local_got
;
2784 ++local_got
, ++local_tls_type
, ++local_tlsdesc_gotent
)
2786 *local_tlsdesc_gotent
= (bfd_vma
) -1;
2789 if (GOT_TLS_GDESC_P (*local_tls_type
))
2791 *local_tlsdesc_gotent
= htab
->elf
.sgotplt
->size
2792 - elf_x86_64_compute_jump_table_size (htab
);
2793 htab
->elf
.sgotplt
->size
+= 2 * GOT_ENTRY_SIZE
;
2794 *local_got
= (bfd_vma
) -2;
2796 if (! GOT_TLS_GDESC_P (*local_tls_type
)
2797 || GOT_TLS_GD_P (*local_tls_type
))
2799 *local_got
= s
->size
;
2800 s
->size
+= GOT_ENTRY_SIZE
;
2801 if (GOT_TLS_GD_P (*local_tls_type
))
2802 s
->size
+= GOT_ENTRY_SIZE
;
2805 || GOT_TLS_GD_ANY_P (*local_tls_type
)
2806 || *local_tls_type
== GOT_TLS_IE
)
2808 if (GOT_TLS_GDESC_P (*local_tls_type
))
2810 htab
->elf
.srelplt
->size
2811 += bed
->s
->sizeof_rela
;
2812 htab
->tlsdesc_plt
= (bfd_vma
) -1;
2814 if (! GOT_TLS_GDESC_P (*local_tls_type
)
2815 || GOT_TLS_GD_P (*local_tls_type
))
2816 srel
->size
+= bed
->s
->sizeof_rela
;
2820 *local_got
= (bfd_vma
) -1;
2824 if (htab
->tls_ld_got
.refcount
> 0)
2826 /* Allocate 2 got entries and 1 dynamic reloc for R_X86_64_TLSLD
2828 htab
->tls_ld_got
.offset
= htab
->elf
.sgot
->size
;
2829 htab
->elf
.sgot
->size
+= 2 * GOT_ENTRY_SIZE
;
2830 htab
->elf
.srelgot
->size
+= bed
->s
->sizeof_rela
;
2833 htab
->tls_ld_got
.offset
= -1;
2835 /* Allocate global sym .plt and .got entries, and space for global
2836 sym dynamic relocs. */
2837 elf_link_hash_traverse (&htab
->elf
, elf_x86_64_allocate_dynrelocs
,
2840 /* Allocate .plt and .got entries, and space for local symbols. */
2841 htab_traverse (htab
->loc_hash_table
,
2842 elf_x86_64_allocate_local_dynrelocs
,
2845 /* For every jump slot reserved in the sgotplt, reloc_count is
2846 incremented. However, when we reserve space for TLS descriptors,
2847 it's not incremented, so in order to compute the space reserved
2848 for them, it suffices to multiply the reloc count by the jump
2851 PR ld/13302: We start next_irelative_index at the end of .rela.plt
2852 so that R_X86_64_IRELATIVE entries come last. */
2853 if (htab
->elf
.srelplt
)
2855 htab
->sgotplt_jump_table_size
2856 = elf_x86_64_compute_jump_table_size (htab
);
2857 htab
->next_irelative_index
= htab
->elf
.srelplt
->reloc_count
- 1;
2859 else if (htab
->elf
.irelplt
)
2860 htab
->next_irelative_index
= htab
->elf
.irelplt
->reloc_count
- 1;
2862 if (htab
->tlsdesc_plt
)
2864 /* If we're not using lazy TLS relocations, don't generate the
2865 PLT and GOT entries they require. */
2866 if ((info
->flags
& DF_BIND_NOW
))
2867 htab
->tlsdesc_plt
= 0;
2870 htab
->tlsdesc_got
= htab
->elf
.sgot
->size
;
2871 htab
->elf
.sgot
->size
+= GOT_ENTRY_SIZE
;
2872 /* Reserve room for the initial entry.
2873 FIXME: we could probably do away with it in this case. */
2874 if (htab
->elf
.splt
->size
== 0)
2875 htab
->elf
.splt
->size
+= GET_PLT_ENTRY_SIZE (output_bfd
);
2876 htab
->tlsdesc_plt
= htab
->elf
.splt
->size
;
2877 htab
->elf
.splt
->size
+= GET_PLT_ENTRY_SIZE (output_bfd
);
2881 if (htab
->elf
.sgotplt
)
2883 /* Don't allocate .got.plt section if there are no GOT nor PLT
2884 entries and there is no refeence to _GLOBAL_OFFSET_TABLE_. */
2885 if ((htab
->elf
.hgot
== NULL
2886 || !htab
->elf
.hgot
->ref_regular_nonweak
)
2887 && (htab
->elf
.sgotplt
->size
2888 == get_elf_backend_data (output_bfd
)->got_header_size
)
2889 && (htab
->elf
.splt
== NULL
2890 || htab
->elf
.splt
->size
== 0)
2891 && (htab
->elf
.sgot
== NULL
2892 || htab
->elf
.sgot
->size
== 0)
2893 && (htab
->elf
.iplt
== NULL
2894 || htab
->elf
.iplt
->size
== 0)
2895 && (htab
->elf
.igotplt
== NULL
2896 || htab
->elf
.igotplt
->size
== 0))
2897 htab
->elf
.sgotplt
->size
= 0;
2900 if (htab
->plt_eh_frame
!= NULL
2901 && htab
->elf
.splt
!= NULL
2902 && htab
->elf
.splt
->size
!= 0
2903 && !bfd_is_abs_section (htab
->elf
.splt
->output_section
)
2904 && _bfd_elf_eh_frame_present (info
))
2906 const struct elf_x86_64_backend_data
*arch_data
2907 = (const struct elf_x86_64_backend_data
*) bed
->arch_data
;
2908 htab
->plt_eh_frame
->size
= arch_data
->eh_frame_plt_size
;
2911 /* We now have determined the sizes of the various dynamic sections.
2912 Allocate memory for them. */
2914 for (s
= dynobj
->sections
; s
!= NULL
; s
= s
->next
)
2916 if ((s
->flags
& SEC_LINKER_CREATED
) == 0)
2919 if (s
== htab
->elf
.splt
2920 || s
== htab
->elf
.sgot
2921 || s
== htab
->elf
.sgotplt
2922 || s
== htab
->elf
.iplt
2923 || s
== htab
->elf
.igotplt
2924 || s
== htab
->plt_eh_frame
2925 || s
== htab
->sdynbss
)
2927 /* Strip this section if we don't need it; see the
2930 else if (CONST_STRNEQ (bfd_get_section_name (dynobj
, s
), ".rela"))
2932 if (s
->size
!= 0 && s
!= htab
->elf
.srelplt
)
2935 /* We use the reloc_count field as a counter if we need
2936 to copy relocs into the output file. */
2937 if (s
!= htab
->elf
.srelplt
)
2942 /* It's not one of our sections, so don't allocate space. */
2948 /* If we don't need this section, strip it from the
2949 output file. This is mostly to handle .rela.bss and
2950 .rela.plt. We must create both sections in
2951 create_dynamic_sections, because they must be created
2952 before the linker maps input sections to output
2953 sections. The linker does that before
2954 adjust_dynamic_symbol is called, and it is that
2955 function which decides whether anything needs to go
2956 into these sections. */
2958 s
->flags
|= SEC_EXCLUDE
;
2962 if ((s
->flags
& SEC_HAS_CONTENTS
) == 0)
2965 /* Allocate memory for the section contents. We use bfd_zalloc
2966 here in case unused entries are not reclaimed before the
2967 section's contents are written out. This should not happen,
2968 but this way if it does, we get a R_X86_64_NONE reloc instead
2970 s
->contents
= (bfd_byte
*) bfd_zalloc (dynobj
, s
->size
);
2971 if (s
->contents
== NULL
)
2975 if (htab
->plt_eh_frame
!= NULL
2976 && htab
->plt_eh_frame
->contents
!= NULL
)
2978 const struct elf_x86_64_backend_data
*arch_data
2979 = (const struct elf_x86_64_backend_data
*) bed
->arch_data
;
2981 memcpy (htab
->plt_eh_frame
->contents
,
2982 arch_data
->eh_frame_plt
, htab
->plt_eh_frame
->size
);
2983 bfd_put_32 (dynobj
, htab
->elf
.splt
->size
,
2984 htab
->plt_eh_frame
->contents
+ PLT_FDE_LEN_OFFSET
);
2987 if (htab
->elf
.dynamic_sections_created
)
2989 /* Add some entries to the .dynamic section. We fill in the
2990 values later, in elf_x86_64_finish_dynamic_sections, but we
2991 must add the entries now so that we get the correct size for
2992 the .dynamic section. The DT_DEBUG entry is filled in by the
2993 dynamic linker and used by the debugger. */
2994 #define add_dynamic_entry(TAG, VAL) \
2995 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
2997 if (info
->executable
)
2999 if (!add_dynamic_entry (DT_DEBUG
, 0))
3003 if (htab
->elf
.splt
->size
!= 0)
3005 if (!add_dynamic_entry (DT_PLTGOT
, 0)
3006 || !add_dynamic_entry (DT_PLTRELSZ
, 0)
3007 || !add_dynamic_entry (DT_PLTREL
, DT_RELA
)
3008 || !add_dynamic_entry (DT_JMPREL
, 0))
3011 if (htab
->tlsdesc_plt
3012 && (!add_dynamic_entry (DT_TLSDESC_PLT
, 0)
3013 || !add_dynamic_entry (DT_TLSDESC_GOT
, 0)))
3019 if (!add_dynamic_entry (DT_RELA
, 0)
3020 || !add_dynamic_entry (DT_RELASZ
, 0)
3021 || !add_dynamic_entry (DT_RELAENT
, bed
->s
->sizeof_rela
))
3024 /* If any dynamic relocs apply to a read-only section,
3025 then we need a DT_TEXTREL entry. */
3026 if ((info
->flags
& DF_TEXTREL
) == 0)
3027 elf_link_hash_traverse (&htab
->elf
,
3028 elf_x86_64_readonly_dynrelocs
,
3031 if ((info
->flags
& DF_TEXTREL
) != 0)
3033 if (!add_dynamic_entry (DT_TEXTREL
, 0))
3038 #undef add_dynamic_entry
3044 elf_x86_64_always_size_sections (bfd
*output_bfd
,
3045 struct bfd_link_info
*info
)
3047 asection
*tls_sec
= elf_hash_table (info
)->tls_sec
;
3051 struct elf_link_hash_entry
*tlsbase
;
3053 tlsbase
= elf_link_hash_lookup (elf_hash_table (info
),
3054 "_TLS_MODULE_BASE_",
3055 FALSE
, FALSE
, FALSE
);
3057 if (tlsbase
&& tlsbase
->type
== STT_TLS
)
3059 struct elf_x86_64_link_hash_table
*htab
;
3060 struct bfd_link_hash_entry
*bh
= NULL
;
3061 const struct elf_backend_data
*bed
3062 = get_elf_backend_data (output_bfd
);
3064 htab
= elf_x86_64_hash_table (info
);
3068 if (!(_bfd_generic_link_add_one_symbol
3069 (info
, output_bfd
, "_TLS_MODULE_BASE_", BSF_LOCAL
,
3070 tls_sec
, 0, NULL
, FALSE
,
3071 bed
->collect
, &bh
)))
3074 htab
->tls_module_base
= bh
;
3076 tlsbase
= (struct elf_link_hash_entry
*)bh
;
3077 tlsbase
->def_regular
= 1;
3078 tlsbase
->other
= STV_HIDDEN
;
3079 (*bed
->elf_backend_hide_symbol
) (info
, tlsbase
, TRUE
);
3086 /* _TLS_MODULE_BASE_ needs to be treated especially when linking
3087 executables. Rather than setting it to the beginning of the TLS
3088 section, we have to set it to the end. This function may be called
3089 multiple times, it is idempotent. */
3092 elf_x86_64_set_tls_module_base (struct bfd_link_info
*info
)
3094 struct elf_x86_64_link_hash_table
*htab
;
3095 struct bfd_link_hash_entry
*base
;
3097 if (!info
->executable
)
3100 htab
= elf_x86_64_hash_table (info
);
3104 base
= htab
->tls_module_base
;
3108 base
->u
.def
.value
= htab
->elf
.tls_size
;
3111 /* Return the base VMA address which should be subtracted from real addresses
3112 when resolving @dtpoff relocation.
3113 This is PT_TLS segment p_vaddr. */
3116 elf_x86_64_dtpoff_base (struct bfd_link_info
*info
)
3118 /* If tls_sec is NULL, we should have signalled an error already. */
3119 if (elf_hash_table (info
)->tls_sec
== NULL
)
3121 return elf_hash_table (info
)->tls_sec
->vma
;
3124 /* Return the relocation value for @tpoff relocation
3125 if STT_TLS virtual address is ADDRESS. */
3128 elf_x86_64_tpoff (struct bfd_link_info
*info
, bfd_vma address
)
3130 struct elf_link_hash_table
*htab
= elf_hash_table (info
);
3131 const struct elf_backend_data
*bed
= get_elf_backend_data (info
->output_bfd
);
3132 bfd_vma static_tls_size
;
3134 /* If tls_segment is NULL, we should have signalled an error already. */
3135 if (htab
->tls_sec
== NULL
)
3138 /* Consider special static TLS alignment requirements. */
3139 static_tls_size
= BFD_ALIGN (htab
->tls_size
, bed
->static_tls_alignment
);
3140 return address
- static_tls_size
- htab
->tls_sec
->vma
;
3143 /* Is the instruction before OFFSET in CONTENTS a 32bit relative
3147 is_32bit_relative_branch (bfd_byte
*contents
, bfd_vma offset
)
3149 /* Opcode Instruction
3152 0x0f 0x8x conditional jump */
3154 && (contents
[offset
- 1] == 0xe8
3155 || contents
[offset
- 1] == 0xe9))
3157 && contents
[offset
- 2] == 0x0f
3158 && (contents
[offset
- 1] & 0xf0) == 0x80));
3161 /* Relocate an x86_64 ELF section. */
3164 elf_x86_64_relocate_section (bfd
*output_bfd
,
3165 struct bfd_link_info
*info
,
3167 asection
*input_section
,
3169 Elf_Internal_Rela
*relocs
,
3170 Elf_Internal_Sym
*local_syms
,
3171 asection
**local_sections
)
3173 struct elf_x86_64_link_hash_table
*htab
;
3174 Elf_Internal_Shdr
*symtab_hdr
;
3175 struct elf_link_hash_entry
**sym_hashes
;
3176 bfd_vma
*local_got_offsets
;
3177 bfd_vma
*local_tlsdesc_gotents
;
3178 Elf_Internal_Rela
*rel
;
3179 Elf_Internal_Rela
*relend
;
3180 const unsigned int plt_entry_size
= GET_PLT_ENTRY_SIZE (info
->output_bfd
);
3182 BFD_ASSERT (is_x86_64_elf (input_bfd
));
3184 htab
= elf_x86_64_hash_table (info
);
3187 symtab_hdr
= &elf_symtab_hdr (input_bfd
);
3188 sym_hashes
= elf_sym_hashes (input_bfd
);
3189 local_got_offsets
= elf_local_got_offsets (input_bfd
);
3190 local_tlsdesc_gotents
= elf_x86_64_local_tlsdesc_gotent (input_bfd
);
3192 elf_x86_64_set_tls_module_base (info
);
3195 relend
= relocs
+ input_section
->reloc_count
;
3196 for (; rel
< relend
; rel
++)
3198 unsigned int r_type
;
3199 reloc_howto_type
*howto
;
3200 unsigned long r_symndx
;
3201 struct elf_link_hash_entry
*h
;
3202 Elf_Internal_Sym
*sym
;
3204 bfd_vma off
, offplt
;
3206 bfd_boolean unresolved_reloc
;
3207 bfd_reloc_status_type r
;
3212 r_type
= ELF32_R_TYPE (rel
->r_info
);
3213 if (r_type
== (int) R_X86_64_GNU_VTINHERIT
3214 || r_type
== (int) R_X86_64_GNU_VTENTRY
)
3217 if (r_type
>= (int) R_X86_64_standard
)
3219 (*_bfd_error_handler
)
3220 (_("%B: unrecognized relocation (0x%x) in section `%A'"),
3221 input_bfd
, input_section
, r_type
);
3222 bfd_set_error (bfd_error_bad_value
);
3226 if (r_type
!= (int) R_X86_64_32
3227 || ABI_64_P (output_bfd
))
3228 howto
= x86_64_elf_howto_table
+ r_type
;
3230 howto
= (x86_64_elf_howto_table
3231 + ARRAY_SIZE (x86_64_elf_howto_table
) - 1);
3232 r_symndx
= htab
->r_sym (rel
->r_info
);
3236 unresolved_reloc
= FALSE
;
3237 if (r_symndx
< symtab_hdr
->sh_info
)
3239 sym
= local_syms
+ r_symndx
;
3240 sec
= local_sections
[r_symndx
];
3242 relocation
= _bfd_elf_rela_local_sym (output_bfd
, sym
,
3244 st_size
= sym
->st_size
;
3246 /* Relocate against local STT_GNU_IFUNC symbol. */
3247 if (!info
->relocatable
3248 && ELF_ST_TYPE (sym
->st_info
) == STT_GNU_IFUNC
)
3250 h
= elf_x86_64_get_local_sym_hash (htab
, input_bfd
,
3255 /* Set STT_GNU_IFUNC symbol value. */
3256 h
->root
.u
.def
.value
= sym
->st_value
;
3257 h
->root
.u
.def
.section
= sec
;
3262 bfd_boolean warned ATTRIBUTE_UNUSED
;
3264 RELOC_FOR_GLOBAL_SYMBOL (info
, input_bfd
, input_section
, rel
,
3265 r_symndx
, symtab_hdr
, sym_hashes
,
3267 unresolved_reloc
, warned
);
3271 if (sec
!= NULL
&& discarded_section (sec
))
3272 RELOC_AGAINST_DISCARDED_SECTION (info
, input_bfd
, input_section
,
3273 rel
, 1, relend
, howto
, 0, contents
);
3275 if (info
->relocatable
)
3278 if (rel
->r_addend
== 0 && !ABI_64_P (output_bfd
))
3280 if (r_type
== R_X86_64_64
)
3282 /* For x32, treat R_X86_64_64 like R_X86_64_32 and
3283 zero-extend it to 64bit if addend is zero. */
3284 r_type
= R_X86_64_32
;
3285 memset (contents
+ rel
->r_offset
+ 4, 0, 4);
3287 else if (r_type
== R_X86_64_SIZE64
)
3289 /* For x32, treat R_X86_64_SIZE64 like R_X86_64_SIZE32 and
3290 zero-extend it to 64bit if addend is zero. */
3291 r_type
= R_X86_64_SIZE32
;
3292 memset (contents
+ rel
->r_offset
+ 4, 0, 4);
3296 /* Since STT_GNU_IFUNC symbol must go through PLT, we handle
3297 it here if it is defined in a non-shared object. */
3299 && h
->type
== STT_GNU_IFUNC
3306 if ((input_section
->flags
& SEC_ALLOC
) == 0
3307 || h
->plt
.offset
== (bfd_vma
) -1)
3310 /* STT_GNU_IFUNC symbol must go through PLT. */
3311 plt
= htab
->elf
.splt
? htab
->elf
.splt
: htab
->elf
.iplt
;
3312 relocation
= (plt
->output_section
->vma
3313 + plt
->output_offset
+ h
->plt
.offset
);
3318 if (h
->root
.root
.string
)
3319 name
= h
->root
.root
.string
;
3321 name
= bfd_elf_sym_name (input_bfd
, symtab_hdr
, sym
,
3323 (*_bfd_error_handler
)
3324 (_("%B: relocation %s against STT_GNU_IFUNC "
3325 "symbol `%s' isn't handled by %s"), input_bfd
,
3326 x86_64_elf_howto_table
[r_type
].name
,
3327 name
, __FUNCTION__
);
3328 bfd_set_error (bfd_error_bad_value
);
3337 if (ABI_64_P (output_bfd
))
3341 if (rel
->r_addend
!= 0)
3343 if (h
->root
.root
.string
)
3344 name
= h
->root
.root
.string
;
3346 name
= bfd_elf_sym_name (input_bfd
, symtab_hdr
,
3348 (*_bfd_error_handler
)
3349 (_("%B: relocation %s against STT_GNU_IFUNC "
3350 "symbol `%s' has non-zero addend: %d"),
3351 input_bfd
, x86_64_elf_howto_table
[r_type
].name
,
3352 name
, rel
->r_addend
);
3353 bfd_set_error (bfd_error_bad_value
);
3357 /* Generate dynamic relcoation only when there is a
3358 non-GOT reference in a shared object. */
3359 if (info
->shared
&& h
->non_got_ref
)
3361 Elf_Internal_Rela outrel
;
3364 /* Need a dynamic relocation to get the real function
3366 outrel
.r_offset
= _bfd_elf_section_offset (output_bfd
,
3370 if (outrel
.r_offset
== (bfd_vma
) -1
3371 || outrel
.r_offset
== (bfd_vma
) -2)
3374 outrel
.r_offset
+= (input_section
->output_section
->vma
3375 + input_section
->output_offset
);
3377 if (h
->dynindx
== -1
3379 || info
->executable
)
3381 /* This symbol is resolved locally. */
3382 outrel
.r_info
= htab
->r_info (0, R_X86_64_IRELATIVE
);
3383 outrel
.r_addend
= (h
->root
.u
.def
.value
3384 + h
->root
.u
.def
.section
->output_section
->vma
3385 + h
->root
.u
.def
.section
->output_offset
);
3389 outrel
.r_info
= htab
->r_info (h
->dynindx
, r_type
);
3390 outrel
.r_addend
= 0;
3393 sreloc
= htab
->elf
.irelifunc
;
3394 elf_append_rela (output_bfd
, sreloc
, &outrel
);
3396 /* If this reloc is against an external symbol, we
3397 do not want to fiddle with the addend. Otherwise,
3398 we need to include the symbol value so that it
3399 becomes an addend for the dynamic reloc. For an
3400 internal symbol, we have updated addend. */
3406 case R_X86_64_PLT32
:
3409 case R_X86_64_GOTPCREL
:
3410 case R_X86_64_GOTPCREL64
:
3411 base_got
= htab
->elf
.sgot
;
3412 off
= h
->got
.offset
;
3414 if (base_got
== NULL
)
3417 if (off
== (bfd_vma
) -1)
3419 /* We can't use h->got.offset here to save state, or
3420 even just remember the offset, as finish_dynamic_symbol
3421 would use that as offset into .got. */
3423 if (htab
->elf
.splt
!= NULL
)
3425 plt_index
= h
->plt
.offset
/ plt_entry_size
- 1;
3426 off
= (plt_index
+ 3) * GOT_ENTRY_SIZE
;
3427 base_got
= htab
->elf
.sgotplt
;
3431 plt_index
= h
->plt
.offset
/ plt_entry_size
;
3432 off
= plt_index
* GOT_ENTRY_SIZE
;
3433 base_got
= htab
->elf
.igotplt
;
3436 if (h
->dynindx
== -1
3440 /* This references the local defitionion. We must
3441 initialize this entry in the global offset table.
3442 Since the offset must always be a multiple of 8,
3443 we use the least significant bit to record
3444 whether we have initialized it already.
3446 When doing a dynamic link, we create a .rela.got
3447 relocation entry to initialize the value. This
3448 is done in the finish_dynamic_symbol routine. */
3453 bfd_put_64 (output_bfd
, relocation
,
3454 base_got
->contents
+ off
);
3455 /* Note that this is harmless for the GOTPLT64
3456 case, as -1 | 1 still is -1. */
3462 relocation
= (base_got
->output_section
->vma
3463 + base_got
->output_offset
+ off
);
3469 /* When generating a shared object, the relocations handled here are
3470 copied into the output file to be resolved at run time. */
3473 case R_X86_64_GOT32
:
3474 case R_X86_64_GOT64
:
3475 /* Relocation is to the entry for this symbol in the global
3477 case R_X86_64_GOTPCREL
:
3478 case R_X86_64_GOTPCREL64
:
3479 /* Use global offset table entry as symbol value. */
3480 case R_X86_64_GOTPLT64
:
3481 /* This is the same as GOT64 for relocation purposes, but
3482 indicates the existence of a PLT entry. The difficulty is,
3483 that we must calculate the GOT slot offset from the PLT
3484 offset, if this symbol got a PLT entry (it was global).
3485 Additionally if it's computed from the PLT entry, then that
3486 GOT offset is relative to .got.plt, not to .got. */
3487 base_got
= htab
->elf
.sgot
;
3489 if (htab
->elf
.sgot
== NULL
)
3496 off
= h
->got
.offset
;
3498 && h
->plt
.offset
!= (bfd_vma
)-1
3499 && off
== (bfd_vma
)-1)
3501 /* We can't use h->got.offset here to save
3502 state, or even just remember the offset, as
3503 finish_dynamic_symbol would use that as offset into
3505 bfd_vma plt_index
= h
->plt
.offset
/ plt_entry_size
- 1;
3506 off
= (plt_index
+ 3) * GOT_ENTRY_SIZE
;
3507 base_got
= htab
->elf
.sgotplt
;
3510 dyn
= htab
->elf
.dynamic_sections_created
;
3512 if (! WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn
, info
->shared
, h
)
3514 && SYMBOL_REFERENCES_LOCAL (info
, h
))
3515 || (ELF_ST_VISIBILITY (h
->other
)
3516 && h
->root
.type
== bfd_link_hash_undefweak
))
3518 /* This is actually a static link, or it is a -Bsymbolic
3519 link and the symbol is defined locally, or the symbol
3520 was forced to be local because of a version file. We
3521 must initialize this entry in the global offset table.
3522 Since the offset must always be a multiple of 8, we
3523 use the least significant bit to record whether we
3524 have initialized it already.
3526 When doing a dynamic link, we create a .rela.got
3527 relocation entry to initialize the value. This is
3528 done in the finish_dynamic_symbol routine. */
3533 bfd_put_64 (output_bfd
, relocation
,
3534 base_got
->contents
+ off
);
3535 /* Note that this is harmless for the GOTPLT64 case,
3536 as -1 | 1 still is -1. */
3541 unresolved_reloc
= FALSE
;
3545 if (local_got_offsets
== NULL
)
3548 off
= local_got_offsets
[r_symndx
];
3550 /* The offset must always be a multiple of 8. We use
3551 the least significant bit to record whether we have
3552 already generated the necessary reloc. */
3557 bfd_put_64 (output_bfd
, relocation
,
3558 base_got
->contents
+ off
);
3563 Elf_Internal_Rela outrel
;
3565 /* We need to generate a R_X86_64_RELATIVE reloc
3566 for the dynamic linker. */
3567 s
= htab
->elf
.srelgot
;
3571 outrel
.r_offset
= (base_got
->output_section
->vma
3572 + base_got
->output_offset
3574 outrel
.r_info
= htab
->r_info (0, R_X86_64_RELATIVE
);
3575 outrel
.r_addend
= relocation
;
3576 elf_append_rela (output_bfd
, s
, &outrel
);
3579 local_got_offsets
[r_symndx
] |= 1;
3583 if (off
>= (bfd_vma
) -2)
3586 relocation
= base_got
->output_section
->vma
3587 + base_got
->output_offset
+ off
;
3588 if (r_type
!= R_X86_64_GOTPCREL
&& r_type
!= R_X86_64_GOTPCREL64
)
3589 relocation
-= htab
->elf
.sgotplt
->output_section
->vma
3590 - htab
->elf
.sgotplt
->output_offset
;
3594 case R_X86_64_GOTOFF64
:
3595 /* Relocation is relative to the start of the global offset
3598 /* Check to make sure it isn't a protected function symbol
3599 for shared library since it may not be local when used
3600 as function address. */
3601 if (!info
->executable
3603 && !SYMBOLIC_BIND (info
, h
)
3605 && h
->type
== STT_FUNC
3606 && ELF_ST_VISIBILITY (h
->other
) == STV_PROTECTED
)
3608 (*_bfd_error_handler
)
3609 (_("%B: relocation R_X86_64_GOTOFF64 against protected function `%s' can not be used when making a shared object"),
3610 input_bfd
, h
->root
.root
.string
);
3611 bfd_set_error (bfd_error_bad_value
);
3615 /* Note that sgot is not involved in this
3616 calculation. We always want the start of .got.plt. If we
3617 defined _GLOBAL_OFFSET_TABLE_ in a different way, as is
3618 permitted by the ABI, we might have to change this
3620 relocation
-= htab
->elf
.sgotplt
->output_section
->vma
3621 + htab
->elf
.sgotplt
->output_offset
;
3624 case R_X86_64_GOTPC32
:
3625 case R_X86_64_GOTPC64
:
3626 /* Use global offset table as symbol value. */
3627 relocation
= htab
->elf
.sgotplt
->output_section
->vma
3628 + htab
->elf
.sgotplt
->output_offset
;
3629 unresolved_reloc
= FALSE
;
3632 case R_X86_64_PLTOFF64
:
3633 /* Relocation is PLT entry relative to GOT. For local
3634 symbols it's the symbol itself relative to GOT. */
3636 /* See PLT32 handling. */
3637 && h
->plt
.offset
!= (bfd_vma
) -1
3638 && htab
->elf
.splt
!= NULL
)
3640 relocation
= (htab
->elf
.splt
->output_section
->vma
3641 + htab
->elf
.splt
->output_offset
3643 unresolved_reloc
= FALSE
;
3646 relocation
-= htab
->elf
.sgotplt
->output_section
->vma
3647 + htab
->elf
.sgotplt
->output_offset
;
3650 case R_X86_64_PLT32
:
3651 /* Relocation is to the entry for this symbol in the
3652 procedure linkage table. */
3654 /* Resolve a PLT32 reloc against a local symbol directly,
3655 without using the procedure linkage table. */
3659 if (h
->plt
.offset
== (bfd_vma
) -1
3660 || htab
->elf
.splt
== NULL
)
3662 /* We didn't make a PLT entry for this symbol. This
3663 happens when statically linking PIC code, or when
3664 using -Bsymbolic. */
3668 relocation
= (htab
->elf
.splt
->output_section
->vma
3669 + htab
->elf
.splt
->output_offset
3671 unresolved_reloc
= FALSE
;
3674 case R_X86_64_SIZE32
:
3675 case R_X86_64_SIZE64
:
3676 /* Set to symbol size. */
3677 relocation
= st_size
;
3684 && (input_section
->flags
& SEC_ALLOC
) != 0
3685 && (input_section
->flags
& SEC_READONLY
) != 0
3688 bfd_boolean fail
= FALSE
;
3690 = (r_type
== R_X86_64_PC32
3691 && is_32bit_relative_branch (contents
, rel
->r_offset
));
3693 if (SYMBOL_REFERENCES_LOCAL (info
, h
))
3695 /* Symbol is referenced locally. Make sure it is
3696 defined locally or for a branch. */
3697 fail
= !h
->def_regular
&& !branch
;
3701 /* Symbol isn't referenced locally. We only allow
3702 branch to symbol with non-default visibility. */
3704 || ELF_ST_VISIBILITY (h
->other
) == STV_DEFAULT
);
3711 const char *pic
= "";
3713 switch (ELF_ST_VISIBILITY (h
->other
))
3716 v
= _("hidden symbol");
3719 v
= _("internal symbol");
3722 v
= _("protected symbol");
3726 pic
= _("; recompile with -fPIC");
3731 fmt
= _("%B: relocation %s against %s `%s' can not be used when making a shared object%s");
3733 fmt
= _("%B: relocation %s against undefined %s `%s' can not be used when making a shared object%s");
3735 (*_bfd_error_handler
) (fmt
, input_bfd
,
3736 x86_64_elf_howto_table
[r_type
].name
,
3737 v
, h
->root
.root
.string
, pic
);
3738 bfd_set_error (bfd_error_bad_value
);
3749 /* FIXME: The ABI says the linker should make sure the value is
3750 the same when it's zeroextended to 64 bit. */
3753 if ((input_section
->flags
& SEC_ALLOC
) == 0)
3758 || ELF_ST_VISIBILITY (h
->other
) == STV_DEFAULT
3759 || h
->root
.type
!= bfd_link_hash_undefweak
)
3760 && ((! IS_X86_64_PCREL_TYPE (r_type
)
3761 && r_type
!= R_X86_64_SIZE32
3762 && r_type
!= R_X86_64_SIZE64
)
3763 || ! SYMBOL_CALLS_LOCAL (info
, h
)))
3764 || (ELIMINATE_COPY_RELOCS
3771 || h
->root
.type
== bfd_link_hash_undefweak
3772 || h
->root
.type
== bfd_link_hash_undefined
)))
3774 Elf_Internal_Rela outrel
;
3775 bfd_boolean skip
, relocate
;
3778 /* When generating a shared object, these relocations
3779 are copied into the output file to be resolved at run
3785 _bfd_elf_section_offset (output_bfd
, info
, input_section
,
3787 if (outrel
.r_offset
== (bfd_vma
) -1)
3789 else if (outrel
.r_offset
== (bfd_vma
) -2)
3790 skip
= TRUE
, relocate
= TRUE
;
3792 outrel
.r_offset
+= (input_section
->output_section
->vma
3793 + input_section
->output_offset
);
3796 memset (&outrel
, 0, sizeof outrel
);
3798 /* h->dynindx may be -1 if this symbol was marked to
3802 && (IS_X86_64_PCREL_TYPE (r_type
)
3804 || ! SYMBOLIC_BIND (info
, h
)
3805 || ! h
->def_regular
))
3807 outrel
.r_info
= htab
->r_info (h
->dynindx
, r_type
);
3808 outrel
.r_addend
= rel
->r_addend
;
3812 /* This symbol is local, or marked to become local. */
3813 if (r_type
== htab
->pointer_r_type
)
3816 outrel
.r_info
= htab
->r_info (0, R_X86_64_RELATIVE
);
3817 outrel
.r_addend
= relocation
+ rel
->r_addend
;
3819 else if (r_type
== R_X86_64_64
3820 && !ABI_64_P (output_bfd
))
3823 outrel
.r_info
= htab
->r_info (0,
3824 R_X86_64_RELATIVE64
);
3825 outrel
.r_addend
= relocation
+ rel
->r_addend
;
3826 /* Check addend overflow. */
3827 if ((outrel
.r_addend
& 0x80000000)
3828 != (rel
->r_addend
& 0x80000000))
3831 int addend
= rel
->r_addend
;
3832 if (h
&& h
->root
.root
.string
)
3833 name
= h
->root
.root
.string
;
3835 name
= bfd_elf_sym_name (input_bfd
, symtab_hdr
,
3838 (*_bfd_error_handler
)
3839 (_("%B: addend -0x%x in relocation %s against "
3840 "symbol `%s' at 0x%lx in section `%A' is "
3842 input_bfd
, input_section
, addend
,
3843 x86_64_elf_howto_table
[r_type
].name
,
3844 name
, (unsigned long) rel
->r_offset
);
3846 (*_bfd_error_handler
)
3847 (_("%B: addend 0x%x in relocation %s against "
3848 "symbol `%s' at 0x%lx in section `%A' is "
3850 input_bfd
, input_section
, addend
,
3851 x86_64_elf_howto_table
[r_type
].name
,
3852 name
, (unsigned long) rel
->r_offset
);
3853 bfd_set_error (bfd_error_bad_value
);
3861 if (bfd_is_abs_section (sec
))
3863 else if (sec
== NULL
|| sec
->owner
== NULL
)
3865 bfd_set_error (bfd_error_bad_value
);
3872 /* We are turning this relocation into one
3873 against a section symbol. It would be
3874 proper to subtract the symbol's value,
3875 osec->vma, from the emitted reloc addend,
3876 but ld.so expects buggy relocs. */
3877 osec
= sec
->output_section
;
3878 sindx
= elf_section_data (osec
)->dynindx
;
3881 asection
*oi
= htab
->elf
.text_index_section
;
3882 sindx
= elf_section_data (oi
)->dynindx
;
3884 BFD_ASSERT (sindx
!= 0);
3887 outrel
.r_info
= htab
->r_info (sindx
, r_type
);
3888 outrel
.r_addend
= relocation
+ rel
->r_addend
;
3892 sreloc
= elf_section_data (input_section
)->sreloc
;
3894 if (sreloc
== NULL
|| sreloc
->contents
== NULL
)
3896 r
= bfd_reloc_notsupported
;
3897 goto check_relocation_error
;
3900 elf_append_rela (output_bfd
, sreloc
, &outrel
);
3902 /* If this reloc is against an external symbol, we do
3903 not want to fiddle with the addend. Otherwise, we
3904 need to include the symbol value so that it becomes
3905 an addend for the dynamic reloc. */
3912 case R_X86_64_TLSGD
:
3913 case R_X86_64_GOTPC32_TLSDESC
:
3914 case R_X86_64_TLSDESC_CALL
:
3915 case R_X86_64_GOTTPOFF
:
3916 tls_type
= GOT_UNKNOWN
;
3917 if (h
== NULL
&& local_got_offsets
)
3918 tls_type
= elf_x86_64_local_got_tls_type (input_bfd
) [r_symndx
];
3920 tls_type
= elf_x86_64_hash_entry (h
)->tls_type
;
3922 if (! elf_x86_64_tls_transition (info
, input_bfd
,
3923 input_section
, contents
,
3924 symtab_hdr
, sym_hashes
,
3925 &r_type
, tls_type
, rel
,
3926 relend
, h
, r_symndx
))
3929 if (r_type
== R_X86_64_TPOFF32
)
3931 bfd_vma roff
= rel
->r_offset
;
3933 BFD_ASSERT (! unresolved_reloc
);
3935 if (ELF32_R_TYPE (rel
->r_info
) == R_X86_64_TLSGD
)
3937 /* GD->LE transition. For 64bit, change
3938 .byte 0x66; leaq foo@tlsgd(%rip), %rdi
3939 .word 0x6666; rex64; call __tls_get_addr
3942 leaq foo@tpoff(%rax), %rax
3944 leaq foo@tlsgd(%rip), %rdi
3945 .word 0x6666; rex64; call __tls_get_addr
3948 leaq foo@tpoff(%rax), %rax */
3949 if (ABI_64_P (output_bfd
))
3950 memcpy (contents
+ roff
- 4,
3951 "\x64\x48\x8b\x04\x25\0\0\0\0\x48\x8d\x80\0\0\0",
3954 memcpy (contents
+ roff
- 3,
3955 "\x64\x8b\x04\x25\0\0\0\0\x48\x8d\x80\0\0\0",
3957 bfd_put_32 (output_bfd
,
3958 elf_x86_64_tpoff (info
, relocation
),
3959 contents
+ roff
+ 8);
3960 /* Skip R_X86_64_PC32/R_X86_64_PLT32. */
3964 else if (ELF32_R_TYPE (rel
->r_info
) == R_X86_64_GOTPC32_TLSDESC
)
3966 /* GDesc -> LE transition.
3967 It's originally something like:
3968 leaq x@tlsdesc(%rip), %rax
3971 movl $x@tpoff, %rax. */
3973 unsigned int val
, type
;
3975 type
= bfd_get_8 (input_bfd
, contents
+ roff
- 3);
3976 val
= bfd_get_8 (input_bfd
, contents
+ roff
- 1);
3977 bfd_put_8 (output_bfd
, 0x48 | ((type
>> 2) & 1),
3978 contents
+ roff
- 3);
3979 bfd_put_8 (output_bfd
, 0xc7, contents
+ roff
- 2);
3980 bfd_put_8 (output_bfd
, 0xc0 | ((val
>> 3) & 7),
3981 contents
+ roff
- 1);
3982 bfd_put_32 (output_bfd
,
3983 elf_x86_64_tpoff (info
, relocation
),
3987 else if (ELF32_R_TYPE (rel
->r_info
) == R_X86_64_TLSDESC_CALL
)
3989 /* GDesc -> LE transition.
3994 bfd_put_8 (output_bfd
, 0x66, contents
+ roff
);
3995 bfd_put_8 (output_bfd
, 0x90, contents
+ roff
+ 1);
3998 else if (ELF32_R_TYPE (rel
->r_info
) == R_X86_64_GOTTPOFF
)
4000 /* IE->LE transition:
4001 Originally it can be one of:
4002 movq foo@gottpoff(%rip), %reg
4003 addq foo@gottpoff(%rip), %reg
4006 leaq foo(%reg), %reg
4009 unsigned int val
, type
, reg
;
4011 val
= bfd_get_8 (input_bfd
, contents
+ roff
- 3);
4012 type
= bfd_get_8 (input_bfd
, contents
+ roff
- 2);
4013 reg
= bfd_get_8 (input_bfd
, contents
+ roff
- 1);
4019 bfd_put_8 (output_bfd
, 0x49,
4020 contents
+ roff
- 3);
4021 else if (!ABI_64_P (output_bfd
) && val
== 0x44)
4022 bfd_put_8 (output_bfd
, 0x41,
4023 contents
+ roff
- 3);
4024 bfd_put_8 (output_bfd
, 0xc7,
4025 contents
+ roff
- 2);
4026 bfd_put_8 (output_bfd
, 0xc0 | reg
,
4027 contents
+ roff
- 1);
4031 /* addq -> addq - addressing with %rsp/%r12 is
4034 bfd_put_8 (output_bfd
, 0x49,
4035 contents
+ roff
- 3);
4036 else if (!ABI_64_P (output_bfd
) && val
== 0x44)
4037 bfd_put_8 (output_bfd
, 0x41,
4038 contents
+ roff
- 3);
4039 bfd_put_8 (output_bfd
, 0x81,
4040 contents
+ roff
- 2);
4041 bfd_put_8 (output_bfd
, 0xc0 | reg
,
4042 contents
+ roff
- 1);
4048 bfd_put_8 (output_bfd
, 0x4d,
4049 contents
+ roff
- 3);
4050 else if (!ABI_64_P (output_bfd
) && val
== 0x44)
4051 bfd_put_8 (output_bfd
, 0x45,
4052 contents
+ roff
- 3);
4053 bfd_put_8 (output_bfd
, 0x8d,
4054 contents
+ roff
- 2);
4055 bfd_put_8 (output_bfd
, 0x80 | reg
| (reg
<< 3),
4056 contents
+ roff
- 1);
4058 bfd_put_32 (output_bfd
,
4059 elf_x86_64_tpoff (info
, relocation
),
4067 if (htab
->elf
.sgot
== NULL
)
4072 off
= h
->got
.offset
;
4073 offplt
= elf_x86_64_hash_entry (h
)->tlsdesc_got
;
4077 if (local_got_offsets
== NULL
)
4080 off
= local_got_offsets
[r_symndx
];
4081 offplt
= local_tlsdesc_gotents
[r_symndx
];
4088 Elf_Internal_Rela outrel
;
4092 if (htab
->elf
.srelgot
== NULL
)
4095 indx
= h
&& h
->dynindx
!= -1 ? h
->dynindx
: 0;
4097 if (GOT_TLS_GDESC_P (tls_type
))
4099 outrel
.r_info
= htab
->r_info (indx
, R_X86_64_TLSDESC
);
4100 BFD_ASSERT (htab
->sgotplt_jump_table_size
+ offplt
4101 + 2 * GOT_ENTRY_SIZE
<= htab
->elf
.sgotplt
->size
);
4102 outrel
.r_offset
= (htab
->elf
.sgotplt
->output_section
->vma
4103 + htab
->elf
.sgotplt
->output_offset
4105 + htab
->sgotplt_jump_table_size
);
4106 sreloc
= htab
->elf
.srelplt
;
4108 outrel
.r_addend
= relocation
- elf_x86_64_dtpoff_base (info
);
4110 outrel
.r_addend
= 0;
4111 elf_append_rela (output_bfd
, sreloc
, &outrel
);
4114 sreloc
= htab
->elf
.srelgot
;
4116 outrel
.r_offset
= (htab
->elf
.sgot
->output_section
->vma
4117 + htab
->elf
.sgot
->output_offset
+ off
);
4119 if (GOT_TLS_GD_P (tls_type
))
4120 dr_type
= R_X86_64_DTPMOD64
;
4121 else if (GOT_TLS_GDESC_P (tls_type
))
4124 dr_type
= R_X86_64_TPOFF64
;
4126 bfd_put_64 (output_bfd
, 0, htab
->elf
.sgot
->contents
+ off
);
4127 outrel
.r_addend
= 0;
4128 if ((dr_type
== R_X86_64_TPOFF64
4129 || dr_type
== R_X86_64_TLSDESC
) && indx
== 0)
4130 outrel
.r_addend
= relocation
- elf_x86_64_dtpoff_base (info
);
4131 outrel
.r_info
= htab
->r_info (indx
, dr_type
);
4133 elf_append_rela (output_bfd
, sreloc
, &outrel
);
4135 if (GOT_TLS_GD_P (tls_type
))
4139 BFD_ASSERT (! unresolved_reloc
);
4140 bfd_put_64 (output_bfd
,
4141 relocation
- elf_x86_64_dtpoff_base (info
),
4142 htab
->elf
.sgot
->contents
+ off
+ GOT_ENTRY_SIZE
);
4146 bfd_put_64 (output_bfd
, 0,
4147 htab
->elf
.sgot
->contents
+ off
+ GOT_ENTRY_SIZE
);
4148 outrel
.r_info
= htab
->r_info (indx
,
4150 outrel
.r_offset
+= GOT_ENTRY_SIZE
;
4151 elf_append_rela (output_bfd
, sreloc
,
4160 local_got_offsets
[r_symndx
] |= 1;
4163 if (off
>= (bfd_vma
) -2
4164 && ! GOT_TLS_GDESC_P (tls_type
))
4166 if (r_type
== ELF32_R_TYPE (rel
->r_info
))
4168 if (r_type
== R_X86_64_GOTPC32_TLSDESC
4169 || r_type
== R_X86_64_TLSDESC_CALL
)
4170 relocation
= htab
->elf
.sgotplt
->output_section
->vma
4171 + htab
->elf
.sgotplt
->output_offset
4172 + offplt
+ htab
->sgotplt_jump_table_size
;
4174 relocation
= htab
->elf
.sgot
->output_section
->vma
4175 + htab
->elf
.sgot
->output_offset
+ off
;
4176 unresolved_reloc
= FALSE
;
4180 bfd_vma roff
= rel
->r_offset
;
4182 if (ELF32_R_TYPE (rel
->r_info
) == R_X86_64_TLSGD
)
4184 /* GD->IE transition. For 64bit, change
4185 .byte 0x66; leaq foo@tlsgd(%rip), %rdi
4186 .word 0x6666; rex64; call __tls_get_addr@plt
4189 addq foo@gottpoff(%rip), %rax
4191 leaq foo@tlsgd(%rip), %rdi
4192 .word 0x6666; rex64; call __tls_get_addr@plt
4195 addq foo@gottpoff(%rip), %rax */
4196 if (ABI_64_P (output_bfd
))
4197 memcpy (contents
+ roff
- 4,
4198 "\x64\x48\x8b\x04\x25\0\0\0\0\x48\x03\x05\0\0\0",
4201 memcpy (contents
+ roff
- 3,
4202 "\x64\x8b\x04\x25\0\0\0\0\x48\x03\x05\0\0\0",
4205 relocation
= (htab
->elf
.sgot
->output_section
->vma
4206 + htab
->elf
.sgot
->output_offset
+ off
4208 - input_section
->output_section
->vma
4209 - input_section
->output_offset
4211 bfd_put_32 (output_bfd
, relocation
,
4212 contents
+ roff
+ 8);
4213 /* Skip R_X86_64_PLT32. */
4217 else if (ELF32_R_TYPE (rel
->r_info
) == R_X86_64_GOTPC32_TLSDESC
)
4219 /* GDesc -> IE transition.
4220 It's originally something like:
4221 leaq x@tlsdesc(%rip), %rax
4224 movq x@gottpoff(%rip), %rax # before xchg %ax,%ax. */
4226 /* Now modify the instruction as appropriate. To
4227 turn a leaq into a movq in the form we use it, it
4228 suffices to change the second byte from 0x8d to
4230 bfd_put_8 (output_bfd
, 0x8b, contents
+ roff
- 2);
4232 bfd_put_32 (output_bfd
,
4233 htab
->elf
.sgot
->output_section
->vma
4234 + htab
->elf
.sgot
->output_offset
+ off
4236 - input_section
->output_section
->vma
4237 - input_section
->output_offset
4242 else if (ELF32_R_TYPE (rel
->r_info
) == R_X86_64_TLSDESC_CALL
)
4244 /* GDesc -> IE transition.
4251 bfd_put_8 (output_bfd
, 0x66, contents
+ roff
);
4252 bfd_put_8 (output_bfd
, 0x90, contents
+ roff
+ 1);
4260 case R_X86_64_TLSLD
:
4261 if (! elf_x86_64_tls_transition (info
, input_bfd
,
4262 input_section
, contents
,
4263 symtab_hdr
, sym_hashes
,
4264 &r_type
, GOT_UNKNOWN
,
4265 rel
, relend
, h
, r_symndx
))
4268 if (r_type
!= R_X86_64_TLSLD
)
4270 /* LD->LE transition:
4271 leaq foo@tlsld(%rip), %rdi; call __tls_get_addr.
4272 For 64bit, we change it into:
4273 .word 0x6666; .byte 0x66; movq %fs:0, %rax.
4274 For 32bit, we change it into:
4275 nopl 0x0(%rax); movl %fs:0, %eax. */
4277 BFD_ASSERT (r_type
== R_X86_64_TPOFF32
);
4278 if (ABI_64_P (output_bfd
))
4279 memcpy (contents
+ rel
->r_offset
- 3,
4280 "\x66\x66\x66\x64\x48\x8b\x04\x25\0\0\0", 12);
4282 memcpy (contents
+ rel
->r_offset
- 3,
4283 "\x0f\x1f\x40\x00\x64\x8b\x04\x25\0\0\0", 12);
4284 /* Skip R_X86_64_PC32/R_X86_64_PLT32. */
4289 if (htab
->elf
.sgot
== NULL
)
4292 off
= htab
->tls_ld_got
.offset
;
4297 Elf_Internal_Rela outrel
;
4299 if (htab
->elf
.srelgot
== NULL
)
4302 outrel
.r_offset
= (htab
->elf
.sgot
->output_section
->vma
4303 + htab
->elf
.sgot
->output_offset
+ off
);
4305 bfd_put_64 (output_bfd
, 0,
4306 htab
->elf
.sgot
->contents
+ off
);
4307 bfd_put_64 (output_bfd
, 0,
4308 htab
->elf
.sgot
->contents
+ off
+ GOT_ENTRY_SIZE
);
4309 outrel
.r_info
= htab
->r_info (0, R_X86_64_DTPMOD64
);
4310 outrel
.r_addend
= 0;
4311 elf_append_rela (output_bfd
, htab
->elf
.srelgot
,
4313 htab
->tls_ld_got
.offset
|= 1;
4315 relocation
= htab
->elf
.sgot
->output_section
->vma
4316 + htab
->elf
.sgot
->output_offset
+ off
;
4317 unresolved_reloc
= FALSE
;
4320 case R_X86_64_DTPOFF32
:
4321 if (!info
->executable
|| (input_section
->flags
& SEC_CODE
) == 0)
4322 relocation
-= elf_x86_64_dtpoff_base (info
);
4324 relocation
= elf_x86_64_tpoff (info
, relocation
);
4327 case R_X86_64_TPOFF32
:
4328 case R_X86_64_TPOFF64
:
4329 BFD_ASSERT (info
->executable
);
4330 relocation
= elf_x86_64_tpoff (info
, relocation
);
4337 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
4338 because such sections are not SEC_ALLOC and thus ld.so will
4339 not process them. */
4340 if (unresolved_reloc
4341 && !((input_section
->flags
& SEC_DEBUGGING
) != 0
4343 && _bfd_elf_section_offset (output_bfd
, info
, input_section
,
4344 rel
->r_offset
) != (bfd_vma
) -1)
4346 (*_bfd_error_handler
)
4347 (_("%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"),
4350 (long) rel
->r_offset
,
4352 h
->root
.root
.string
);
4357 r
= _bfd_final_link_relocate (howto
, input_bfd
, input_section
,
4358 contents
, rel
->r_offset
,
4359 relocation
, rel
->r_addend
);
4361 check_relocation_error
:
4362 if (r
!= bfd_reloc_ok
)
4367 name
= h
->root
.root
.string
;
4370 name
= bfd_elf_string_from_elf_section (input_bfd
,
4371 symtab_hdr
->sh_link
,
4376 name
= bfd_section_name (input_bfd
, sec
);
4379 if (r
== bfd_reloc_overflow
)
4381 if (! ((*info
->callbacks
->reloc_overflow
)
4382 (info
, (h
? &h
->root
: NULL
), name
, howto
->name
,
4383 (bfd_vma
) 0, input_bfd
, input_section
,
4389 (*_bfd_error_handler
)
4390 (_("%B(%A+0x%lx): reloc against `%s': error %d"),
4391 input_bfd
, input_section
,
4392 (long) rel
->r_offset
, name
, (int) r
);
4401 /* Finish up dynamic symbol handling. We set the contents of various
4402 dynamic sections here. */
4405 elf_x86_64_finish_dynamic_symbol (bfd
*output_bfd
,
4406 struct bfd_link_info
*info
,
4407 struct elf_link_hash_entry
*h
,
4408 Elf_Internal_Sym
*sym ATTRIBUTE_UNUSED
)
4410 struct elf_x86_64_link_hash_table
*htab
;
4411 const struct elf_x86_64_backend_data
*const abed
4412 = get_elf_x86_64_backend_data (output_bfd
);
4414 htab
= elf_x86_64_hash_table (info
);
4418 if (h
->plt
.offset
!= (bfd_vma
) -1)
4422 Elf_Internal_Rela rela
;
4424 asection
*plt
, *gotplt
, *relplt
;
4425 const struct elf_backend_data
*bed
;
4427 /* When building a static executable, use .iplt, .igot.plt and
4428 .rela.iplt sections for STT_GNU_IFUNC symbols. */
4429 if (htab
->elf
.splt
!= NULL
)
4431 plt
= htab
->elf
.splt
;
4432 gotplt
= htab
->elf
.sgotplt
;
4433 relplt
= htab
->elf
.srelplt
;
4437 plt
= htab
->elf
.iplt
;
4438 gotplt
= htab
->elf
.igotplt
;
4439 relplt
= htab
->elf
.irelplt
;
4442 /* This symbol has an entry in the procedure linkage table. Set
4444 if ((h
->dynindx
== -1
4445 && !((h
->forced_local
|| info
->executable
)
4447 && h
->type
== STT_GNU_IFUNC
))
4453 /* Get the index in the procedure linkage table which
4454 corresponds to this symbol. This is the index of this symbol
4455 in all the symbols for which we are making plt entries. The
4456 first entry in the procedure linkage table is reserved.
4458 Get the offset into the .got table of the entry that
4459 corresponds to this function. Each .got entry is GOT_ENTRY_SIZE
4460 bytes. The first three are reserved for the dynamic linker.
4462 For static executables, we don't reserve anything. */
4464 if (plt
== htab
->elf
.splt
)
4466 got_offset
= h
->plt
.offset
/ abed
->plt_entry_size
- 1;
4467 got_offset
= (got_offset
+ 3) * GOT_ENTRY_SIZE
;
4471 got_offset
= h
->plt
.offset
/ abed
->plt_entry_size
;
4472 got_offset
= got_offset
* GOT_ENTRY_SIZE
;
4475 /* Fill in the entry in the procedure linkage table. */
4476 memcpy (plt
->contents
+ h
->plt
.offset
, abed
->plt_entry
,
4477 abed
->plt_entry_size
);
4479 /* Insert the relocation positions of the plt section. */
4481 /* Put offset the PC-relative instruction referring to the GOT entry,
4482 subtracting the size of that instruction. */
4483 bfd_put_32 (output_bfd
,
4484 (gotplt
->output_section
->vma
4485 + gotplt
->output_offset
4487 - plt
->output_section
->vma
4488 - plt
->output_offset
4490 - abed
->plt_got_insn_size
),
4491 plt
->contents
+ h
->plt
.offset
+ abed
->plt_got_offset
);
4493 /* Fill in the entry in the global offset table, initially this
4494 points to the second part of the PLT entry. */
4495 bfd_put_64 (output_bfd
, (plt
->output_section
->vma
4496 + plt
->output_offset
4497 + h
->plt
.offset
+ abed
->plt_lazy_offset
),
4498 gotplt
->contents
+ got_offset
);
4500 /* Fill in the entry in the .rela.plt section. */
4501 rela
.r_offset
= (gotplt
->output_section
->vma
4502 + gotplt
->output_offset
4504 if (h
->dynindx
== -1
4505 || ((info
->executable
4506 || ELF_ST_VISIBILITY (h
->other
) != STV_DEFAULT
)
4508 && h
->type
== STT_GNU_IFUNC
))
4510 /* If an STT_GNU_IFUNC symbol is locally defined, generate
4511 R_X86_64_IRELATIVE instead of R_X86_64_JUMP_SLOT. */
4512 rela
.r_info
= htab
->r_info (0, R_X86_64_IRELATIVE
);
4513 rela
.r_addend
= (h
->root
.u
.def
.value
4514 + h
->root
.u
.def
.section
->output_section
->vma
4515 + h
->root
.u
.def
.section
->output_offset
);
4516 /* R_X86_64_IRELATIVE comes last. */
4517 plt_index
= htab
->next_irelative_index
--;
4521 rela
.r_info
= htab
->r_info (h
->dynindx
, R_X86_64_JUMP_SLOT
);
4523 plt_index
= htab
->next_jump_slot_index
++;
4526 /* Don't fill PLT entry for static executables. */
4527 if (plt
== htab
->elf
.splt
)
4529 /* Put relocation index. */
4530 bfd_put_32 (output_bfd
, plt_index
,
4531 plt
->contents
+ h
->plt
.offset
+ abed
->plt_reloc_offset
);
4532 /* Put offset for jmp .PLT0. */
4533 bfd_put_32 (output_bfd
, - (h
->plt
.offset
+ abed
->plt_plt_insn_end
),
4534 plt
->contents
+ h
->plt
.offset
+ abed
->plt_plt_offset
);
4537 bed
= get_elf_backend_data (output_bfd
);
4538 loc
= relplt
->contents
+ plt_index
* bed
->s
->sizeof_rela
;
4539 bed
->s
->swap_reloca_out (output_bfd
, &rela
, loc
);
4541 if (!h
->def_regular
)
4543 /* Mark the symbol as undefined, rather than as defined in
4544 the .plt section. Leave the value if there were any
4545 relocations where pointer equality matters (this is a clue
4546 for the dynamic linker, to make function pointer
4547 comparisons work between an application and shared
4548 library), otherwise set it to zero. If a function is only
4549 called from a binary, there is no need to slow down
4550 shared libraries because of that. */
4551 sym
->st_shndx
= SHN_UNDEF
;
4552 if (!h
->pointer_equality_needed
)
4557 if (h
->got
.offset
!= (bfd_vma
) -1
4558 && ! GOT_TLS_GD_ANY_P (elf_x86_64_hash_entry (h
)->tls_type
)
4559 && elf_x86_64_hash_entry (h
)->tls_type
!= GOT_TLS_IE
)
4561 Elf_Internal_Rela rela
;
4563 /* This symbol has an entry in the global offset table. Set it
4565 if (htab
->elf
.sgot
== NULL
|| htab
->elf
.srelgot
== NULL
)
4568 rela
.r_offset
= (htab
->elf
.sgot
->output_section
->vma
4569 + htab
->elf
.sgot
->output_offset
4570 + (h
->got
.offset
&~ (bfd_vma
) 1));
4572 /* If this is a static link, or it is a -Bsymbolic link and the
4573 symbol is defined locally or was forced to be local because
4574 of a version file, we just want to emit a RELATIVE reloc.
4575 The entry in the global offset table will already have been
4576 initialized in the relocate_section function. */
4578 && h
->type
== STT_GNU_IFUNC
)
4582 /* Generate R_X86_64_GLOB_DAT. */
4589 if (!h
->pointer_equality_needed
)
4592 /* For non-shared object, we can't use .got.plt, which
4593 contains the real function addres if we need pointer
4594 equality. We load the GOT entry with the PLT entry. */
4595 plt
= htab
->elf
.splt
? htab
->elf
.splt
: htab
->elf
.iplt
;
4596 bfd_put_64 (output_bfd
, (plt
->output_section
->vma
4597 + plt
->output_offset
4599 htab
->elf
.sgot
->contents
+ h
->got
.offset
);
4603 else if (info
->shared
4604 && SYMBOL_REFERENCES_LOCAL (info
, h
))
4606 if (!h
->def_regular
)
4608 BFD_ASSERT((h
->got
.offset
& 1) != 0);
4609 rela
.r_info
= htab
->r_info (0, R_X86_64_RELATIVE
);
4610 rela
.r_addend
= (h
->root
.u
.def
.value
4611 + h
->root
.u
.def
.section
->output_section
->vma
4612 + h
->root
.u
.def
.section
->output_offset
);
4616 BFD_ASSERT((h
->got
.offset
& 1) == 0);
4618 bfd_put_64 (output_bfd
, (bfd_vma
) 0,
4619 htab
->elf
.sgot
->contents
+ h
->got
.offset
);
4620 rela
.r_info
= htab
->r_info (h
->dynindx
, R_X86_64_GLOB_DAT
);
4624 elf_append_rela (output_bfd
, htab
->elf
.srelgot
, &rela
);
4629 Elf_Internal_Rela rela
;
4631 /* This symbol needs a copy reloc. Set it up. */
4633 if (h
->dynindx
== -1
4634 || (h
->root
.type
!= bfd_link_hash_defined
4635 && h
->root
.type
!= bfd_link_hash_defweak
)
4636 || htab
->srelbss
== NULL
)
4639 rela
.r_offset
= (h
->root
.u
.def
.value
4640 + h
->root
.u
.def
.section
->output_section
->vma
4641 + h
->root
.u
.def
.section
->output_offset
);
4642 rela
.r_info
= htab
->r_info (h
->dynindx
, R_X86_64_COPY
);
4644 elf_append_rela (output_bfd
, htab
->srelbss
, &rela
);
4650 /* Finish up local dynamic symbol handling. We set the contents of
4651 various dynamic sections here. */
4654 elf_x86_64_finish_local_dynamic_symbol (void **slot
, void *inf
)
4656 struct elf_link_hash_entry
*h
4657 = (struct elf_link_hash_entry
*) *slot
;
4658 struct bfd_link_info
*info
4659 = (struct bfd_link_info
*) inf
;
4661 return elf_x86_64_finish_dynamic_symbol (info
->output_bfd
,
4665 /* Used to decide how to sort relocs in an optimal manner for the
4666 dynamic linker, before writing them out. */
4668 static enum elf_reloc_type_class
4669 elf_x86_64_reloc_type_class (const Elf_Internal_Rela
*rela
)
4671 switch ((int) ELF32_R_TYPE (rela
->r_info
))
4673 case R_X86_64_RELATIVE
:
4674 case R_X86_64_RELATIVE64
:
4675 return reloc_class_relative
;
4676 case R_X86_64_JUMP_SLOT
:
4677 return reloc_class_plt
;
4679 return reloc_class_copy
;
4681 return reloc_class_normal
;
4685 /* Finish up the dynamic sections. */
4688 elf_x86_64_finish_dynamic_sections (bfd
*output_bfd
,
4689 struct bfd_link_info
*info
)
4691 struct elf_x86_64_link_hash_table
*htab
;
4694 const struct elf_x86_64_backend_data
*const abed
4695 = get_elf_x86_64_backend_data (output_bfd
);
4697 htab
= elf_x86_64_hash_table (info
);
4701 dynobj
= htab
->elf
.dynobj
;
4702 sdyn
= bfd_get_linker_section (dynobj
, ".dynamic");
4704 if (htab
->elf
.dynamic_sections_created
)
4706 bfd_byte
*dyncon
, *dynconend
;
4707 const struct elf_backend_data
*bed
;
4708 bfd_size_type sizeof_dyn
;
4710 if (sdyn
== NULL
|| htab
->elf
.sgot
== NULL
)
4713 bed
= get_elf_backend_data (dynobj
);
4714 sizeof_dyn
= bed
->s
->sizeof_dyn
;
4715 dyncon
= sdyn
->contents
;
4716 dynconend
= sdyn
->contents
+ sdyn
->size
;
4717 for (; dyncon
< dynconend
; dyncon
+= sizeof_dyn
)
4719 Elf_Internal_Dyn dyn
;
4722 (*bed
->s
->swap_dyn_in
) (dynobj
, dyncon
, &dyn
);
4730 s
= htab
->elf
.sgotplt
;
4731 dyn
.d_un
.d_ptr
= s
->output_section
->vma
+ s
->output_offset
;
4735 dyn
.d_un
.d_ptr
= htab
->elf
.srelplt
->output_section
->vma
;
4739 s
= htab
->elf
.srelplt
->output_section
;
4740 dyn
.d_un
.d_val
= s
->size
;
4744 /* The procedure linkage table relocs (DT_JMPREL) should
4745 not be included in the overall relocs (DT_RELA).
4746 Therefore, we override the DT_RELASZ entry here to
4747 make it not include the JMPREL relocs. Since the
4748 linker script arranges for .rela.plt to follow all
4749 other relocation sections, we don't have to worry
4750 about changing the DT_RELA entry. */
4751 if (htab
->elf
.srelplt
!= NULL
)
4753 s
= htab
->elf
.srelplt
->output_section
;
4754 dyn
.d_un
.d_val
-= s
->size
;
4758 case DT_TLSDESC_PLT
:
4760 dyn
.d_un
.d_ptr
= s
->output_section
->vma
+ s
->output_offset
4761 + htab
->tlsdesc_plt
;
4764 case DT_TLSDESC_GOT
:
4766 dyn
.d_un
.d_ptr
= s
->output_section
->vma
+ s
->output_offset
4767 + htab
->tlsdesc_got
;
4771 (*bed
->s
->swap_dyn_out
) (output_bfd
, &dyn
, dyncon
);
4774 /* Fill in the special first entry in the procedure linkage table. */
4775 if (htab
->elf
.splt
&& htab
->elf
.splt
->size
> 0)
4777 /* Fill in the first entry in the procedure linkage table. */
4778 memcpy (htab
->elf
.splt
->contents
,
4779 abed
->plt0_entry
, abed
->plt_entry_size
);
4780 /* Add offset for pushq GOT+8(%rip), since the instruction
4781 uses 6 bytes subtract this value. */
4782 bfd_put_32 (output_bfd
,
4783 (htab
->elf
.sgotplt
->output_section
->vma
4784 + htab
->elf
.sgotplt
->output_offset
4786 - htab
->elf
.splt
->output_section
->vma
4787 - htab
->elf
.splt
->output_offset
4789 htab
->elf
.splt
->contents
+ abed
->plt0_got1_offset
);
4790 /* Add offset for the PC-relative instruction accessing GOT+16,
4791 subtracting the offset to the end of that instruction. */
4792 bfd_put_32 (output_bfd
,
4793 (htab
->elf
.sgotplt
->output_section
->vma
4794 + htab
->elf
.sgotplt
->output_offset
4796 - htab
->elf
.splt
->output_section
->vma
4797 - htab
->elf
.splt
->output_offset
4798 - abed
->plt0_got2_insn_end
),
4799 htab
->elf
.splt
->contents
+ abed
->plt0_got2_offset
);
4801 elf_section_data (htab
->elf
.splt
->output_section
)
4802 ->this_hdr
.sh_entsize
= abed
->plt_entry_size
;
4804 if (htab
->tlsdesc_plt
)
4806 bfd_put_64 (output_bfd
, (bfd_vma
) 0,
4807 htab
->elf
.sgot
->contents
+ htab
->tlsdesc_got
);
4809 memcpy (htab
->elf
.splt
->contents
+ htab
->tlsdesc_plt
,
4810 abed
->plt0_entry
, abed
->plt_entry_size
);
4812 /* Add offset for pushq GOT+8(%rip), since the
4813 instruction uses 6 bytes subtract this value. */
4814 bfd_put_32 (output_bfd
,
4815 (htab
->elf
.sgotplt
->output_section
->vma
4816 + htab
->elf
.sgotplt
->output_offset
4818 - htab
->elf
.splt
->output_section
->vma
4819 - htab
->elf
.splt
->output_offset
4822 htab
->elf
.splt
->contents
4823 + htab
->tlsdesc_plt
+ abed
->plt0_got1_offset
);
4824 /* Add offset for the PC-relative instruction accessing GOT+TDG,
4825 where TGD stands for htab->tlsdesc_got, subtracting the offset
4826 to the end of that instruction. */
4827 bfd_put_32 (output_bfd
,
4828 (htab
->elf
.sgot
->output_section
->vma
4829 + htab
->elf
.sgot
->output_offset
4831 - htab
->elf
.splt
->output_section
->vma
4832 - htab
->elf
.splt
->output_offset
4834 - abed
->plt0_got2_insn_end
),
4835 htab
->elf
.splt
->contents
4836 + htab
->tlsdesc_plt
+ abed
->plt0_got2_offset
);
4841 if (htab
->elf
.sgotplt
)
4843 if (bfd_is_abs_section (htab
->elf
.sgotplt
->output_section
))
4845 (*_bfd_error_handler
)
4846 (_("discarded output section: `%A'"), htab
->elf
.sgotplt
);
4850 /* Fill in the first three entries in the global offset table. */
4851 if (htab
->elf
.sgotplt
->size
> 0)
4853 /* Set the first entry in the global offset table to the address of
4854 the dynamic section. */
4856 bfd_put_64 (output_bfd
, (bfd_vma
) 0, htab
->elf
.sgotplt
->contents
);
4858 bfd_put_64 (output_bfd
,
4859 sdyn
->output_section
->vma
+ sdyn
->output_offset
,
4860 htab
->elf
.sgotplt
->contents
);
4861 /* Write GOT[1] and GOT[2], needed for the dynamic linker. */
4862 bfd_put_64 (output_bfd
, (bfd_vma
) 0, htab
->elf
.sgotplt
->contents
+ GOT_ENTRY_SIZE
);
4863 bfd_put_64 (output_bfd
, (bfd_vma
) 0, htab
->elf
.sgotplt
->contents
+ GOT_ENTRY_SIZE
*2);
4866 elf_section_data (htab
->elf
.sgotplt
->output_section
)->this_hdr
.sh_entsize
=
4870 /* Adjust .eh_frame for .plt section. */
4871 if (htab
->plt_eh_frame
!= NULL
4872 && htab
->plt_eh_frame
->contents
!= NULL
)
4874 if (htab
->elf
.splt
!= NULL
4875 && htab
->elf
.splt
->size
!= 0
4876 && (htab
->elf
.splt
->flags
& SEC_EXCLUDE
) == 0
4877 && htab
->elf
.splt
->output_section
!= NULL
4878 && htab
->plt_eh_frame
->output_section
!= NULL
)
4880 bfd_vma plt_start
= htab
->elf
.splt
->output_section
->vma
;
4881 bfd_vma eh_frame_start
= htab
->plt_eh_frame
->output_section
->vma
4882 + htab
->plt_eh_frame
->output_offset
4883 + PLT_FDE_START_OFFSET
;
4884 bfd_put_signed_32 (dynobj
, plt_start
- eh_frame_start
,
4885 htab
->plt_eh_frame
->contents
4886 + PLT_FDE_START_OFFSET
);
4888 if (htab
->plt_eh_frame
->sec_info_type
== SEC_INFO_TYPE_EH_FRAME
)
4890 if (! _bfd_elf_write_section_eh_frame (output_bfd
, info
,
4892 htab
->plt_eh_frame
->contents
))
4897 if (htab
->elf
.sgot
&& htab
->elf
.sgot
->size
> 0)
4898 elf_section_data (htab
->elf
.sgot
->output_section
)->this_hdr
.sh_entsize
4901 /* Fill PLT and GOT entries for local STT_GNU_IFUNC symbols. */
4902 htab_traverse (htab
->loc_hash_table
,
4903 elf_x86_64_finish_local_dynamic_symbol
,
4909 /* Return address for Ith PLT stub in section PLT, for relocation REL
4910 or (bfd_vma) -1 if it should not be included. */
4913 elf_x86_64_plt_sym_val (bfd_vma i
, const asection
*plt
,
4914 const arelent
*rel ATTRIBUTE_UNUSED
)
4916 return plt
->vma
+ (i
+ 1) * GET_PLT_ENTRY_SIZE (plt
->owner
);
4919 /* Handle an x86-64 specific section when reading an object file. This
4920 is called when elfcode.h finds a section with an unknown type. */
4923 elf_x86_64_section_from_shdr (bfd
*abfd
,
4924 Elf_Internal_Shdr
*hdr
,
4928 if (hdr
->sh_type
!= SHT_X86_64_UNWIND
)
4931 if (! _bfd_elf_make_section_from_shdr (abfd
, hdr
, name
, shindex
))
4937 /* Hook called by the linker routine which adds symbols from an object
4938 file. We use it to put SHN_X86_64_LCOMMON items in .lbss, instead
4942 elf_x86_64_add_symbol_hook (bfd
*abfd
,
4943 struct bfd_link_info
*info
,
4944 Elf_Internal_Sym
*sym
,
4945 const char **namep ATTRIBUTE_UNUSED
,
4946 flagword
*flagsp ATTRIBUTE_UNUSED
,
4952 switch (sym
->st_shndx
)
4954 case SHN_X86_64_LCOMMON
:
4955 lcomm
= bfd_get_section_by_name (abfd
, "LARGE_COMMON");
4958 lcomm
= bfd_make_section_with_flags (abfd
,
4962 | SEC_LINKER_CREATED
));
4965 elf_section_flags (lcomm
) |= SHF_X86_64_LARGE
;
4968 *valp
= sym
->st_size
;
4972 if ((abfd
->flags
& DYNAMIC
) == 0
4973 && (ELF_ST_TYPE (sym
->st_info
) == STT_GNU_IFUNC
4974 || ELF_ST_BIND (sym
->st_info
) == STB_GNU_UNIQUE
))
4975 elf_tdata (info
->output_bfd
)->has_gnu_symbols
= TRUE
;
4981 /* Given a BFD section, try to locate the corresponding ELF section
4985 elf_x86_64_elf_section_from_bfd_section (bfd
*abfd ATTRIBUTE_UNUSED
,
4986 asection
*sec
, int *index_return
)
4988 if (sec
== &_bfd_elf_large_com_section
)
4990 *index_return
= SHN_X86_64_LCOMMON
;
4996 /* Process a symbol. */
4999 elf_x86_64_symbol_processing (bfd
*abfd ATTRIBUTE_UNUSED
,
5002 elf_symbol_type
*elfsym
= (elf_symbol_type
*) asym
;
5004 switch (elfsym
->internal_elf_sym
.st_shndx
)
5006 case SHN_X86_64_LCOMMON
:
5007 asym
->section
= &_bfd_elf_large_com_section
;
5008 asym
->value
= elfsym
->internal_elf_sym
.st_size
;
5009 /* Common symbol doesn't set BSF_GLOBAL. */
5010 asym
->flags
&= ~BSF_GLOBAL
;
5016 elf_x86_64_common_definition (Elf_Internal_Sym
*sym
)
5018 return (sym
->st_shndx
== SHN_COMMON
5019 || sym
->st_shndx
== SHN_X86_64_LCOMMON
);
5023 elf_x86_64_common_section_index (asection
*sec
)
5025 if ((elf_section_flags (sec
) & SHF_X86_64_LARGE
) == 0)
5028 return SHN_X86_64_LCOMMON
;
5032 elf_x86_64_common_section (asection
*sec
)
5034 if ((elf_section_flags (sec
) & SHF_X86_64_LARGE
) == 0)
5035 return bfd_com_section_ptr
;
5037 return &_bfd_elf_large_com_section
;
5041 elf_x86_64_merge_symbol (struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
5042 struct elf_link_hash_entry
**sym_hash ATTRIBUTE_UNUSED
,
5043 struct elf_link_hash_entry
*h
,
5044 Elf_Internal_Sym
*sym
,
5046 bfd_vma
*pvalue ATTRIBUTE_UNUSED
,
5047 unsigned int *pold_alignment ATTRIBUTE_UNUSED
,
5048 bfd_boolean
*skip ATTRIBUTE_UNUSED
,
5049 bfd_boolean
*override ATTRIBUTE_UNUSED
,
5050 bfd_boolean
*type_change_ok ATTRIBUTE_UNUSED
,
5051 bfd_boolean
*size_change_ok ATTRIBUTE_UNUSED
,
5052 bfd_boolean
*newdyn ATTRIBUTE_UNUSED
,
5053 bfd_boolean
*newdef
,
5054 bfd_boolean
*newdyncommon ATTRIBUTE_UNUSED
,
5055 bfd_boolean
*newweak ATTRIBUTE_UNUSED
,
5056 bfd
*abfd ATTRIBUTE_UNUSED
,
5058 bfd_boolean
*olddyn ATTRIBUTE_UNUSED
,
5059 bfd_boolean
*olddef
,
5060 bfd_boolean
*olddyncommon ATTRIBUTE_UNUSED
,
5061 bfd_boolean
*oldweak ATTRIBUTE_UNUSED
,
5065 /* A normal common symbol and a large common symbol result in a
5066 normal common symbol. We turn the large common symbol into a
5069 && h
->root
.type
== bfd_link_hash_common
5071 && bfd_is_com_section (*sec
)
5074 if (sym
->st_shndx
== SHN_COMMON
5075 && (elf_section_flags (*oldsec
) & SHF_X86_64_LARGE
) != 0)
5077 h
->root
.u
.c
.p
->section
5078 = bfd_make_section_old_way (oldbfd
, "COMMON");
5079 h
->root
.u
.c
.p
->section
->flags
= SEC_ALLOC
;
5081 else if (sym
->st_shndx
== SHN_X86_64_LCOMMON
5082 && (elf_section_flags (*oldsec
) & SHF_X86_64_LARGE
) == 0)
5083 *psec
= *sec
= bfd_com_section_ptr
;
5090 elf_x86_64_additional_program_headers (bfd
*abfd
,
5091 struct bfd_link_info
*info ATTRIBUTE_UNUSED
)
5096 /* Check to see if we need a large readonly segment. */
5097 s
= bfd_get_section_by_name (abfd
, ".lrodata");
5098 if (s
&& (s
->flags
& SEC_LOAD
))
5101 /* Check to see if we need a large data segment. Since .lbss sections
5102 is placed right after the .bss section, there should be no need for
5103 a large data segment just because of .lbss. */
5104 s
= bfd_get_section_by_name (abfd
, ".ldata");
5105 if (s
&& (s
->flags
& SEC_LOAD
))
5111 /* Return TRUE if symbol should be hashed in the `.gnu.hash' section. */
5114 elf_x86_64_hash_symbol (struct elf_link_hash_entry
*h
)
5116 if (h
->plt
.offset
!= (bfd_vma
) -1
5118 && !h
->pointer_equality_needed
)
5121 return _bfd_elf_hash_symbol (h
);
5124 /* Return TRUE iff relocations for INPUT are compatible with OUTPUT. */
5127 elf_x86_64_relocs_compatible (const bfd_target
*input
,
5128 const bfd_target
*output
)
5130 return ((xvec_get_elf_backend_data (input
)->s
->elfclass
5131 == xvec_get_elf_backend_data (output
)->s
->elfclass
)
5132 && _bfd_elf_relocs_compatible (input
, output
));
5135 static const struct bfd_elf_special_section
5136 elf_x86_64_special_sections
[]=
5138 { STRING_COMMA_LEN (".gnu.linkonce.lb"), -2, SHT_NOBITS
, SHF_ALLOC
+ SHF_WRITE
+ SHF_X86_64_LARGE
},
5139 { STRING_COMMA_LEN (".gnu.linkonce.lr"), -2, SHT_PROGBITS
, SHF_ALLOC
+ SHF_X86_64_LARGE
},
5140 { STRING_COMMA_LEN (".gnu.linkonce.lt"), -2, SHT_PROGBITS
, SHF_ALLOC
+ SHF_EXECINSTR
+ SHF_X86_64_LARGE
},
5141 { STRING_COMMA_LEN (".lbss"), -2, SHT_NOBITS
, SHF_ALLOC
+ SHF_WRITE
+ SHF_X86_64_LARGE
},
5142 { STRING_COMMA_LEN (".ldata"), -2, SHT_PROGBITS
, SHF_ALLOC
+ SHF_WRITE
+ SHF_X86_64_LARGE
},
5143 { STRING_COMMA_LEN (".lrodata"), -2, SHT_PROGBITS
, SHF_ALLOC
+ SHF_X86_64_LARGE
},
5144 { NULL
, 0, 0, 0, 0 }
5147 #define TARGET_LITTLE_SYM bfd_elf64_x86_64_vec
5148 #define TARGET_LITTLE_NAME "elf64-x86-64"
5149 #define ELF_ARCH bfd_arch_i386
5150 #define ELF_TARGET_ID X86_64_ELF_DATA
5151 #define ELF_MACHINE_CODE EM_X86_64
5152 #define ELF_MAXPAGESIZE 0x200000
5153 #define ELF_MINPAGESIZE 0x1000
5154 #define ELF_COMMONPAGESIZE 0x1000
5156 #define elf_backend_can_gc_sections 1
5157 #define elf_backend_can_refcount 1
5158 #define elf_backend_want_got_plt 1
5159 #define elf_backend_plt_readonly 1
5160 #define elf_backend_want_plt_sym 0
5161 #define elf_backend_got_header_size (GOT_ENTRY_SIZE*3)
5162 #define elf_backend_rela_normal 1
5163 #define elf_backend_plt_alignment 4
5165 #define elf_info_to_howto elf_x86_64_info_to_howto
5167 #define bfd_elf64_bfd_link_hash_table_create \
5168 elf_x86_64_link_hash_table_create
5169 #define bfd_elf64_bfd_link_hash_table_free \
5170 elf_x86_64_link_hash_table_free
5171 #define bfd_elf64_bfd_reloc_type_lookup elf_x86_64_reloc_type_lookup
5172 #define bfd_elf64_bfd_reloc_name_lookup \
5173 elf_x86_64_reloc_name_lookup
5175 #define elf_backend_adjust_dynamic_symbol elf_x86_64_adjust_dynamic_symbol
5176 #define elf_backend_relocs_compatible elf_x86_64_relocs_compatible
5177 #define elf_backend_check_relocs elf_x86_64_check_relocs
5178 #define elf_backend_copy_indirect_symbol elf_x86_64_copy_indirect_symbol
5179 #define elf_backend_create_dynamic_sections elf_x86_64_create_dynamic_sections
5180 #define elf_backend_finish_dynamic_sections elf_x86_64_finish_dynamic_sections
5181 #define elf_backend_finish_dynamic_symbol elf_x86_64_finish_dynamic_symbol
5182 #define elf_backend_gc_mark_hook elf_x86_64_gc_mark_hook
5183 #define elf_backend_gc_sweep_hook elf_x86_64_gc_sweep_hook
5184 #define elf_backend_grok_prstatus elf_x86_64_grok_prstatus
5185 #define elf_backend_grok_psinfo elf_x86_64_grok_psinfo
5187 #define elf_backend_write_core_note elf_x86_64_write_core_note
5189 #define elf_backend_reloc_type_class elf_x86_64_reloc_type_class
5190 #define elf_backend_relocate_section elf_x86_64_relocate_section
5191 #define elf_backend_size_dynamic_sections elf_x86_64_size_dynamic_sections
5192 #define elf_backend_always_size_sections elf_x86_64_always_size_sections
5193 #define elf_backend_init_index_section _bfd_elf_init_1_index_section
5194 #define elf_backend_plt_sym_val elf_x86_64_plt_sym_val
5195 #define elf_backend_object_p elf64_x86_64_elf_object_p
5196 #define bfd_elf64_mkobject elf_x86_64_mkobject
5198 #define elf_backend_section_from_shdr \
5199 elf_x86_64_section_from_shdr
5201 #define elf_backend_section_from_bfd_section \
5202 elf_x86_64_elf_section_from_bfd_section
5203 #define elf_backend_add_symbol_hook \
5204 elf_x86_64_add_symbol_hook
5205 #define elf_backend_symbol_processing \
5206 elf_x86_64_symbol_processing
5207 #define elf_backend_common_section_index \
5208 elf_x86_64_common_section_index
5209 #define elf_backend_common_section \
5210 elf_x86_64_common_section
5211 #define elf_backend_common_definition \
5212 elf_x86_64_common_definition
5213 #define elf_backend_merge_symbol \
5214 elf_x86_64_merge_symbol
5215 #define elf_backend_special_sections \
5216 elf_x86_64_special_sections
5217 #define elf_backend_additional_program_headers \
5218 elf_x86_64_additional_program_headers
5219 #define elf_backend_hash_symbol \
5220 elf_x86_64_hash_symbol
5222 #define elf_backend_post_process_headers _bfd_elf_set_osabi
5224 #include "elf64-target.h"
5226 /* FreeBSD support. */
5228 #undef TARGET_LITTLE_SYM
5229 #define TARGET_LITTLE_SYM bfd_elf64_x86_64_freebsd_vec
5230 #undef TARGET_LITTLE_NAME
5231 #define TARGET_LITTLE_NAME "elf64-x86-64-freebsd"
5234 #define ELF_OSABI ELFOSABI_FREEBSD
5237 #define elf64_bed elf64_x86_64_fbsd_bed
5239 #include "elf64-target.h"
5241 /* Solaris 2 support. */
5243 #undef TARGET_LITTLE_SYM
5244 #define TARGET_LITTLE_SYM bfd_elf64_x86_64_sol2_vec
5245 #undef TARGET_LITTLE_NAME
5246 #define TARGET_LITTLE_NAME "elf64-x86-64-sol2"
5248 /* Restore default: we cannot use ELFOSABI_SOLARIS, otherwise ELFOSABI_NONE
5249 objects won't be recognized. */
5253 #define elf64_bed elf64_x86_64_sol2_bed
5255 /* The 64-bit static TLS arena size is rounded to the nearest 16-byte
5257 #undef elf_backend_static_tls_alignment
5258 #define elf_backend_static_tls_alignment 16
5260 /* The Solaris 2 ABI requires a plt symbol on all platforms.
5262 Cf. Linker and Libraries Guide, Ch. 2, Link-Editor, Generating the Output
5264 #undef elf_backend_want_plt_sym
5265 #define elf_backend_want_plt_sym 1
5267 #include "elf64-target.h"
5269 /* Native Client support. */
5271 #undef TARGET_LITTLE_SYM
5272 #define TARGET_LITTLE_SYM bfd_elf64_x86_64_nacl_vec
5273 #undef TARGET_LITTLE_NAME
5274 #define TARGET_LITTLE_NAME "elf64-x86-64-nacl"
5276 #define elf64_bed elf64_x86_64_nacl_bed
5278 #undef ELF_MAXPAGESIZE
5279 #undef ELF_MINPAGESIZE
5280 #undef ELF_COMMONPAGESIZE
5281 #define ELF_MAXPAGESIZE 0x10000
5282 #define ELF_MINPAGESIZE 0x10000
5283 #define ELF_COMMONPAGESIZE 0x10000
5285 /* Restore defaults. */
5287 #undef elf_backend_static_tls_alignment
5288 #undef elf_backend_want_plt_sym
5289 #define elf_backend_want_plt_sym 0
5291 /* NaCl uses substantially different PLT entries for the same effects. */
5293 #undef elf_backend_plt_alignment
5294 #define elf_backend_plt_alignment 5
5295 #define NACL_PLT_ENTRY_SIZE 64
5296 #define NACLMASK 0xe0 /* 32-byte alignment mask. */
5298 static const bfd_byte elf_x86_64_nacl_plt0_entry
[NACL_PLT_ENTRY_SIZE
] =
5300 0xff, 0x35, 8, 0, 0, 0, /* pushq GOT+8(%rip) */
5301 0x4c, 0x8b, 0x1d, 16, 0, 0, 0, /* mov GOT+16(%rip), %r11 */
5302 0x41, 0x83, 0xe3, NACLMASK
, /* and $-32, %r11d */
5303 0x4d, 0x01, 0xfb, /* add %r15, %r11 */
5304 0x41, 0xff, 0xe3, /* jmpq *%r11 */
5306 /* 9-byte nop sequence to pad out to the next 32-byte boundary. */
5307 0x2e, 0x0f, 0x1f, 0x84, 0, 0, 0, 0, 0, /* nopl %cs:0x0(%rax,%rax,1) */
5309 /* 32 bytes of nop to pad out to the standard size. */
5310 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, /* excess data32 prefixes */
5311 0x2e, 0x0f, 0x1f, 0x84, 0, 0, 0, 0, 0, /* nopw %cs:0x0(%rax,%rax,1) */
5312 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, /* excess data32 prefixes */
5313 0x2e, 0x0f, 0x1f, 0x84, 0, 0, 0, 0, 0, /* nopw %cs:0x0(%rax,%rax,1) */
5314 0x66, /* excess data32 prefix */
5318 static const bfd_byte elf_x86_64_nacl_plt_entry
[NACL_PLT_ENTRY_SIZE
] =
5320 0x4c, 0x8b, 0x1d, 0, 0, 0, 0, /* mov name@GOTPCREL(%rip),%r11 */
5321 0x41, 0x83, 0xe3, NACLMASK
, /* and $-32, %r11d */
5322 0x4d, 0x01, 0xfb, /* add %r15, %r11 */
5323 0x41, 0xff, 0xe3, /* jmpq *%r11 */
5325 /* 15-byte nop sequence to pad out to the next 32-byte boundary. */
5326 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, /* excess data32 prefixes */
5327 0x2e, 0x0f, 0x1f, 0x84, 0, 0, 0, 0, 0, /* nopw %cs:0x0(%rax,%rax,1) */
5329 /* Lazy GOT entries point here (32-byte aligned). */
5330 0x68, /* pushq immediate */
5331 0, 0, 0, 0, /* replaced with index into relocation table. */
5332 0xe9, /* jmp relative */
5333 0, 0, 0, 0, /* replaced with offset to start of .plt0. */
5335 /* 22 bytes of nop to pad out to the standard size. */
5336 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, /* excess data32 prefixes */
5337 0x2e, 0x0f, 0x1f, 0x84, 0, 0, 0, 0, 0, /* nopw %cs:0x0(%rax,%rax,1) */
5338 0x0f, 0x1f, 0x80, 0, 0, 0, 0, /* nopl 0x0(%rax) */
5341 /* .eh_frame covering the .plt section. */
5343 static const bfd_byte elf_x86_64_nacl_eh_frame_plt
[] =
5345 #if (PLT_CIE_LENGTH != 20 \
5346 || PLT_FDE_LENGTH != 36 \
5347 || PLT_FDE_START_OFFSET != 4 + PLT_CIE_LENGTH + 8 \
5348 || PLT_FDE_LEN_OFFSET != 4 + PLT_CIE_LENGTH + 12)
5349 # error "Need elf_x86_64_backend_data parameters for eh_frame_plt offsets!"
5351 PLT_CIE_LENGTH
, 0, 0, 0, /* CIE length */
5352 0, 0, 0, 0, /* CIE ID */
5353 1, /* CIE version */
5354 'z', 'R', 0, /* Augmentation string */
5355 1, /* Code alignment factor */
5356 0x78, /* Data alignment factor */
5357 16, /* Return address column */
5358 1, /* Augmentation size */
5359 DW_EH_PE_pcrel
| DW_EH_PE_sdata4
, /* FDE encoding */
5360 DW_CFA_def_cfa
, 7, 8, /* DW_CFA_def_cfa: r7 (rsp) ofs 8 */
5361 DW_CFA_offset
+ 16, 1, /* DW_CFA_offset: r16 (rip) at cfa-8 */
5362 DW_CFA_nop
, DW_CFA_nop
,
5364 PLT_FDE_LENGTH
, 0, 0, 0, /* FDE length */
5365 PLT_CIE_LENGTH
+ 8, 0, 0, 0,/* CIE pointer */
5366 0, 0, 0, 0, /* R_X86_64_PC32 .plt goes here */
5367 0, 0, 0, 0, /* .plt size goes here */
5368 0, /* Augmentation size */
5369 DW_CFA_def_cfa_offset
, 16, /* DW_CFA_def_cfa_offset: 16 */
5370 DW_CFA_advance_loc
+ 6, /* DW_CFA_advance_loc: 6 to __PLT__+6 */
5371 DW_CFA_def_cfa_offset
, 24, /* DW_CFA_def_cfa_offset: 24 */
5372 DW_CFA_advance_loc
+ 58, /* DW_CFA_advance_loc: 58 to __PLT__+64 */
5373 DW_CFA_def_cfa_expression
, /* DW_CFA_def_cfa_expression */
5374 13, /* Block length */
5375 DW_OP_breg7
, 8, /* DW_OP_breg7 (rsp): 8 */
5376 DW_OP_breg16
, 0, /* DW_OP_breg16 (rip): 0 */
5377 DW_OP_const1u
, 63, DW_OP_and
, DW_OP_const1u
, 37, DW_OP_ge
,
5378 DW_OP_lit3
, DW_OP_shl
, DW_OP_plus
,
5379 DW_CFA_nop
, DW_CFA_nop
5382 static const struct elf_x86_64_backend_data elf_x86_64_nacl_arch_bed
=
5384 elf_x86_64_nacl_plt0_entry
, /* plt0_entry */
5385 elf_x86_64_nacl_plt_entry
, /* plt_entry */
5386 NACL_PLT_ENTRY_SIZE
, /* plt_entry_size */
5387 2, /* plt0_got1_offset */
5388 9, /* plt0_got2_offset */
5389 13, /* plt0_got2_insn_end */
5390 3, /* plt_got_offset */
5391 33, /* plt_reloc_offset */
5392 38, /* plt_plt_offset */
5393 7, /* plt_got_insn_size */
5394 42, /* plt_plt_insn_end */
5395 32, /* plt_lazy_offset */
5396 elf_x86_64_nacl_eh_frame_plt
, /* eh_frame_plt */
5397 sizeof (elf_x86_64_nacl_eh_frame_plt
), /* eh_frame_plt_size */
5400 #undef elf_backend_arch_data
5401 #define elf_backend_arch_data &elf_x86_64_nacl_arch_bed
5403 #undef elf_backend_modify_segment_map
5404 #define elf_backend_modify_segment_map nacl_modify_segment_map
5405 #undef elf_backend_modify_program_headers
5406 #define elf_backend_modify_program_headers nacl_modify_program_headers
5408 #include "elf64-target.h"
5410 /* Native Client x32 support. */
5412 #undef TARGET_LITTLE_SYM
5413 #define TARGET_LITTLE_SYM bfd_elf32_x86_64_nacl_vec
5414 #undef TARGET_LITTLE_NAME
5415 #define TARGET_LITTLE_NAME "elf32-x86-64-nacl"
5417 #define elf32_bed elf32_x86_64_nacl_bed
5419 #define bfd_elf32_bfd_link_hash_table_create \
5420 elf_x86_64_link_hash_table_create
5421 #define bfd_elf32_bfd_link_hash_table_free \
5422 elf_x86_64_link_hash_table_free
5423 #define bfd_elf32_bfd_reloc_type_lookup \
5424 elf_x86_64_reloc_type_lookup
5425 #define bfd_elf32_bfd_reloc_name_lookup \
5426 elf_x86_64_reloc_name_lookup
5427 #define bfd_elf32_mkobject \
5430 #undef elf_backend_object_p
5431 #define elf_backend_object_p \
5432 elf32_x86_64_elf_object_p
5434 #undef elf_backend_bfd_from_remote_memory
5435 #define elf_backend_bfd_from_remote_memory \
5436 _bfd_elf32_bfd_from_remote_memory
5438 #undef elf_backend_size_info
5439 #define elf_backend_size_info \
5440 _bfd_elf32_size_info
5442 #include "elf32-target.h"
5444 /* Restore defaults. */
5445 #undef elf_backend_object_p
5446 #define elf_backend_object_p elf64_x86_64_elf_object_p
5447 #undef elf_backend_bfd_from_remote_memory
5448 #undef elf_backend_size_info
5449 #undef elf_backend_modify_segment_map
5450 #undef elf_backend_modify_program_headers
5452 /* Intel L1OM support. */
5455 elf64_l1om_elf_object_p (bfd
*abfd
)
5457 /* Set the right machine number for an L1OM elf64 file. */
5458 bfd_default_set_arch_mach (abfd
, bfd_arch_l1om
, bfd_mach_l1om
);
5462 #undef TARGET_LITTLE_SYM
5463 #define TARGET_LITTLE_SYM bfd_elf64_l1om_vec
5464 #undef TARGET_LITTLE_NAME
5465 #define TARGET_LITTLE_NAME "elf64-l1om"
5467 #define ELF_ARCH bfd_arch_l1om
5469 #undef ELF_MACHINE_CODE
5470 #define ELF_MACHINE_CODE EM_L1OM
5475 #define elf64_bed elf64_l1om_bed
5477 #undef elf_backend_object_p
5478 #define elf_backend_object_p elf64_l1om_elf_object_p
5480 /* Restore defaults. */
5481 #undef ELF_MAXPAGESIZE
5482 #undef ELF_MINPAGESIZE
5483 #undef ELF_COMMONPAGESIZE
5484 #define ELF_MAXPAGESIZE 0x200000
5485 #define ELF_MINPAGESIZE 0x1000
5486 #define ELF_COMMONPAGESIZE 0x1000
5487 #undef elf_backend_plt_alignment
5488 #define elf_backend_plt_alignment 4
5489 #undef elf_backend_arch_data
5490 #define elf_backend_arch_data &elf_x86_64_arch_bed
5492 #include "elf64-target.h"
5494 /* FreeBSD L1OM support. */
5496 #undef TARGET_LITTLE_SYM
5497 #define TARGET_LITTLE_SYM bfd_elf64_l1om_freebsd_vec
5498 #undef TARGET_LITTLE_NAME
5499 #define TARGET_LITTLE_NAME "elf64-l1om-freebsd"
5502 #define ELF_OSABI ELFOSABI_FREEBSD
5505 #define elf64_bed elf64_l1om_fbsd_bed
5507 #include "elf64-target.h"
5509 /* Intel K1OM support. */
5512 elf64_k1om_elf_object_p (bfd
*abfd
)
5514 /* Set the right machine number for an K1OM elf64 file. */
5515 bfd_default_set_arch_mach (abfd
, bfd_arch_k1om
, bfd_mach_k1om
);
5519 #undef TARGET_LITTLE_SYM
5520 #define TARGET_LITTLE_SYM bfd_elf64_k1om_vec
5521 #undef TARGET_LITTLE_NAME
5522 #define TARGET_LITTLE_NAME "elf64-k1om"
5524 #define ELF_ARCH bfd_arch_k1om
5526 #undef ELF_MACHINE_CODE
5527 #define ELF_MACHINE_CODE EM_K1OM
5532 #define elf64_bed elf64_k1om_bed
5534 #undef elf_backend_object_p
5535 #define elf_backend_object_p elf64_k1om_elf_object_p
5537 #undef elf_backend_static_tls_alignment
5539 #undef elf_backend_want_plt_sym
5540 #define elf_backend_want_plt_sym 0
5542 #include "elf64-target.h"
5544 /* FreeBSD K1OM support. */
5546 #undef TARGET_LITTLE_SYM
5547 #define TARGET_LITTLE_SYM bfd_elf64_k1om_freebsd_vec
5548 #undef TARGET_LITTLE_NAME
5549 #define TARGET_LITTLE_NAME "elf64-k1om-freebsd"
5552 #define ELF_OSABI ELFOSABI_FREEBSD
5555 #define elf64_bed elf64_k1om_fbsd_bed
5557 #include "elf64-target.h"
5559 /* 32bit x86-64 support. */
5561 #undef TARGET_LITTLE_SYM
5562 #define TARGET_LITTLE_SYM bfd_elf32_x86_64_vec
5563 #undef TARGET_LITTLE_NAME
5564 #define TARGET_LITTLE_NAME "elf32-x86-64"
5568 #define ELF_ARCH bfd_arch_i386
5570 #undef ELF_MACHINE_CODE
5571 #define ELF_MACHINE_CODE EM_X86_64
5575 #undef elf_backend_object_p
5576 #define elf_backend_object_p \
5577 elf32_x86_64_elf_object_p
5579 #undef elf_backend_bfd_from_remote_memory
5580 #define elf_backend_bfd_from_remote_memory \
5581 _bfd_elf32_bfd_from_remote_memory
5583 #undef elf_backend_size_info
5584 #define elf_backend_size_info \
5585 _bfd_elf32_size_info
5587 #include "elf32-target.h"