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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp84 tlsGotRel = R_RISCV_TLS_TPREL64;
89 tlsGotRel = R_RISCV_TLS_TPREL32;
H A DHexagon.cpp57 tlsGotRel = R_HEX_TPREL_32;
H A DPPC.cpp171 tlsGotRel = R_PPC_TPREL32;
H A DMips.cpp63 tlsGotRel = R_MIPS_TLS_TPREL64;
69 tlsGotRel = R_MIPS_TLS_TPREL32;
H A DAArch64.cpp69 tlsGotRel = R_AARCH64_TLS_TPREL64;
H A DX86.cpp61 tlsGotRel = R_386_TLS_TPOFF;
H A DARM.cpp58 tlsGotRel = R_ARM_TLS_TPOFF32;
H A DPPC64.cpp412 tlsGotRel = R_PPC64_TPREL64;
H A DX86_64.cpp85 tlsGotRel = R_X86_64_TPOFF64;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h122 RelType tlsGotRel; member in class:lld::elf::TargetInfo
H A DRelocations.cpp296 mainPart->relaDyn->addReloc(target->tlsGotRel, in.got, sym.getGotOffset(),
1082 sym.isTls() ? target->tlsGotRel : target->gotRel, in.got, off, &sym, 0,
H A DSyntheticSections.cpp948 mainPart->relaDyn->addReloc(target->tlsGotRel, this, offset, s);

Completed in 139 milliseconds