Roland McGrath | cd60ea8 | 2005-11-16 01:57:40 +0000 | [diff] [blame] | 1 | /* List the relocation types for alpha. -*- C -*- |
| 2 | Copyright (C) 2005 Red Hat, Inc. |
Ulrich Drepper | 361df7d | 2006-04-04 21:38:57 +0000 | [diff] [blame] | 3 | This file is part of Red Hat elfutils. |
Roland McGrath | cd60ea8 | 2005-11-16 01:57:40 +0000 | [diff] [blame] | 4 | |
Ulrich Drepper | 361df7d | 2006-04-04 21:38:57 +0000 | [diff] [blame] | 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. |
Roland McGrath | cd60ea8 | 2005-11-16 01:57:40 +0000 | [diff] [blame] | 8 | |
Ulrich Drepper | 361df7d | 2006-04-04 21:38:57 +0000 | [diff] [blame] | 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, |
Ulrich Drepper | 1e9ef50 | 2006-04-04 22:29:06 +0000 | [diff] [blame] | 16 | Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA. |
Ulrich Drepper | 361df7d | 2006-04-04 21:38:57 +0000 | [diff] [blame] | 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>. */ |
Roland McGrath | cd60ea8 | 2005-11-16 01:57:40 +0000 | [diff] [blame] | 25 | |
| 26 | /* NAME, REL|EXEC|DYN */ |
| 27 | |
| 28 | RELOC_TYPE (NONE, 0) |
| 29 | RELOC_TYPE (REFLONG, REL|EXEC|DYN) |
| 30 | RELOC_TYPE (REFQUAD, REL|EXEC|DYN) |
| 31 | RELOC_TYPE (GPREL32, REL) |
| 32 | RELOC_TYPE (LITERAL, REL) |
| 33 | RELOC_TYPE (LITUSE, REL) |
| 34 | RELOC_TYPE (GPDISP, REL) |
| 35 | RELOC_TYPE (BRADDR, REL) |
| 36 | RELOC_TYPE (HINT, REL) |
| 37 | RELOC_TYPE (SREL16, REL) |
| 38 | RELOC_TYPE (SREL32, REL) |
| 39 | RELOC_TYPE (SREL64, REL) |
| 40 | RELOC_TYPE (GPRELHIGH, REL) |
| 41 | RELOC_TYPE (GPRELLOW, REL) |
| 42 | RELOC_TYPE (GPREL16, REL) |
| 43 | RELOC_TYPE (COPY, 0) |
| 44 | RELOC_TYPE (GLOB_DAT, EXEC|DYN) |
| 45 | RELOC_TYPE (JMP_SLOT, EXEC|DYN) |
| 46 | RELOC_TYPE (RELATIVE, EXEC|DYN) |
| 47 | RELOC_TYPE (TLS_GD_HI, REL) |
| 48 | RELOC_TYPE (TLSGD, REL) |
| 49 | RELOC_TYPE (TLS_LDM, REL) |
| 50 | RELOC_TYPE (DTPMOD64, REL|EXEC|DYN) |
| 51 | RELOC_TYPE (GOTDTPREL, REL) |
| 52 | RELOC_TYPE (DTPREL64, REL|EXEC|DYN) |
| 53 | RELOC_TYPE (DTPRELHI, REL) |
| 54 | RELOC_TYPE (DTPRELLO, REL) |
| 55 | RELOC_TYPE (DTPREL16, REL) |
| 56 | RELOC_TYPE (GOTTPREL, REL) |
| 57 | RELOC_TYPE (TPREL64, REL|EXEC|DYN) |
| 58 | RELOC_TYPE (TPRELHI, REL) |
| 59 | RELOC_TYPE (TPRELLO, REL) |
| 60 | RELOC_TYPE (TPREL16, REL) |