Brian Silverman | 8649792 | 2018-02-10 19:28:39 -0500 | [diff] [blame] | 1 | /* List the relocation types for alpha. -*- C -*- |
| 2 | Copyright (C) 2005 Red Hat, Inc. |
| 3 | This file is part of elfutils. |
| 4 | |
| 5 | This file is free software; you can redistribute it and/or modify |
| 6 | it under the terms of either |
| 7 | |
| 8 | * the GNU Lesser General Public License as published by the Free |
| 9 | Software Foundation; either version 3 of the License, or (at |
| 10 | your option) any later version |
| 11 | |
| 12 | or |
| 13 | |
| 14 | * the GNU General Public License as published by the Free |
| 15 | Software Foundation; either version 2 of the License, or (at |
| 16 | your option) any later version |
| 17 | |
| 18 | or both in parallel, as here. |
| 19 | |
| 20 | elfutils is distributed in the hope that it will be useful, but |
| 21 | WITHOUT ANY WARRANTY; without even the implied warranty of |
| 22 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 23 | General Public License for more details. |
| 24 | |
| 25 | You should have received copies of the GNU General Public License and |
| 26 | the GNU Lesser General Public License along with this program. If |
| 27 | not, see <http://www.gnu.org/licenses/>. */ |
| 28 | |
| 29 | /* NAME, REL|EXEC|DYN */ |
| 30 | |
| 31 | RELOC_TYPE (NONE, 0) |
| 32 | RELOC_TYPE (REFLONG, REL|EXEC|DYN) |
| 33 | RELOC_TYPE (REFQUAD, REL|EXEC|DYN) |
| 34 | RELOC_TYPE (GPREL32, REL) |
| 35 | RELOC_TYPE (LITERAL, REL) |
| 36 | RELOC_TYPE (LITUSE, REL) |
| 37 | RELOC_TYPE (GPDISP, REL) |
| 38 | RELOC_TYPE (BRADDR, REL) |
| 39 | RELOC_TYPE (HINT, REL) |
| 40 | RELOC_TYPE (SREL16, REL) |
| 41 | RELOC_TYPE (SREL32, REL) |
| 42 | RELOC_TYPE (SREL64, REL) |
| 43 | RELOC_TYPE (GPRELHIGH, REL) |
| 44 | RELOC_TYPE (GPRELLOW, REL) |
| 45 | RELOC_TYPE (GPREL16, REL) |
| 46 | RELOC_TYPE (COPY, 0) |
| 47 | RELOC_TYPE (GLOB_DAT, EXEC|DYN) |
| 48 | RELOC_TYPE (JMP_SLOT, EXEC|DYN) |
| 49 | RELOC_TYPE (RELATIVE, EXEC|DYN) |
| 50 | RELOC_TYPE (TLS_GD_HI, REL) |
| 51 | RELOC_TYPE (TLSGD, REL) |
| 52 | RELOC_TYPE (TLS_LDM, REL) |
| 53 | RELOC_TYPE (DTPMOD64, REL|EXEC|DYN) |
| 54 | RELOC_TYPE (GOTDTPREL, REL) |
| 55 | RELOC_TYPE (DTPREL64, REL|EXEC|DYN) |
| 56 | RELOC_TYPE (DTPRELHI, REL) |
| 57 | RELOC_TYPE (DTPRELLO, REL) |
| 58 | RELOC_TYPE (DTPREL16, REL) |
| 59 | RELOC_TYPE (GOTTPREL, REL) |
| 60 | RELOC_TYPE (TPREL64, REL|EXEC|DYN) |
| 61 | RELOC_TYPE (TPRELHI, REL) |
| 62 | RELOC_TYPE (TPRELLO, REL) |
| 63 | RELOC_TYPE (TPREL16, REL) |