diff options
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h index eadded0108..f9688f9563 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -2042,6 +2042,30 @@ typedef Elf32_Addr Elf32_Conflict; /* Keep this the last entry. */ #define R_390_NUM 19 +/* CRIS relocations. */ +#define R_CRIS_NONE 0 +#define R_CRIS_8 1 +#define R_CRIS_16 2 +#define R_CRIS_32 3 +#define R_CRIS_8_PCREL 4 +#define R_CRIS_16_PCREL 5 +#define R_CRIS_32_PCREL 6 +#define R_CRIS_GNU_VTINHERIT 7 +#define R_CRIS_GNU_VTENTRY 8 +#define R_CRIS_COPY 9 +#define R_CRIS_GLOB_DAT 10 +#define R_CRIS_JUMP_SLOT 11 +#define R_CRIS_RELATIVE 12 +#define R_CRIS_16_GOT 13 +#define R_CRIS_32_GOT 14 +#define R_CRIS_16_GOTPLT 15 +#define R_CRIS_32_GOTPLT 16 +#define R_CRIS_32_GOTREL 17 +#define R_CRIS_32_PLT_GOTREL 18 +#define R_CRIS_32_PLT_PCREL 19 + +#define R_CRIS_NUM 20 + __END_DECLS #endif /* elf.h */ |