Home
last modified time | relevance | path

Searched refs:gotRel (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSPARCV9.cpp35 gotRel = R_SPARC_GLOB_DAT; in SPARCV9()
H A DAMDGPU.cpp44 gotRel = R_AMDGPU_ABS64; in AMDGPU()
H A DSystemZ.cpp55 gotRel = R_390_GLOB_DAT; in SystemZ()
H A DHexagon.cpp55 gotRel = R_HEX_GLOB_DAT; in Hexagon()
H A DPPC.cpp159 gotRel = R_PPC_GLOB_DAT; in PPC()
H A DX86.cpp52 gotRel = R_386_GLOB_DAT; in X86()
H A DAArch64.cpp117 gotRel = R_AARCH64_GLOB_DAT; in AArch64()
H A DX86_64.cpp79 gotRel = R_X86_64_GLOB_DAT; in X86_64()
H A DPPC64.cpp581 gotRel = R_PPC64_GLOB_DAT; in PPC64()
H A DLoongArch.cpp228 gotRel = symbolicRel; in LoongArch()
H A DRISCV.cpp129 gotRel = symbolicRel; in RISCV()
H A DARM.cpp64 gotRel = R_ARM_GLOB_DAT; in ARM()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h129 RelType gotRel = 0; variable
H A DRelocations.cpp900 ctx.mainPart->relaDyn->addReloc({ctx.target->gotRel, ctx.in.got.get(), off, in addGotEntry()
H A DSyntheticSections.cpp1675 (type != symTab->ctx.target->gotRel && in getSymIndex()