Back to home page

EIC code displayed by LXR

 
 

    


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

0001 
0002 #ifndef ELF_RELOC
0003 #error "ELF_RELOC must be defined"
0004 #endif
0005 
0006 // No relocation
0007 ELF_RELOC(R_LANAI_NONE,        0)
0008 // 21-bit symbol relocation
0009 ELF_RELOC(R_LANAI_21,          1)
0010 // 21-bit symbol relocation with last two bits masked to 0
0011 ELF_RELOC(R_LANAI_21_F,        2)
0012 // 25-bit branch targets
0013 ELF_RELOC(R_LANAI_25,          3)
0014 // General 32-bit relocation
0015 ELF_RELOC(R_LANAI_32,          4)
0016 // Upper 16-bits of a symbolic relocation
0017 ELF_RELOC(R_LANAI_HI16,        5)
0018 // Lower 16-bits of a symbolic relocation
0019 ELF_RELOC(R_LANAI_LO16,        6)