Module: ELFTools::Constants::R::MN10300

Defined in:
lib/elftools/constants/relocation/mn10300.rb

Overview

Relocation types of MN10300.

Constant Summary collapse

R_MN10300_NONE =

:nodoc:

0
R_MN10300_32 =

:nodoc:

1
R_MN10300_16 =

:nodoc:

2
R_MN10300_8 =

:nodoc:

3
R_MN10300_PCREL32 =

:nodoc:

4
R_MN10300_PCREL16 =

:nodoc:

5
R_MN10300_PCREL8 =

:nodoc:

6
R_MN10300_GNU_VTINHERIT =

:nodoc:

7
R_MN10300_GNU_VTENTRY =

:nodoc:

8
R_MN10300_24 =

:nodoc:

9
R_MN10300_GOTPC32 =

:nodoc:

10
R_MN10300_GOTPC16 =

:nodoc:

11
R_MN10300_GOTOFF32 =

:nodoc:

12
R_MN10300_GOTOFF24 =

:nodoc:

13
R_MN10300_GOTOFF16 =

:nodoc:

14
R_MN10300_PLT32 =

:nodoc:

15
R_MN10300_PLT16 =

:nodoc:

16
R_MN10300_GOT32 =

:nodoc:

17
R_MN10300_GOT24 =

:nodoc:

18
R_MN10300_GOT16 =

:nodoc:

19
R_MN10300_COPY =

:nodoc:

20
R_MN10300_GLOB_DAT =

:nodoc:

21
R_MN10300_JMP_SLOT =

:nodoc:

22
R_MN10300_RELATIVE =

:nodoc:

23
R_MN10300_TLS_GD =

:nodoc:

24
R_MN10300_TLS_LD =

:nodoc:

25
R_MN10300_TLS_LDO =

:nodoc:

26
R_MN10300_TLS_GOTIE =

:nodoc:

27
R_MN10300_TLS_IE =

:nodoc:

28
R_MN10300_TLS_LE =

:nodoc:

29
R_MN10300_TLS_DTPMOD =

:nodoc:

30
R_MN10300_TLS_DTPOFF =

:nodoc:

31
R_MN10300_TLS_TPOFF =

:nodoc:

32
R_MN10300_SYM_DIFF =

:nodoc:

33
R_MN10300_ALIGN =

:nodoc:

34