Home | History | Annotate | Download | only in backends
      1 /* List the relocation types for ppc64.  -*- C -*-
      2    Copyright (C) 2005 Red Hat, Inc.
      3    This file is part of Red Hat elfutils.
      4 
      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.
      8 
      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,
     16    Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA.
     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>.  */
     25 
     26 /*	    NAME,		REL|EXEC|DYN	*/
     27 
     28 RELOC_TYPE (NONE,		0)
     29 RELOC_TYPE (ADDR32,		REL|EXEC|DYN)
     30 RELOC_TYPE (ADDR24,		REL)
     31 RELOC_TYPE (ADDR16,		REL)		/* note 1 */
     32 RELOC_TYPE (ADDR16_LO,		REL)		/* note 1 */
     33 RELOC_TYPE (ADDR16_HI,		REL)		/* note 1 */
     34 RELOC_TYPE (ADDR16_HA,		REL)		/* note 1 */
     35 RELOC_TYPE (ADDR14,		REL)		/* note 1 */
     36 RELOC_TYPE (ADDR14_BRTAKEN,	REL)		/* note 1 */
     37 RELOC_TYPE (ADDR14_BRNTAKEN,	REL)		/* note 1 */
     38 RELOC_TYPE (REL24,		REL)
     39 RELOC_TYPE (REL14,		REL)
     40 RELOC_TYPE (REL14_BRTAKEN,	REL)
     41 RELOC_TYPE (REL14_BRNTAKEN,	REL)
     42 RELOC_TYPE (GOT16,		REL)
     43 RELOC_TYPE (GOT16_LO,		REL)
     44 RELOC_TYPE (GOT16_HI,		REL)
     45 RELOC_TYPE (GOT16_HA,		REL)
     46 RELOC_TYPE (COPY,		EXEC)
     47 RELOC_TYPE (GLOB_DAT,		EXEC|DYN)
     48 RELOC_TYPE (JMP_SLOT,		EXEC|DYN)
     49 RELOC_TYPE (RELATIVE,		EXEC|DYN)
     50 RELOC_TYPE (UADDR32,		REL|EXEC|DYN)
     51 RELOC_TYPE (UADDR16,		REL)
     52 RELOC_TYPE (REL32,		REL|EXEC|DYN)
     53 RELOC_TYPE (PLT32,		REL)
     54 RELOC_TYPE (PLTREL32,		REL)
     55 RELOC_TYPE (PLT16_LO,		REL)
     56 RELOC_TYPE (PLT16_HI,		REL)
     57 RELOC_TYPE (PLT16_HA,		REL)
     58 RELOC_TYPE (SECTOFF,		REL)
     59 RELOC_TYPE (SECTOFF_LO,		REL)
     60 RELOC_TYPE (SECTOFF_HI,		REL)
     61 RELOC_TYPE (SECTOFF_HA,		REL)
     62 RELOC_TYPE (ADDR30,		REL)		/* note 1 */
     63 RELOC_TYPE (ADDR64,		REL|EXEC|DYN)
     64 RELOC_TYPE (ADDR16_HIGHER,	REL)		/* note 1 */
     65 RELOC_TYPE (ADDR16_HIGHERA,	REL)		/* note 1 */
     66 RELOC_TYPE (ADDR16_HIGHEST,	REL)		/* note 1 */
     67 RELOC_TYPE (ADDR16_HIGHESTA,	REL)		/* note 1 */
     68 RELOC_TYPE (UADDR64,		REL|EXEC|DYN)
     69 RELOC_TYPE (REL64,		REL|EXEC|DYN)
     70 RELOC_TYPE (PLT64,		REL)
     71 RELOC_TYPE (PLTREL64,		REL)
     72 RELOC_TYPE (TOC16,		REL)
     73 RELOC_TYPE (TOC16_LO,		REL)
     74 RELOC_TYPE (TOC16_HI,		REL)
     75 RELOC_TYPE (TOC16_HA,		REL)
     76 RELOC_TYPE (TOC,		REL)
     77 RELOC_TYPE (PLTGOT16,		REL)
     78 RELOC_TYPE (PLTGOT16_LO,	REL)
     79 RELOC_TYPE (PLTGOT16_HI,	REL)
     80 RELOC_TYPE (PLTGOT16_HA,	REL)
     81 RELOC_TYPE (ADDR16_DS,		REL)		/* note 1 */
     82 RELOC_TYPE (ADDR16_LO_DS,	REL)		/* note 1 */
     83 RELOC_TYPE (GOT16_DS,		REL)
     84 RELOC_TYPE (GOT16_LO_DS,	REL)
     85 RELOC_TYPE (PLT16_LO_DS,	REL)
     86 RELOC_TYPE (SECTOFF_DS,		REL)
     87 RELOC_TYPE (SECTOFF_LO_DS,	REL)
     88 RELOC_TYPE (TOC16_DS,		REL)
     89 RELOC_TYPE (TOC16_LO_DS,	REL)
     90 RELOC_TYPE (PLTGOT16_DS,	REL)
     91 RELOC_TYPE (PLTGOT16_LO_DS,	REL)
     92 RELOC_TYPE (TLS,		REL)
     93 RELOC_TYPE (DTPMOD64,		REL|EXEC|DYN)	/* note 3 */
     94 RELOC_TYPE (TPREL16,		REL)		/* note 2 */
     95 RELOC_TYPE (TPREL16_LO,		REL)		/* note 2 */
     96 RELOC_TYPE (TPREL16_HI,		REL)		/* note 2 */
     97 RELOC_TYPE (TPREL16_HA,		REL)		/* note 2 */
     98 RELOC_TYPE (TPREL64,		REL|EXEC|DYN)	/* note 3 */
     99 RELOC_TYPE (DTPREL16,		REL)
    100 RELOC_TYPE (DTPREL16_LO,	REL)
    101 RELOC_TYPE (DTPREL16_HI,	REL)
    102 RELOC_TYPE (DTPREL16_HA,	REL)
    103 RELOC_TYPE (DTPREL64,		REL|EXEC|DYN)	/* note 3 */
    104 RELOC_TYPE (GOT_TLSGD16,	REL)
    105 RELOC_TYPE (GOT_TLSGD16_LO,	REL)
    106 RELOC_TYPE (GOT_TLSGD16_HI,	REL)
    107 RELOC_TYPE (GOT_TLSGD16_HA,	REL)
    108 RELOC_TYPE (GOT_TLSLD16,	REL)
    109 RELOC_TYPE (GOT_TLSLD16_LO,	REL)
    110 RELOC_TYPE (GOT_TLSLD16_HI,	REL)
    111 RELOC_TYPE (GOT_TLSLD16_HA,	REL)
    112 RELOC_TYPE (GOT_TPREL16_DS,	REL)
    113 RELOC_TYPE (GOT_TPREL16_LO_DS,	REL)
    114 RELOC_TYPE (GOT_TPREL16_HI,	REL)
    115 RELOC_TYPE (GOT_TPREL16_HA,	REL)
    116 RELOC_TYPE (GOT_DTPREL16_DS,	REL)
    117 RELOC_TYPE (GOT_DTPREL16_LO_DS, REL)
    118 RELOC_TYPE (GOT_DTPREL16_HI,	REL)
    119 RELOC_TYPE (GOT_DTPREL16_HA,	REL)
    120 RELOC_TYPE (TPREL16_DS,		REL)		/* note 2 */
    121 RELOC_TYPE (TPREL16_LO_DS,	REL)		/* note 2 */
    122 RELOC_TYPE (TPREL16_HIGHER,	REL)		/* note 2 */
    123 RELOC_TYPE (TPREL16_HIGHERA,	REL)		/* note 2 */
    124 RELOC_TYPE (TPREL16_HIGHEST,	REL)		/* note 2 */
    125 RELOC_TYPE (TPREL16_HIGHESTA,	REL)		/* note 2 */
    126 RELOC_TYPE (DTPREL16_DS,	REL)
    127 RELOC_TYPE (DTPREL16_LO_DS,	REL)
    128 RELOC_TYPE (DTPREL16_HIGHER,	REL)
    129 RELOC_TYPE (DTPREL16_HIGHERA,	REL)
    130 RELOC_TYPE (DTPREL16_HIGHEST,	REL)
    131 RELOC_TYPE (DTPREL16_HIGHESTA,	REL)
    132 
    133 /* Notes from Alan Modra:
    134 
    135    1) These can appear in DYN and EXEC with improper assembly, but they
    136    aren't really kosher.
    137 
    138    2) These can appear in DYN with improper assembly (or silly gcc
    139       attributes, I think).  Again, not kosher.
    140 
    141    3) These are legal in REL for PowerOpen compatible assembler syntax,
    142       ie. TOC managed by compiler.
    143 */
    144