Home
last modified time | relevance | path

Searched refs:R_AMDGPU_REL64 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DAMDGPU.def10 ELF_RELOC(R_AMDGPU_REL64, 5)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DAMDGPU.def10 ELF_RELOC(R_AMDGPU_REL64, 5)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUELFObjectWriter.cpp69 return ELF::R_AMDGPU_REL64; in getRelocType()
/third_party/mesa3d/src/amd/common/
Dac_rtld.c58 #define R_AMDGPU_REL64 5 macro
691 case R_AMDGPU_REL64: in apply_relocs()
723 case R_AMDGPU_REL64: in apply_relocs()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp566 #define R_AMDGPU_REL64 5 macro
/third_party/elfio/elfio/
Delf_types.hpp746 constexpr unsigned R_AMDGPU_REL64 = 5; variable