]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/ldso/ldso/frv/dl-debug.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / ldso / ldso / frv / dl-debug.h
1 /* FR-V FDPIC ELF shared library loader suppport
2  * Copyright (C) 2003, 2004 Red Hat, Inc.
3  * Contributed by Alexandre Oliva <aoliva@redhat.com>
4  * Lots of code copied from ../i386/elfinterp.c, so:
5  * Copyright (c) 1994-2000 Eric Youngdale, Peter MacDonald,
6  *               David Engel, Hongjiu Lu and Mitch D'Souza
7  * Copyright (C) 2001-2002, Erik Andersen
8  * All rights reserved.
9  *
10  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
11  */
12
13 static const char * const _dl_reltypes_tab[] =
14 {
15   [0]   "R_FRV_NONE",           "R_FRV_32",
16   [2]   "R_FRV_LABEL16",        "R_FRV_LABEL24",
17   [4]   "R_FRV_LO16",           "R_FRV_HI16",
18   [6]   "R_FRV_GPREL12",        "R_FRV_GPRELU12",
19   [8]   "R_FRV_GPREL32",        "R_FRV_GPRELHI",        "R_FRV_GPRELLO",
20   [11]  "R_FRV_GOT12",          "R_FRV_GOTHI",          "R_FRV_GOTLO",
21   [14]  "R_FRV_FUNCDESC",
22   [15]  "R_FRV_FUNCDESC_GOT12", "R_FRV_FUNCDESC_GOTHI", "R_FRV_FUNCDESC_GOTLO",
23   [18]  "R_FRV_FUNCDESC_VALUE", "R_FRV_FUNCDESC_GOTOFF12",
24   [20]  "R_FRV_FUNCDESC_GOTOFFHI", "R_FRV_FUNCDESC_GOTOFFLO",
25   [22]  "R_FRV_GOTOFF12",       "R_FRV_GOTOFFHI",       "R_FRV_GOTOFFLO",
26 #if 0
27   [200] "R_FRV_GNU_VTINHERIT",  "R_FRV_GNU_VTENTRY"
28 #endif
29 };