Home | History | Annotate | Download | only in ELFRelocs
      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