Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/llvm/BinaryFormat/ELFRelocs/M68k.def is written in an unsupported language. File is not indexed.

0001 #ifndef ELF_RELOC
0002 #error "ELF_RELOC must be defined"
0003 #endif
0004 
0005 ELF_RELOC(R_68K_NONE,          0)  /* No reloc */
0006 ELF_RELOC(R_68K_32,            1)  /* Direct 32 bit  */
0007 ELF_RELOC(R_68K_16,            2)  /* Direct 16 bit  */
0008 ELF_RELOC(R_68K_8,             3)  /* Direct 8 bit  */
0009 ELF_RELOC(R_68K_PC32,          4)  /* PC relative 32 bit */
0010 ELF_RELOC(R_68K_PC16,          5)  /* PC relative 16 bit */
0011 ELF_RELOC(R_68K_PC8,           6)  /* PC relative 8 bit */
0012 ELF_RELOC(R_68K_GOTPCREL32,    7)  /* 32 bit PC relative GOT entry */
0013 ELF_RELOC(R_68K_GOTPCREL16,    8)  /* 16 bit PC relative GOT entry */
0014 ELF_RELOC(R_68K_GOTPCREL8,     9)  /* 8 bit PC relative GOT entry */
0015 ELF_RELOC(R_68K_GOTOFF32,      10) /* 32 bit GOT offset */
0016 ELF_RELOC(R_68K_GOTOFF16,      11) /* 16 bit GOT offset */
0017 ELF_RELOC(R_68K_GOTOFF8,       12) /* 8 bit GOT offset */
0018 ELF_RELOC(R_68K_PLT32,         13) /* 32 bit PC relative PLT address */
0019 ELF_RELOC(R_68K_PLT16,         14) /* 16 bit PC relative PLT address */
0020 ELF_RELOC(R_68K_PLT8,          15) /* 8 bit PC relative PLT address */
0021 ELF_RELOC(R_68K_PLTOFF32,      16) /* 32 bit PLT offset */
0022 ELF_RELOC(R_68K_PLTOFF16,      17) /* 16 bit PLT offset */
0023 ELF_RELOC(R_68K_PLTOFF8,       18) /* 8 bit PLT offset */
0024 ELF_RELOC(R_68K_COPY,          19) /* Copy symbol at runtime */
0025 ELF_RELOC(R_68K_GLOB_DAT,      20) /* Create GOT entry */
0026 ELF_RELOC(R_68K_JMP_SLOT,      21) /* Create PLT entry */
0027 ELF_RELOC(R_68K_RELATIVE,      22) /* Adjust by program base */
0028 /* These are GNU extensions to enable C++ vtable garbage collection.  */
0029 ELF_RELOC(R_68K_GNU_VTINHERIT, 23)
0030 ELF_RELOC(R_68K_GNU_VTENTRY,   24)
0031 /* TLS static relocations.  */
0032 ELF_RELOC(R_68K_TLS_GD32,      25)
0033 ELF_RELOC(R_68K_TLS_GD16,      26)
0034 ELF_RELOC(R_68K_TLS_GD8,       27)
0035 ELF_RELOC(R_68K_TLS_LDM32,     28)
0036 ELF_RELOC(R_68K_TLS_LDM16,     29)
0037 ELF_RELOC(R_68K_TLS_LDM8,      30)
0038 ELF_RELOC(R_68K_TLS_LDO32,     31)
0039 ELF_RELOC(R_68K_TLS_LDO16,     32)
0040 ELF_RELOC(R_68K_TLS_LDO8,      33)
0041 ELF_RELOC(R_68K_TLS_IE32,      34)
0042 ELF_RELOC(R_68K_TLS_IE16,      35)
0043 ELF_RELOC(R_68K_TLS_IE8,       36)
0044 ELF_RELOC(R_68K_TLS_LE32,      37)
0045 ELF_RELOC(R_68K_TLS_LE16,      38)
0046 ELF_RELOC(R_68K_TLS_LE8,       39)
0047 ELF_RELOC(R_68K_TLS_DTPMOD32,  40)
0048 ELF_RELOC(R_68K_TLS_DTPREL32,  41)
0049 ELF_RELOC(R_68K_TLS_TPREL32,   42)