summaryrefslogtreecommitdiff
path: root/ldso/ldso/nios2/dl-debug.h
blob: 1fb596ae30d8bcacd99a56d89b0f1f0a0920e7fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* nios2 shared library loader suppport */

static const char * const _dl_reltypes_tab[] =
	{
		"R_NIOS2_NONE",
		"R_NIOS2_BFD_RELOC_32",
		"R_NIOS2_BFD_RELOC_16",
		"R_NIOS2_BFD_RELOC_8",
		"R_NIOS2_GNU_VTINHERIT",
		"R_NIOS2_GNU_VTENTRY",
		"R_NIOS2_GOT16",
		"R_NIOS2_CALL16",
		"R_NIOS2_JUMP_SLOT",
		"R_NIOS2_GLOB_DAT",
		"R_NIOS2_RELATIVE",
		"R_NIOS2_GOTOFF",
		"R_NIOS2_COPY",
	};