blob: 974c24fcf9f48777e8255343410f2cb19c63742e [file] [log] [blame]
Ben Cheng25b3c042013-11-20 14:45:36 -08001/* List the relocation types for ppc. -*- C -*-
2 Copyright (C) 2005 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
4
5 Red Hat elfutils is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by the
7 Free Software Foundation; version 2 of the License.
8
9 Red Hat elfutils is distributed in the hope that it will be useful, but
10 WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 General Public License for more details.
13
14 You should have received a copy of the GNU General Public License along
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
16 Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA.
17
18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
21 license is granted, either expressly or impliedly, by designation as an
22 included package. Should you wish to participate in the Open Invention
23 Network licensing program, please visit www.openinventionnetwork.com
24 <http://www.openinventionnetwork.com>. */
25
26/* NAME, REL|EXEC|DYN */
27
28RELOC_TYPE (NONE, 0)
29RELOC_TYPE (ADDR32, REL|EXEC|DYN)
30RELOC_TYPE (ADDR24, REL)
31RELOC_TYPE (ADDR16, REL|EXEC|DYN) /* note 1 */
32RELOC_TYPE (ADDR16_LO, REL|EXEC|DYN) /* note 1 */
33RELOC_TYPE (ADDR16_HI, REL|EXEC|DYN) /* note 1 */
34RELOC_TYPE (ADDR16_HA, REL|EXEC|DYN) /* note 1 */
35RELOC_TYPE (ADDR14, REL|EXEC|DYN) /* note 1 */
36RELOC_TYPE (ADDR14_BRTAKEN, REL|EXEC|DYN) /* note 1 */
37RELOC_TYPE (ADDR14_BRNTAKEN, REL|EXEC|DYN) /* note 1 */
38RELOC_TYPE (REL24, REL|EXEC|DYN) /* note 1 */
39RELOC_TYPE (REL14, REL|EXEC|DYN) /* note 1 */
40RELOC_TYPE (REL14_BRTAKEN, REL|EXEC|DYN) /* note 1 */
41RELOC_TYPE (REL14_BRNTAKEN, REL|EXEC|DYN) /* note 1 */
42RELOC_TYPE (GOT16, REL)
43RELOC_TYPE (GOT16_LO, REL)
44RELOC_TYPE (GOT16_HI, REL)
45RELOC_TYPE (GOT16_HA, REL)
46RELOC_TYPE (PLTREL24, REL)
47RELOC_TYPE (COPY, EXEC)
48RELOC_TYPE (GLOB_DAT, EXEC|DYN)
49RELOC_TYPE (JMP_SLOT, EXEC|DYN)
50RELOC_TYPE (RELATIVE, EXEC|DYN)
51RELOC_TYPE (LOCAL24PC, REL)
52RELOC_TYPE (UADDR32, REL|EXEC|DYN)
53RELOC_TYPE (UADDR16, REL) /* note 2 */
54RELOC_TYPE (REL32, REL|EXEC|DYN)
55RELOC_TYPE (PLT32, REL)
56RELOC_TYPE (PLTREL32, REL)
57RELOC_TYPE (PLT16_LO, REL)
58RELOC_TYPE (PLT16_HI, REL)
59RELOC_TYPE (PLT16_HA, REL)
60RELOC_TYPE (SDAREL16, REL)
61RELOC_TYPE (SECTOFF, REL)
62RELOC_TYPE (SECTOFF_LO, REL)
63RELOC_TYPE (SECTOFF_HI, REL)
64RELOC_TYPE (SECTOFF_HA, REL)
65RELOC_TYPE (TLS, REL)
66RELOC_TYPE (DTPMOD32, EXEC|DYN) /* note 2 */
67RELOC_TYPE (TPREL16, REL) /* note 2 */
68RELOC_TYPE (TPREL16_LO, REL) /* note 2 */
69RELOC_TYPE (TPREL16_HI, REL) /* note 2 */
70RELOC_TYPE (TPREL16_HA, REL) /* note 2 */
71RELOC_TYPE (TPREL32, EXEC|DYN) /* note 2 */
72RELOC_TYPE (DTPREL16, REL)
73RELOC_TYPE (DTPREL16_LO, REL)
74RELOC_TYPE (DTPREL16_HI, REL)
75RELOC_TYPE (DTPREL16_HA, REL)
76RELOC_TYPE (DTPREL32, EXEC|DYN) /* note 2 */
77RELOC_TYPE (GOT_TLSGD16, REL)
78RELOC_TYPE (GOT_TLSGD16_LO, REL)
79RELOC_TYPE (GOT_TLSGD16_HI, REL)
80RELOC_TYPE (GOT_TLSGD16_HA, REL)
81RELOC_TYPE (GOT_TLSLD16, REL)
82RELOC_TYPE (GOT_TLSLD16_LO, REL)
83RELOC_TYPE (GOT_TLSLD16_HI, REL)
84RELOC_TYPE (GOT_TLSLD16_HA, REL)
85RELOC_TYPE (GOT_TPREL16, REL)
86RELOC_TYPE (GOT_TPREL16_LO, REL)
87RELOC_TYPE (GOT_TPREL16_HI, REL)
88RELOC_TYPE (GOT_TPREL16_HA, REL)
89RELOC_TYPE (GOT_DTPREL16, REL)
90RELOC_TYPE (GOT_DTPREL16_LO, REL)
91RELOC_TYPE (GOT_DTPREL16_HI, REL)
92RELOC_TYPE (GOT_DTPREL16_HA, REL)
93RELOC_TYPE (EMB_NADDR32, REL) /* note 3 */
94RELOC_TYPE (EMB_NADDR16, REL) /* note 3 */
95RELOC_TYPE (EMB_NADDR16_LO, REL) /* note 3 */
96RELOC_TYPE (EMB_NADDR16_HI, REL) /* note 3 */
97RELOC_TYPE (EMB_NADDR16_HA, REL) /* note 3 */
98RELOC_TYPE (EMB_SDAI16, REL) /* note 3 */
99RELOC_TYPE (EMB_SDA2I16, REL) /* note 3 */
100RELOC_TYPE (EMB_SDA2REL, REL) /* note 3 */
101RELOC_TYPE (EMB_SDA21, REL) /* note 3 */
102RELOC_TYPE (EMB_MRKREF, REL) /* note 3 */
103RELOC_TYPE (EMB_RELSEC16, REL) /* note 3 */
104RELOC_TYPE (EMB_RELST_LO, REL) /* note 3 */
105RELOC_TYPE (EMB_RELST_HI, REL) /* note 3 */
106RELOC_TYPE (EMB_RELST_HA, REL) /* note 3 */
107RELOC_TYPE (EMB_BIT_FLD, REL) /* note 3 */
108RELOC_TYPE (EMB_RELSDA, REL) /* note 3 */
109RELOC_TYPE (DIAB_SDA21_LO, REL) /* note 3 */
110RELOC_TYPE (DIAB_SDA21_HI, REL) /* note 3 */
111RELOC_TYPE (DIAB_SDA21_HA, REL) /* note 3 */
112RELOC_TYPE (DIAB_RELSDA_LO, REL) /* note 3 */
113RELOC_TYPE (DIAB_RELSDA_HI, REL) /* note 3 */
114RELOC_TYPE (DIAB_RELSDA_HA, REL) /* note 3 */
115RELOC_TYPE (REL16, REL) /* note 2 */
116RELOC_TYPE (REL16_LO, REL) /* note 2 */
117RELOC_TYPE (REL16_HI, REL) /* note 2 */
118RELOC_TYPE (REL16_HA, REL) /* note 2 */
119RELOC_TYPE (TOC16, REL) /* note 2 */
120
121/* Notes from Alan Modra:
122
123 1) These relocs should not really appear in EXEC or DYN, but they do,
124 primarily due to improper assembly or non-pic shared objects. They
125 will cause TEXTREL to be set. I marked them in the table, because
126 numerous people seem to think non-pic shared libs are a good idea.
127
128 2) As for (1), these relocs can appear anywhere with improper
129 assembler. I should probably make ld reject anything other than the
130 cases allowed in this table. Not seen in the wild, so I haven't
131 added the other cases.
132
133 3) Not used in SYSV4
134*/