Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/llvm/BinaryFormat/ELFRelocs/AMDGPU.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_AMDGPU_NONE,           0)
0006 ELF_RELOC(R_AMDGPU_ABS32_LO,       1)
0007 ELF_RELOC(R_AMDGPU_ABS32_HI,       2)
0008 ELF_RELOC(R_AMDGPU_ABS64,          3)
0009 ELF_RELOC(R_AMDGPU_REL32,          4)
0010 ELF_RELOC(R_AMDGPU_REL64,          5)
0011 ELF_RELOC(R_AMDGPU_ABS32,          6)
0012 ELF_RELOC(R_AMDGPU_GOTPCREL,       7)
0013 ELF_RELOC(R_AMDGPU_GOTPCREL32_LO,  8)
0014 ELF_RELOC(R_AMDGPU_GOTPCREL32_HI,  9)
0015 ELF_RELOC(R_AMDGPU_REL32_LO,      10)
0016 ELF_RELOC(R_AMDGPU_REL32_HI,      11)
0017 ELF_RELOC(R_AMDGPU_RELATIVE64,    13)
0018 ELF_RELOC(R_AMDGPU_REL16,         14)