Searched refs:GotRel (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | AMDGPU.cpp | 37 GotRel = R_AMDGPU_ABS64; in AMDGPU()
|
| H A D | SPARCV9.cpp | 37 GotRel = R_SPARC_GLOB_DAT; in SPARCV9()
|
| H A D | Hexagon.cpp | 43 GotRel = R_HEX_GLOB_DAT; in Hexagon()
|
| H A D | AArch64.cpp | 60 GotRel = R_AARCH64_GLOB_DAT; in AArch64()
|
| H A D | X86.cpp | 50 GotRel = R_386_GLOB_DAT; in X86()
|
| H A D | ARM.cpp | 53 GotRel = R_ARM_GLOB_DAT; in ARM()
|
| H A D | X86_64.cpp | 57 GotRel = R_X86_64_GLOB_DAT; in X86_64()
|
| H A D | PPC64.cpp | 198 GotRel = R_PPC64_GLOB_DAT; in PPC64()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Relocations.cpp | 795 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 D | Config.h | 60 enum class Target2Policy { Abs, Rel, GotRel }; enumerator
|
| H A D | Target.h | 96 RelType GotRel; variable
|
| H A D | Driver.cpp | 501 return Target2Policy::GotRel; in getTarget2() 503 return Target2Policy::GotRel; in getTarget2()
|