]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/ldso/ldso/c6x/dl-debug.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / ldso / ldso / c6x / dl-debug.h
1 /* C6X DSBT ELF shared library loader suppport.
2  *
3  * Copyright (C) 2010 Texas Instruments Incorporated
4  * Contributed by Mark Salter <msalter@redhat.com>
5  *
6  * All rights reserved.
7  *
8  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
9  */
10
11 static const char * const _dl_reltypes_tab[] =
12 {
13         "R_C6000_NONE",                 /* 0 */
14         "R_C6000_ABS32",
15         "R_C6000_ABS16",
16         "R_C6000_ABS8",
17         "R_C6000_PCR_S21",
18         "R_C6000_PCR_S12",              /* 5 */
19         "R_C6000_PCR_S10",
20         "R_C6000_PCR_S7",
21         "R_C6000_ABS_S16",
22         "R_C6000_ABS_L16",
23         "R_C6000_ABS_H16",              /* 10 */
24         "R_C6000_SBR_U15_B",
25         "R_C6000_SBR_U15_H",
26         "R_C6000_SBR_U15_W",
27         "R_C6000_SBR_S16",
28         "R_C6000_SBR_L16_B",            /* 15 */
29         "R_C6000_SBR_L16_H",
30         "R_C6000_SBR_L16_W",
31         "R_C6000_SBR_H16_B",
32         "R_C6000_SBR_H16_H",
33         "R_C6000_SBR_H16_W",            /* 20 */
34         "R_C6000_SBR_GOT_U15_W",
35         "R_C6000_SBR_GOT_L16_W",
36         "R_C6000_SBR_GOT_H16_W",
37         "R_C6000_DSBT_INDEX",
38         "R_C6000_PREL31",               /* 25 */
39         "R_C6000_COPY",
40         "R_C6000_JUMP_SLOT",
41         "R_C6000_SBR_GOT32",
42         "R_C6000_PCR_H16",
43         "R_C6000_PCR_L16",              /* 30 */
44 #if 0
45         "R_C6000_ALIGN",                /* 253 */
46         "R_C6000_FPHEAD",               /* 254 */
47         "R_C6000_NOCMP",                /* 255 */
48 #endif
49 };