Subversion Repositories QNX 8.QNX8 LLVM/Clang compiler suite

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 pmbaty 1
#ifndef ELF_RELOC
2
#error "ELF_RELOC must be defined"
3
#endif
4
 
5
ELF_RELOC(R_AMDGPU_NONE,           0)
6
ELF_RELOC(R_AMDGPU_ABS32_LO,       1)
7
ELF_RELOC(R_AMDGPU_ABS32_HI,       2)
8
ELF_RELOC(R_AMDGPU_ABS64,          3)
9
ELF_RELOC(R_AMDGPU_REL32,          4)
10
ELF_RELOC(R_AMDGPU_REL64,          5)
11
ELF_RELOC(R_AMDGPU_ABS32,          6)
12
ELF_RELOC(R_AMDGPU_GOTPCREL,       7)
13
ELF_RELOC(R_AMDGPU_GOTPCREL32_LO,  8)
14
ELF_RELOC(R_AMDGPU_GOTPCREL32_HI,  9)
15
ELF_RELOC(R_AMDGPU_REL32_LO,      10)
16
ELF_RELOC(R_AMDGPU_REL32_HI,      11)
17
ELF_RELOC(R_AMDGPU_RELATIVE64,    13)
18
ELF_RELOC(R_AMDGPU_REL16,         14)