summaryrefslogtreecommitdiff
path: root/backends/x86_64_reloc.def
blob: 83a18280aabe36e439bdd2d7cc34c32782a68d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* List the relocation types for x86-64.  -*- C -*-
   Copyright (C) 2000, 2001, 2002, 2003, 2005 Red Hat, Inc.

   This program is Open Source software; you can redistribute it and/or
   modify it under the terms of the Open Software License version 1.0 as
   published by the Open Source Initiative.

   You should have received a copy of the Open Software License along
   with this program; if not, you may obtain a copy of the Open Software
   License version 1.0 from http://www.opensource.org/licenses/osl.php or
   by writing the Open Source Initiative c/o Lawrence Rosen, Esq.,
   3001 King Ranch Road, Ukiah, CA 95482.   */

/*	    NAME,	REL|EXEC|DYN	*/

RELOC_TYPE (NONE,	0)
RELOC_TYPE (64,		REL|EXEC|DYN)
RELOC_TYPE (PC32,	REL|EXEC|DYN)
RELOC_TYPE (GOT32,	REL)
RELOC_TYPE (PLT32,	REL)
RELOC_TYPE (COPY,	EXEC)
RELOC_TYPE (GLOB_DAT,	EXEC|DYN)
RELOC_TYPE (JUMP_SLOT,	EXEC|DYN)
RELOC_TYPE (RELATIVE,	EXEC|DYN)
RELOC_TYPE (GOTPCREL,	REL)
RELOC_TYPE (32,		REL|EXEC|DYN)
RELOC_TYPE (32S,	REL)
RELOC_TYPE (16,		REL)
RELOC_TYPE (PC16,	REL)
RELOC_TYPE (8,		REL)
RELOC_TYPE (PC8,	REL)
RELOC_TYPE (DTPMOD64,	EXEC|DYN)
RELOC_TYPE (DTPOFF64,	EXEC|DYN)
RELOC_TYPE (TPOFF64,	EXEC|DYN)
RELOC_TYPE (TLSGD,	REL)
RELOC_TYPE (TLSLD,	REL)
RELOC_TYPE (DTPOFF32,	REL)
RELOC_TYPE (GOTTPOFF,	REL)
RELOC_TYPE (TPOFF32,	REL)