Searched refs:tlsGotRel (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | RISCV.cpp | 84 tlsGotRel = R_RISCV_TLS_TPREL64; in RISCV() 89 tlsGotRel = R_RISCV_TLS_TPREL32; in RISCV()
|
D | Mips.cpp | 63 tlsGotRel = R_MIPS_TLS_TPREL64; in MIPS() 69 tlsGotRel = R_MIPS_TLS_TPREL32; in MIPS()
|
D | Hexagon.cpp | 57 tlsGotRel = R_HEX_TPREL_32; in Hexagon()
|
D | PPC.cpp | 170 tlsGotRel = R_PPC_TPREL32; in PPC()
|
D | X86.cpp | 60 tlsGotRel = R_386_TLS_TPOFF; in X86()
|
D | AArch64.cpp | 68 tlsGotRel = R_AARCH64_TLS_TPREL64; in AArch64()
|
D | ARM.cpp | 58 tlsGotRel = R_ARM_TLS_TPOFF32; in ARM()
|
D | X86_64.cpp | 85 tlsGotRel = R_X86_64_TPOFF64; in X86_64()
|
D | PPC64.cpp | 587 tlsGotRel = R_PPC64_TPREL64; in PPC64()
|
/external/llvm-project/lld/ELF/ |
D | Target.h | 122 RelType tlsGotRel; variable
|
D | Relocations.cpp | 306 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()
|
D | SyntheticSections.cpp | 989 mainPart->relaDyn->addReloc(target->tlsGotRel, this, offset, s); in build()
|