Brian Silverman | 8649792 | 2018-02-10 19:28:39 -0500 | [diff] [blame] | 1 | /* List the relocation types for m68k. -*- C -*- |
| 2 | This file is part of elfutils. |
| 3 | |
| 4 | This file is free software; you can redistribute it and/or modify |
| 5 | it under the terms of either |
| 6 | |
| 7 | * the GNU Lesser General Public License as published by the Free |
| 8 | Software Foundation; either version 3 of the License, or (at |
| 9 | your option) any later version |
| 10 | |
| 11 | or |
| 12 | |
| 13 | * the GNU General Public License as published by the Free |
| 14 | Software Foundation; either version 2 of the License, or (at |
| 15 | your option) any later version |
| 16 | |
| 17 | or both in parallel, as here. |
| 18 | |
| 19 | elfutils is distributed in the hope that it will be useful, but |
| 20 | WITHOUT ANY WARRANTY; without even the implied warranty of |
| 21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 22 | General Public License for more details. |
| 23 | |
| 24 | You should have received copies of the GNU General Public License and |
| 25 | the GNU Lesser General Public License along with this program. If |
| 26 | not, see <http://www.gnu.org/licenses/>. */ |
| 27 | |
| 28 | /* NAME, REL|EXEC|DYN */ |
| 29 | |
| 30 | RELOC_TYPE (NONE, EXEC|DYN) |
| 31 | RELOC_TYPE (32, REL|EXEC|DYN) |
| 32 | RELOC_TYPE (16, REL|EXEC|DYN) |
| 33 | RELOC_TYPE (8, REL|EXEC|DYN) |
| 34 | RELOC_TYPE (PC32, REL|EXEC|DYN) |
| 35 | RELOC_TYPE (PC16, REL|EXEC|DYN) |
| 36 | RELOC_TYPE (PC8, REL|EXEC|DYN) |
| 37 | RELOC_TYPE (GOT32, REL) |
| 38 | RELOC_TYPE (GOT16, REL) |
| 39 | RELOC_TYPE (GOT8, REL) |
| 40 | RELOC_TYPE (GOT32O, REL) |
| 41 | RELOC_TYPE (GOT16O, REL) |
| 42 | RELOC_TYPE (GOT8O, REL) |
| 43 | RELOC_TYPE (PLT32, REL) |
| 44 | RELOC_TYPE (PLT16, REL) |
| 45 | RELOC_TYPE (PLT8, REL) |
| 46 | RELOC_TYPE (PLT32O, REL) |
| 47 | RELOC_TYPE (PLT16O, REL) |
| 48 | RELOC_TYPE (PLT8O, REL) |
| 49 | RELOC_TYPE (COPY, EXEC|DYN) |
| 50 | RELOC_TYPE (GLOB_DAT, EXEC|DYN) |
| 51 | RELOC_TYPE (JMP_SLOT, EXEC|DYN) |
| 52 | RELOC_TYPE (RELATIVE, EXEC|DYN) |
| 53 | RELOC_TYPE (TLS_GD32, REL) |
| 54 | RELOC_TYPE (TLS_GD16, REL) |
| 55 | RELOC_TYPE (TLS_GD8, REL) |
| 56 | RELOC_TYPE (TLS_LDM32, REL) |
| 57 | RELOC_TYPE (TLS_LDM16, REL) |
| 58 | RELOC_TYPE (TLS_LDM8, REL) |
| 59 | RELOC_TYPE (TLS_LDO32, REL) |
| 60 | RELOC_TYPE (TLS_LDO16, REL) |
| 61 | RELOC_TYPE (TLS_LDO8, REL) |
| 62 | RELOC_TYPE (TLS_IE32, REL) |
| 63 | RELOC_TYPE (TLS_IE16, REL) |
| 64 | RELOC_TYPE (TLS_IE8, REL) |
| 65 | RELOC_TYPE (TLS_LE32, REL) |
| 66 | RELOC_TYPE (TLS_LE16, REL) |
| 67 | RELOC_TYPE (TLS_LE8, REL) |
| 68 | RELOC_TYPE (TLS_DTPMOD32, EXEC|DYN) |
| 69 | RELOC_TYPE (TLS_DTPREL32, EXEC|DYN) |
| 70 | RELOC_TYPE (TLS_TPREL32, EXEC|DYN) |