Searched refs:tlsGotRel (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/ELF/
H A DTarget.h132 RelType tlsGotRel; member in class:lld::elf::TargetInfo
H A DRelocations.cpp948 target->tlsGotRel, *in.got, off, sym, target->symbolicRel);
1765 mainPart->relaDyn->addSymbolReloc(target->tlsGotRel, *got,
H A DSyntheticSections.cpp993 mainPart->relaDyn->addReloc({target->tlsGotRel, this, offset,
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp61 tlsGotRel = R_390_TLS_TPOFF;
H A DHexagon.cpp57 tlsGotRel = R_HEX_TPREL_32;
H A DMips.cpp60 tlsGotRel = R_MIPS_TLS_TPREL64;
66 tlsGotRel = R_MIPS_TLS_TPREL32;
H A DX86.cpp53 tlsGotRel = R_386_TLS_TPOFF;
H A DPPC.cpp171 tlsGotRel = R_PPC_TPREL32;
H A DRISCV.cpp119 tlsGotRel = R_RISCV_TLS_TPREL64;
124 tlsGotRel = R_RISCV_TLS_TPREL32;
H A DX86_64.cpp78 tlsGotRel = R_X86_64_TPOFF64;
H A DAArch64.cpp80 tlsGotRel = R_AARCH64_TLS_TPREL64;
H A DPPC64.cpp598 tlsGotRel = R_PPC64_TPREL64;
H A DARM.cpp64 tlsGotRel = R_ARM_TLS_TPOFF32;

Completed in 277 milliseconds