Roland McGrath | cd60ea8 | 2005-11-16 01:57:40 +0000 | [diff] [blame] | 1 | /* List the relocation types for s390. -*- C -*- |
Roland McGrath | ef6fbff | 2006-01-12 03:00:55 +0000 | [diff] [blame] | 2 | Copyright (C) 2005, 2006 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) |
Roland McGrath | ef6fbff | 2006-01-12 03:00:55 +0000 | [diff] [blame] | 29 | RELOC_TYPE (8, REL|EXEC|DYN) |
| 30 | RELOC_TYPE (12, REL|EXEC|DYN) |
| 31 | RELOC_TYPE (16, REL|EXEC|DYN) |
| 32 | RELOC_TYPE (32, REL|EXEC|DYN) |
| 33 | RELOC_TYPE (PC32, REL|EXEC|DYN) |
| 34 | RELOC_TYPE (GOT12, REL) |
| 35 | RELOC_TYPE (GOT32, REL) |
| 36 | RELOC_TYPE (PLT32, REL) |
Roland McGrath | cd60ea8 | 2005-11-16 01:57:40 +0000 | [diff] [blame] | 37 | RELOC_TYPE (COPY, EXEC) |
| 38 | RELOC_TYPE (GLOB_DAT, EXEC|DYN) |
| 39 | RELOC_TYPE (JMP_SLOT, EXEC|DYN) |
| 40 | RELOC_TYPE (RELATIVE, EXEC|DYN) |
Roland McGrath | ef6fbff | 2006-01-12 03:00:55 +0000 | [diff] [blame] | 41 | RELOC_TYPE (GOTOFF32, REL) |
| 42 | RELOC_TYPE (GOTPC, REL) |
| 43 | RELOC_TYPE (GOT16, REL) |
| 44 | RELOC_TYPE (PC16, REL|EXEC|DYN) |
| 45 | RELOC_TYPE (PC16DBL, REL|EXEC|DYN) |
| 46 | RELOC_TYPE (PLT16DBL, REL) |
| 47 | RELOC_TYPE (PC32DBL, REL|EXEC|DYN) |
| 48 | RELOC_TYPE (PLT32DBL, REL) |
| 49 | RELOC_TYPE (GOTPCDBL, REL) |
| 50 | RELOC_TYPE (64, REL|EXEC|DYN) |
| 51 | RELOC_TYPE (PC64, REL|EXEC|DYN) |
| 52 | RELOC_TYPE (GOT64, REL) |
| 53 | RELOC_TYPE (PLT64, REL) |
| 54 | RELOC_TYPE (GOTENT, REL) |
| 55 | RELOC_TYPE (GOTOFF16, REL) |
| 56 | RELOC_TYPE (GOTOFF64, REL) |
| 57 | RELOC_TYPE (GOTPLT12, REL) |
| 58 | RELOC_TYPE (GOTPLT16, REL) |
| 59 | RELOC_TYPE (GOTPLT32, REL) |
| 60 | RELOC_TYPE (GOTPLT64, REL) |
| 61 | RELOC_TYPE (GOTPLTENT, REL) |
| 62 | RELOC_TYPE (PLTOFF16, REL) |
| 63 | RELOC_TYPE (PLTOFF32, REL) |
| 64 | RELOC_TYPE (PLTOFF64, REL) |
| 65 | RELOC_TYPE (TLS_LOAD, REL) |
| 66 | RELOC_TYPE (TLS_GDCALL, REL) |
| 67 | RELOC_TYPE (TLS_LDCALL, REL) |
| 68 | RELOC_TYPE (TLS_GD32, REL) |
| 69 | RELOC_TYPE (TLS_GD64, REL) |
| 70 | RELOC_TYPE (TLS_GOTIE12, REL) |
| 71 | RELOC_TYPE (TLS_GOTIE32, REL) |
| 72 | RELOC_TYPE (TLS_GOTIE64, REL) |
| 73 | RELOC_TYPE (TLS_LDM32, REL) |
| 74 | RELOC_TYPE (TLS_LDM64, REL) |
| 75 | RELOC_TYPE (TLS_IE32, REL) |
| 76 | RELOC_TYPE (TLS_IE64, REL) |
| 77 | RELOC_TYPE (TLS_IEENT, REL) |
| 78 | RELOC_TYPE (TLS_LE32, REL) |
| 79 | RELOC_TYPE (TLS_LE64, REL) |
| 80 | RELOC_TYPE (TLS_LDO32, REL) |
| 81 | RELOC_TYPE (TLS_LDO64, REL) |
| 82 | RELOC_TYPE (TLS_DTPMOD, DYN) |
| 83 | RELOC_TYPE (TLS_DTPOFF, DYN) |
| 84 | RELOC_TYPE (TLS_TPOFF, DYN) |
| 85 | RELOC_TYPE (20, REL|EXEC|DYN) |
| 86 | RELOC_TYPE (GOT20, REL) |
| 87 | RELOC_TYPE (GOTPLT20, REL) |
| 88 | RELOC_TYPE (TLS_GOTIE20, REL) |