Home
last modified time | relevance | path

Searched refs:GotRel (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DAMDGPU.cpp37 GotRel = R_AMDGPU_ABS64; in AMDGPU()
H A DSPARCV9.cpp37 GotRel = R_SPARC_GLOB_DAT; in SPARCV9()
H A DHexagon.cpp43 GotRel = R_HEX_GLOB_DAT; in Hexagon()
H A DAArch64.cpp60 GotRel = R_AARCH64_GLOB_DAT; in AArch64()
H A DX86.cpp50 GotRel = R_386_GLOB_DAT; in X86()
H A DARM.cpp53 GotRel = R_ARM_GLOB_DAT; in ARM()
H A DX86_64.cpp57 GotRel = R_X86_64_GLOB_DAT; in X86_64()
H A DPPC64.cpp198 GotRel = R_PPC64_GLOB_DAT; in PPC64()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DRelocations.cpp795 In.Got->Relocations.push_back({Expr, Target->GotRel, Off, 0, &Sym}); in addGotEntry()
802 addRelativeReloc(In.Got, Off, &Sym, 0, R_ABS, Target->GotRel); in addGotEntry()
805 In.RelaDyn->addReloc(Sym.isTls() ? Target->TlsGotRel : Target->GotRel, In.Got, in addGotEntry()
807 Target->GotRel); in addGotEntry()
H A DConfig.h60 enum class Target2Policy { Abs, Rel, GotRel }; enumerator
H A DTarget.h96 RelType GotRel; variable
H A DDriver.cpp501 return Target2Policy::GotRel; in getTarget2()
503 return Target2Policy::GotRel; in getTarget2()