Module: ELFTools::Constants::R::M68K

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

Overview

Relocation types of M68K.

Constant Summary collapse

R_68K_NONE =

No reloc

0
R_68K_32 =

Direct 32 bit

1
R_68K_16 =

Direct 16 bit

2
R_68K_8 =

Direct 8 bit

3
R_68K_PC32 =

PC relative 32 bit

4
R_68K_PC16 =

PC relative 16 bit

5
R_68K_PC8 =

PC relative 8 bit

6
R_68K_GOT32 =

32 bit PC relative GOT entry

7
R_68K_GOT16 =

16 bit PC relative GOT entry

8
R_68K_GOT8 =

8 bit PC relative GOT entry

9
R_68K_GOT32O =

32 bit GOT offset

10
R_68K_GOT16O =

16 bit GOT offset

11
R_68K_GOT8O =

8 bit GOT offset

12
R_68K_PLT32 =

32 bit PC relative PLT address

13
R_68K_PLT16 =

16 bit PC relative PLT address

14
R_68K_PLT8 =

8 bit PC relative PLT address

15
R_68K_PLT32O =

32 bit PLT offset

16
R_68K_PLT16O =

16 bit PLT offset

17
R_68K_PLT8O =

8 bit PLT offset

18
R_68K_COPY =

Copy symbol at runtime

19
R_68K_GLOB_DAT =

Create GOT entry

20
R_68K_JMP_SLOT =

Create PLT entry

21
R_68K_RELATIVE =

Adjust by program base

22
R_68K_GNU_VTINHERIT =

:nodoc:

23
R_68K_GNU_VTENTRY =

:nodoc:

24
R_68K_TLS_GD32 =

:nodoc:

25
R_68K_TLS_GD16 =

:nodoc:

26
R_68K_TLS_GD8 =

:nodoc:

27
R_68K_TLS_LDM32 =

:nodoc:

28
R_68K_TLS_LDM16 =

:nodoc:

29
R_68K_TLS_LDM8 =

:nodoc:

30
R_68K_TLS_LDO32 =

:nodoc:

31
R_68K_TLS_LDO16 =

:nodoc:

32
R_68K_TLS_LDO8 =

:nodoc:

33
R_68K_TLS_IE32 =

:nodoc:

34
R_68K_TLS_IE16 =

:nodoc:

35
R_68K_TLS_IE8 =

:nodoc:

36
R_68K_TLS_LE32 =

:nodoc:

37
R_68K_TLS_LE16 =

:nodoc:

38
R_68K_TLS_LE8 =

:nodoc:

39
R_68K_TLS_DTPMOD32 =

:nodoc:

40
R_68K_TLS_DTPREL32 =

:nodoc:

41
R_68K_TLS_TPREL32 =

:nodoc:

42