Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp84 tlsGotRel = R_RISCV_TLS_TPREL64; in RISCV()
89 tlsGotRel = R_RISCV_TLS_TPREL32; in RISCV()
DMips.cpp63 tlsGotRel = R_MIPS_TLS_TPREL64; in MIPS()
69 tlsGotRel = R_MIPS_TLS_TPREL32; in MIPS()
DHexagon.cpp57 tlsGotRel = R_HEX_TPREL_32; in Hexagon()
DPPC.cpp170 tlsGotRel = R_PPC_TPREL32; in PPC()
DX86.cpp60 tlsGotRel = R_386_TLS_TPOFF; in X86()
DAArch64.cpp68 tlsGotRel = R_AARCH64_TLS_TPREL64; in AArch64()
DARM.cpp58 tlsGotRel = R_ARM_TLS_TPOFF32; in ARM()
DX86_64.cpp85 tlsGotRel = R_X86_64_TPOFF64; in X86_64()
DPPC64.cpp587 tlsGotRel = R_PPC64_TPREL64; in PPC64()
/external/llvm-project/lld/ELF/
DTarget.h122 RelType tlsGotRel; variable
DRelocations.cpp306 mainPart->relaDyn->addReloc(target->tlsGotRel, in.got, sym.getGotOffset(), in handleTlsRelocation()
1100 sym.isTls() ? target->tlsGotRel : target->gotRel, in.got, off, &sym, 0, in addGotEntry()
DSyntheticSections.cpp989 mainPart->relaDyn->addReloc(target->tlsGotRel, this, offset, s); in build()