blob: 1befd1b61a9736e8f47b6298eda1e4fb24992bb9 [file] [log] [blame]
Roland McGrathcd60ea82005-11-16 01:57:40 +00001/* List the relocation types for i386. -*- C -*-
Ulrich Drepperb47d2902009-06-01 07:38:32 -07002 Copyright (C) 2000, 2001, 2002, 2003, 2005, 2009 Red Hat, Inc.
Ulrich Drepper361df7d2006-04-04 21:38:57 +00003 This file is part of Red Hat elfutils.
Roland McGrathcd60ea82005-11-16 01:57:40 +00004
Ulrich Drepper361df7d2006-04-04 21:38:57 +00005 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.
Roland McGrathcd60ea82005-11-16 01:57:40 +00008
Ulrich Drepper361df7d2006-04-04 21:38:57 +00009 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,
Ulrich Drepper1e9ef502006-04-04 22:29:06 +000016 Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA.
Ulrich Drepper361df7d2006-04-04 21:38:57 +000017
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>. */
Roland McGrathcd60ea82005-11-16 01:57:40 +000025
26/* NAME, REL|EXEC|DYN */
27
28RELOC_TYPE (NONE, 0)
29RELOC_TYPE (COPY, EXEC)
30RELOC_TYPE (32, REL|EXEC|DYN)
31RELOC_TYPE (PC32, REL|EXEC|DYN)
32RELOC_TYPE (GOT32, REL)
33RELOC_TYPE (PLT32, REL)
34RELOC_TYPE (GLOB_DAT, EXEC|DYN)
35RELOC_TYPE (JMP_SLOT, EXEC|DYN)
36RELOC_TYPE (RELATIVE, EXEC|DYN)
37RELOC_TYPE (GOTOFF, REL)
38RELOC_TYPE (GOTPC, REL)
39RELOC_TYPE (32PLT, REL)
40RELOC_TYPE (TLS_TPOFF, EXEC|DYN)
41RELOC_TYPE (TLS_IE, REL)
42RELOC_TYPE (TLS_GOTIE, REL)
43RELOC_TYPE (TLS_LE, REL)
44RELOC_TYPE (TLS_GD, REL)
45RELOC_TYPE (TLS_LDM, REL)
46RELOC_TYPE (16, REL)
47RELOC_TYPE (PC16, REL)
48RELOC_TYPE (8, REL)
49RELOC_TYPE (PC8, REL)
50RELOC_TYPE (TLS_GD_32, REL)
51RELOC_TYPE (TLS_GD_PUSH, REL)
52RELOC_TYPE (TLS_GD_CALL, REL)
53RELOC_TYPE (TLS_GD_POP, REL)
54RELOC_TYPE (TLS_LDM_32, REL)
55RELOC_TYPE (TLS_LDM_PUSH, REL)
56RELOC_TYPE (TLS_LDM_CALL, REL)
57RELOC_TYPE (TLS_LDM_POP, REL)
58RELOC_TYPE (TLS_LDO_32, REL)
59RELOC_TYPE (TLS_IE_32, REL)
60RELOC_TYPE (TLS_LE_32, REL)
61RELOC_TYPE (TLS_DTPMOD32, EXEC|DYN)
62RELOC_TYPE (TLS_DTPOFF32, EXEC|DYN)
63RELOC_TYPE (TLS_TPOFF32, EXEC|DYN)
Ulrich Dreppera4c9d282008-10-04 20:39:55 +000064RELOC_TYPE (TLS_GOTDESC, REL)
65RELOC_TYPE (TLS_DESC_CALL, REL)
66RELOC_TYPE (TLS_DESC, EXEC)
Ulrich Drepperb47d2902009-06-01 07:38:32 -070067RELOC_TYPE (IRELATIVE, EXEC|DYN)